Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Routine: ECDSSYN

ECDSSYN.m

Go to the documentation of this file.
  1. ECDSSYN ;BIR/RHK,TTH,JPW-Edit Synonyms and Volume ;30 Apr 96
  1. ;;2.0; EVENT CAPTURE ;**1,4,5,33**;8 May 96
  1. ;This routine allows the user to edit the synonyms and volume
  1. ;associated with an Event Code Screens.
  1. START ;Check Event Capture Locations.
  1. I $O(^DIC(4,"LOC",""))="" W !,"You have no locations flagged for Event Capture.",!,"See your program coordinator.",!! W "Press <RET> to continue " R X:DTIME K X Q
  1. W @IOF,!,"Procedure Synonym/Default Volume (Enter/Edit)",! F XX=0:1:79 W "-"
  1. S (MSG1,MSG2)=0
  1. LOC ;Allow user to select the availiable locations.
  1. K ECL S NOTIOF=1 D ^ECL K NOTIOF G END:'$D(ECL)
  1. I '$D(^ECJ("AP",ECL)) W !,"There are no event code screens set up for your selected location.",!,"Contact your program coordinator." K ECL D RETURN Q
  1. UNIT ;Allow user to select DSS Unit.
  1. D UNIT^ECDSUTIL G END:'$D(ECL)
  1. W !
  1. PRO ;Check Event Code Screens Procedures.
  1. I $O(^ECJ("AP",ECL,ECD,ECC,""))="" W !,"There are no procedures set up for the selected unit and category.",!,"Please contact your Event Capture administrator." D RETURN G END
  1. ;Set Procedures in ^TMP array.
  1. PROC1 K ^TMP("ECPRO",$J) S ECOUT=0 D PROS^ECHECK1
  1. I '$O(^TMP("ECPRO",$J,0)) W !!,"There are no procedures available for the selected data." D RETURN S ECOUT=1 G END
  1. PROC2 W !,"Enter Procedure: " R XX:DTIME
  1. I XX="^" K ^TMP("ECPRO",$J) S ECOUT=1
  1. I XX="" S:$G(ECDONE) ECOUT=1
  1. I XX="?" D HELP G PROC2
  1. I XX="??" D LISTALL I $D(DUOUT)!($D(DTOUT)) S ECOUT=1
  1. I ECOUT!('$D(XX)&('$G(ECDONE))) G END
  1. ;Match user selection to specific cross-references.
  1. D MATCH G:$G(ECPROC) STUFF G:ECOUT END
  1. I '$G(ECPROC) D LISTALL I $D(DUOUT)!($D(DTOUT)) S ECOUT=1
  1. I $G(ECOUT)!('$G(ECDONE)) G END
  1. ;Allow user to edit synonym and volume fields.
  1. STUFF K Y S (DA,ECFN)=$P(^TMP("ECPRO",$J,ECPROC),U,2)
  1. S DIE=720.3
  1. ;ALB/ESD - Ask procedure reason indicator
  1. S DR=$S($P(ECPCE,"~",2)="N":"",1:"55T;")_"53T;54T;56T"
  1. D ^DIE I $D(Y) G END
  1. ;ALB/ESD - If proc reasons indictor is YES, ask procedure reasons
  1. I $P($G(^ECJ(ECFN,"PRO")),"^",5)=1 D ADREAS^ECDSUTIL(ECFN)
  1. ;
  1. ;ALB/ESD - Always ask associated clinic and do active clinic check
  1. ;ALB/JAM - Only ask for associated clinic if DSS Unit sends data to PCE
  1. I $P(ECPCE,"~",2)'="N" D CLIN
  1. ;Allow user to repeat process.
  1. W ! K DIE,DR,ECFN,ECPROC,LOC,XX,ECHOICE,ECDONE G PROC1
  1. END ;Kill existing variables and exit.
  1. W @IOF
  1. K ^TMP("ECPRO",$J),Y,ECANS,OK,ANS,ECR,RK D ^ECKILL
  1. Q
  1. LISTALL ;Display the available procedures.
  1. K ECR S ANS="" W @IOF,!!,"Available Procedures: ",!! D LABEL
  1. S CNT=0 F XX=0:0 S XX=$O(^TMP("ECPRO",$J,XX)) Q:'XX!($D(ECHOICE)) D:($Y+5>IOSL) SPLIT Q:$D(ECHOICE)!($G(ECOUT)=1) G:$D(ECR) LISTALL I ANS="" D
  1. .S CNT=CNT+1 W !,$E(XX,1,4),?7,$E($P(^TMP("ECPRO",$J,XX),U,3),1,32),?41,$E($P(^TMP("ECPRO",$J,XX),U,4),1,30),?73,$P(^TMP("ECPRO",$J,XX),U,5)
  1. Q:$D(ECHOICE)!($D(ECDONE))!($G(ECOUT)=1)
  1. W !!,"Select Number (1-"_CNT_"): " R ANS:DTIME
  1. I ANS="^"!('$T)!(ANS="") K ^TMP("ECPRO",$J) S ECOUT=1 Q
  1. I ANS["?" W !!,"This is a listing of all available, active procedures.",!,"Please enter the correct number corresponding to the desired procedure.",! D RETURN Q:$D(ECOUT) G LISTALL
  1. I ANS'?1.4N!'ANS W !!,"Select a single number corresponding to the procedure.",! D RETURN Q:ECOUT G LISTALL
  1. I ('$D(^TMP("ECPRO",$J,+ANS))) W " **Invalid Number**",! D RETURN Q:ECOUT G LISTALL
  1. I $D(^TMP("ECPRO",$J,ANS)) S ECPROC=ANS,ECDONE=1 ;Answer selected.
  1. Q
  1. RETURN ;Ask user to exit or continue.
  1. F RK=$Y:1:(IOSL-6) W !
  1. S DIR(0)="E" D ^DIR K DIR I $D(DUOUT)!($D(DTOUT)) S ECOUT=1
  1. Q
  1. MATCH ;Check ^TMP cross-references.
  1. I XX="" S ECOUT=1 Q
  1. I $O(^TMP("ECPRO",$J,"B",XX,0)) S ECPROC=+$O(^TMP("ECPRO",$J,"B",XX,0))
  1. I $O(^TMP("ECPRO",$J,"N",XX,0)) S ECPROC=+$O(^TMP("ECPRO",$J,"N",XX,0))
  1. I $O(^TMP("ECPRO",$J,"SYN",XX,0)) S ECPROC=+$O(^TMP("ECPRO",$J,"SYN",XX,0))
  1. Q
  1. LABEL W !,"Num",?7,"Synonym",?41,"Procedure Name",?73,"Nat ID",!
  1. W "---",?7,"-------",?41,"--------------",?73,"------",!
  1. Q
  1. HELP ;Display user options.
  1. W !!,"Enter one of the following: < Procedure Name",!,?29,"< Procedure Number"
  1. W !,?29,"< Procedure Synonym"
  1. W !,?29,"< Enter ""??"" to List Procedures",!
  1. Q
  1. SPLIT ;
  1. W !!,"Select Number, or press <RET> to continue listing : " R ANS:DTIME
  1. I '$T!(ANS="^") S (ECOUT,ECHOICE)=1 Q
  1. I ANS="" W @IOF D LABEL Q
  1. I ANS["?" W !!,"Please enter the correct number corresponding to the desired procedure.",! D RETURN S ECR=1 Q
  1. I ANS'?1.4N!'ANS W !!,"Select a single number corresponding to the procedure.",! D RETURN S ECR=1 Q
  1. I '$D(^TMP("ECPRO",$J,+ANS)) W " ** Invalid Number **" D RETURN S ECR=1 Q
  1. I $D(^TMP("ECPRO",$J,+ANS)) S ECPROC=ANS,(ECDONE,ECHOICE)=1
  1. Q
  1. CLIN ;check for active associated clinic
  1. S MSG1=1,MSG2=0
  1. S EC4=$P($G(^ECJ(+ECFN,"PRO")),"^",4) I EC4']"" S MSG2=1
  1. D CLIN^ECPCEU
  1. I 'ECPCL D
  1. .W !!,"The clinic ",$S(MSG1:"associated with",1:"you selected for")," this event code screen ",$S(MSG2:"has not been entered",1:"is inactive"),"."
  1. .W !,"Workload data cannot be sent to PCE for this event code screen with ",!,$S(MSG2:"a missing",1:"an inactive")," clinic."
  1. .W !!,"Please use the Procedure Synonym/Default Volume (Enter/Edit) option to enter",!,"an active clinic.",!!
  1. S (MSG1,MSG2)=0
  1. Q