OREV4 ;SLC/DAN Event delayed orders cont ;10/25/02 13:54
;;3.0;ORDER ENTRY/RESULTS REPORTING;**141**;Dec 17, 1997
;DBIA reference section
;10006 - DIC
;10018 - DIE
;10013 - DIK
;10103 - XLFDT
;2056 - DIQ
;2263 - XPAR
;
N Y,DIC,ZTSAVE,IEN
S DIC="^ORE(100.2,",DIC(0)="AEMQ" D ^DIC
Q:Y=-1 ;Quit if no selection made
S IEN=+Y
W !
S ZTSAVE("IEN")="",ZTSAVE("DIC")="",ZTSAVE("IO*")=""
D QUE^ORUTL1("DQI^OREV4","Patient event inquiry",.ZTSAVE) ;Get device to print on
Q
;
DQI ;Tasked entry point or continue if not queued
U IO
S DA=IEN
D EN^DIQ
Q
;
CHKPRM ;Checks to see if event is defined in either the OREVNT DEFAULT
;or the OREVNT COMMON LIST parameter. If so, then it will be removed
;from the parameters as PARENT type events are not allowed in these
;parameters. This API is called when an event becomes a parent.
N DIC,Y,X,PRMC,PRMD,PARAM,I,J
S DIC=8989.51,DIC(0)="MX",X="OREVNT COMMON LIST" D ^DIC
Q:Y=-1 ;Parameter doesn't exist
S PRMC=+Y
S X="OREVNT DEFAULT" D ^DIC
Q:Y=-1 ;Parameter doesn't exist
S PRMD=+Y
F PARAM=PRMC,PRMD D
.K ORLST
.D ENVAL^XPAR(.ORLST,PRMC) ;get list of values
.Q:ORLST=0 ;No values
.S I="" F S I=$O(ORLST(I)) Q:I="" D
..S J="" F S J=$O(ORLST(I,J)) Q:J="" D
...I ORLST(I,J)=DA D EN^XPAR(I,PARAM,J,"@") ;delete event from parameter
Q
;
DELAYED(DFN) ;Display list of delayed events for a patient, identified by DFN
N EVT,IFN,DISP
I '$D(^ORE(100.2,"AE",DFN)) Q ;Quit if no delayed orders exist for the patient
S EVT=0,DISP=0
F S EVT=$O(^ORE(100.2,"AE",DFN,EVT)) Q:'+EVT D
.S IFN=$O(^ORE(100.2,"AE",DFN,EVT,0))
.Q:$$LAPSED^OREVNTX(IFN) ;quit if event has lapsed
.W:'DISP !!,"Delayed orders exist for this patient!",$C(7) S DISP=1
.W !,"EVENT: ",$P($G(^ORD(100.5,+$P(^ORE(100.2,IFN,0),U,2),0)),U,8),", created on ",$$FMTE^XLFDT($P(^ORE(100.2,IFN,0),U,5),1)
Q
;
PARENTOK() ;This function determines if the event can be a parent
;if an event has future delayed orders tied to it then it can't be
;a parent
N OK,SUB,RIEN,PIEN
S OK=1
S SUB="^ORE(100.2,""AE"")"
F S SUB=$Q(@SUB) Q:SUB'["AE"!('OK) D
.S RIEN=$P(SUB,",",4) ;Release event ID
.S PIEN=$P(SUB,",",5) ;Patient event ID
.Q:$$LAPSED^OREVNTX(PIEN) ;quit if event has lapsed
.I RIEN=DA W !!,"You may not make ",$P($G(^ORD(100.5,DA,0)),U)," a parent",!,"at this time because there are unprocessed delayed orders assigned to it." H 3 S OK=0
Q OK
;
ACTSURG(ORTYPE,DA) ;Function returns 1 if an active surgery event already exists
N ACT,DIV,I
S ACT=0
I ORTYPE="E" D
.S DIV=$P($G(^ORD(100.5,DA,0)),U,3)
.S I=0 F S I=$O(^ORD(100.5,"ADT","O",I)) Q:'+I I DA'=I I DIV=$P($G(^ORD(100.5,I,0)),U,3)&('$G(^ORD(100.5,I,1))) S ACT=1
.Q
I ORTYPE="A" D
.S DIV=$P($G(^ORD(100.6,DA,0)),U,3)
.S I=0 F S I=$O(^ORD(100.6,"AE",DIV,"O",I)) Q:'+I I I'=DA S ACT=1
.Q
Q ACT
;
FROMTO(MUL,SUB1,SUB2) ;Check FROM - TO entries in file 100.6
N DA,DIK,LOC0,X,Y,DEL,ERR
I MUL="S" D Q
.I '$D(^ORD(100.6,SUB1,4,SUB2,1,"B")) D ;Check for TO entries in specialties multiple
..W !!,"ERROR - Missing TO entry - ",$P($G(^DIC(45.7,$P(^ORD(100.6,SUB1,4,SUB2,0),U),0)),U)," DELETED.",!
..S DA(1)=SUB1,DA=SUB2,DIK="^ORD(100.6,"_DA(1)_",4," D ^DIK
;
I MUL="L" D
.S LOC0=^ORD(100.6,SUB1,5,SUB2,0)
.I +$P(LOC0,U,2)=0&($P(LOC0,U,3)="") S DEL=1,ERR=1
.I +$P(LOC0,U,4)=0&($P(LOC0,U,5)="") S DEL=1,ERR=1
.I $G(ERR) W !!,"ERROR - Missing FROM or TO location - '",$P(LOC0,U),"' DELETED.",! Q
.I $P(LOC0,U,2) D CLEAR(SUB1,SUB2,2) ;If user selects "all" clear "from" field
.I $P(LOC0,U,4) D CLEAR(SUB1,SUB2,4) ;If user selects "all" clear "to" field
.I $P(LOC0,U,2)&($P(LOC0,U,4)) W !!,"WARNING - You've defined a 'FROM ALL' locations to 'TO ALL' locations entry",!,"and it will supercede all other entries.",! Q
.I $O(^ORD(100.6,SUB1,5,"ADC",$S($P(LOC0,U,2)=1:"ALL",1:$P(LOC0,U,3)),$S($P(LOC0,U,4)=1:"ALL",1:$P(LOC0,U,5)),SUB2)) S DEL=1,ERR=1
.I $O(^ORD(100.6,SUB1,5,"ADC",$S($P(LOC0,U,2)=1:"ALL",1:$P(LOC0,U,3)),$S($P(LOC0,U,4)=1:"ALL",1:$P(LOC0,U,5)),SUB2),-1) S DEL=1,ERR=1
.I $G(ERR) W !!,"ERROR - Duplicate entry exists - '",$P(LOC0,U),"' DELETED.",!
I $G(DEL) S DIK="^ORD(100.6,"_SUB1_",5,",DA=SUB2,DA(1)=SUB1 D ^DIK
Q
;
CLEAR(TENT,MENT,FIELD) ;Clear selected fields
N DA,DIE,Y,X,FILE
S FILE(100.62,MENT_","_TENT_",",FIELD)="@" D FILE^DIE("","FILE")
Q
OREV4 ;SLC/DAN Event delayed orders cont ;10/25/02 13:54
+1 ;;3.0;ORDER ENTRY/RESULTS REPORTING;**141**;Dec 17, 1997
+2 ;DBIA reference section
+3 ;10006 - DIC
+4 ;10018 - DIE
+5 ;10013 - DIK
+6 ;10103 - XLFDT
+7 ;2056 - DIQ
+8 ;2263 - XPAR
+9 ;
+10 NEW Y,DIC,ZTSAVE,IEN
+11 SET DIC="^ORE(100.2,"
SET DIC(0)="AEMQ"
DO ^DIC
+12 ;Quit if no selection made
IF Y=-1
QUIT
+13 SET IEN=+Y
+14 WRITE !
+15 SET ZTSAVE("IEN")=""
SET ZTSAVE("DIC")=""
SET ZTSAVE("IO*")=""
+16 ;Get device to print on
DO QUE^ORUTL1("DQI^OREV4","Patient event inquiry",.ZTSAVE)
+17 QUIT
+18 ;
DQI ;Tasked entry point or continue if not queued
+1 USE IO
+2 SET DA=IEN
+3 DO EN^DIQ
+4 QUIT
+5 ;
CHKPRM ;Checks to see if event is defined in either the OREVNT DEFAULT
+1 ;or the OREVNT COMMON LIST parameter. If so, then it will be removed
+2 ;from the parameters as PARENT type events are not allowed in these
+3 ;parameters. This API is called when an event becomes a parent.
+4 NEW DIC,Y,X,PRMC,PRMD,PARAM,I,J
+5 SET DIC=8989.51
SET DIC(0)="MX"
SET X="OREVNT COMMON LIST"
DO ^DIC
+6 ;Parameter doesn't exist
IF Y=-1
QUIT
+7 SET PRMC=+Y
+8 SET X="OREVNT DEFAULT"
DO ^DIC
+9 ;Parameter doesn't exist
IF Y=-1
QUIT
+10 SET PRMD=+Y
+11 FOR PARAM=PRMC,PRMD
Begin DoDot:1
+12 KILL ORLST
+13 ;get list of values
DO ENVAL^XPAR(.ORLST,PRMC)
+14 ;No values
IF ORLST=0
QUIT
+15 SET I=""
FOR
SET I=$ORDER(ORLST(I))
IF I=""
QUIT
Begin DoDot:2
+16 SET J=""
FOR
SET J=$ORDER(ORLST(I,J))
IF J=""
QUIT
Begin DoDot:3
+17 ;delete event from parameter
IF ORLST(I,J)=DA
DO EN^XPAR(I,PARAM,J,"@")
End DoDot:3
End DoDot:2
End DoDot:1
+18 QUIT
+19 ;
DELAYED(DFN) ;Display list of delayed events for a patient, identified by DFN
+1 NEW EVT,IFN,DISP
+2 ;Quit if no delayed orders exist for the patient
IF '$DATA(^ORE(100.2,"AE",DFN))
QUIT
+3 SET EVT=0
SET DISP=0
+4 FOR
SET EVT=$ORDER(^ORE(100.2,"AE",DFN,EVT))
IF '+EVT
QUIT
Begin DoDot:1
+5 SET IFN=$ORDER(^ORE(100.2,"AE",DFN,EVT,0))
+6 ;quit if event has lapsed
IF $$LAPSED^OREVNTX(IFN)
QUIT
+7 IF 'DISP
WRITE !!,"Delayed orders exist for this patient!",$CHAR(7)
SET DISP=1
+8 WRITE !,"EVENT: ",$PIECE($GET(^ORD(100.5,+$PIECE(^ORE(100.2,IFN,0),U,2),0)),U,8),", created on ",$$FMTE^XLFDT($PIECE(^ORE(100.2,IFN,0),U,5),1)
End DoDot:1
+9 QUIT
+10 ;
PARENTOK() ;This function determines if the event can be a parent
+1 ;if an event has future delayed orders tied to it then it can't be
+2 ;a parent
+3 NEW OK,SUB,RIEN,PIEN
+4 SET OK=1
+5 SET SUB="^ORE(100.2,""AE"")"
+6 FOR
SET SUB=$QUERY(@SUB)
IF SUB'["AE"!('OK)
QUIT
Begin DoDot:1
+7 ;Release event ID
SET RIEN=$PIECE(SUB,",",4)
+8 ;Patient event ID
SET PIEN=$PIECE(SUB,",",5)
+9 ;quit if event has lapsed
IF $$LAPSED^OREVNTX(PIEN)
QUIT
+10 IF RIEN=DA
WRITE !!,"You may not make ",$PIECE($GET(^ORD(100.5,DA,0)),U)," a parent",!,"at this time because there are unprocessed delayed orders assigned to it."
HANG 3
SET OK=0
End DoDot:1
+11 QUIT OK
+12 ;
ACTSURG(ORTYPE,DA) ;Function returns 1 if an active surgery event already exists
+1 NEW ACT,DIV,I
+2 SET ACT=0
+3 IF ORTYPE="E"
Begin DoDot:1
+4 SET DIV=$PIECE($GET(^ORD(100.5,DA,0)),U,3)
+5 SET I=0
FOR
SET I=$ORDER(^ORD(100.5,"ADT","O",I))
IF '+I
QUIT
IF DA'=I
IF DIV=$PIECE($GET(^ORD(100.5,I,0)),U,3)&('$GET(^ORD(100.5,I,1)))
SET ACT=1
+6 QUIT
End DoDot:1
+7 IF ORTYPE="A"
Begin DoDot:1
+8 SET DIV=$PIECE($GET(^ORD(100.6,DA,0)),U,3)
+9 SET I=0
FOR
SET I=$ORDER(^ORD(100.6,"AE",DIV,"O",I))
IF '+I
QUIT
IF I'=DA
SET ACT=1
+10 QUIT
End DoDot:1
+11 QUIT ACT
+12 ;
FROMTO(MUL,SUB1,SUB2) ;Check FROM - TO entries in file 100.6
+1 NEW DA,DIK,LOC0,X,Y,DEL,ERR
+2 IF MUL="S"
Begin DoDot:1
+3 ;Check for TO entries in specialties multiple
IF '$DATA(^ORD(100.6,SUB1,4,SUB2,1,"B"))
Begin DoDot:2
+4 WRITE !!,"ERROR - Missing TO entry - ",$PIECE($GET(^DIC(45.7,$PIECE(^ORD(100.6,SUB1,4,SUB2,0),U),0)),U)," DELETED.",!
+5 SET DA(1)=SUB1
SET DA=SUB2
SET DIK="^ORD(100.6,"_DA(1)_",4,"
DO ^DIK
End DoDot:2
End DoDot:1
QUIT
+6 ;
+7 IF MUL="L"
Begin DoDot:1
+8 SET LOC0=^ORD(100.6,SUB1,5,SUB2,0)
+9 IF +$PIECE(LOC0,U,2)=0&($PIECE(LOC0,U,3)="")
SET DEL=1
SET ERR=1
+10 IF +$PIECE(LOC0,U,4)=0&($PIECE(LOC0,U,5)="")
SET DEL=1
SET ERR=1
+11 IF $GET(ERR)
WRITE !!,"ERROR - Missing FROM or TO location - '",$PIECE(LOC0,U),"' DELETED.",!
QUIT
+12 ;If user selects "all" clear "from" field
IF $PIECE(LOC0,U,2)
DO CLEAR(SUB1,SUB2,2)
+13 ;If user selects "all" clear "to" field
IF $PIECE(LOC0,U,4)
DO CLEAR(SUB1,SUB2,4)
+14 IF $PIECE(LOC0,U,2)&($PIECE(LOC0,U,4))
WRITE !!,"WARNING - You've defined a 'FROM ALL' locations to 'TO ALL' locations entry",!,"and it will supercede all other entries.",!
QUIT
+15 IF $ORDER(^ORD(100.6,SUB1,5,"ADC",$SELECT($PIECE(LOC0,U,2)=1:"ALL",1:$PIECE(LOC0,U,3)),$SELECT($PIECE(LOC0,U,4)=1:"ALL",1:$PIECE(LOC0,U,5)),SUB2))
SET DEL=1
SET ERR=1
+16 IF $ORDER(^ORD(100.6,SUB1,5,"ADC",$SELECT($PIECE(LOC0,U,2)=1:"ALL",1:$PIECE(LOC0,U,3)),$SELECT($PIECE(LOC0,U,4)=1:"ALL",1:$PIECE(LOC0,U,5)),SUB2),-1)
SET DEL=1
SET ERR=1
+17 IF $GET(ERR)
WRITE !!,"ERROR - Duplicate entry exists - '",$PIECE(LOC0,U),"' DELETED.",!
End DoDot:1
+18 IF $GET(DEL)
SET DIK="^ORD(100.6,"_SUB1_",5,"
SET DA=SUB2
SET DA(1)=SUB1
DO ^DIK
+19 QUIT
+20 ;
CLEAR(TENT,MENT,FIELD) ;Clear selected fields
+1 NEW DA,DIE,Y,X,FILE
+2 SET FILE(100.62,MENT_","_TENT_",",FIELD)="@"
DO FILE^DIE("","FILE")
+3 QUIT