PSJSV0 ;BIR/CML3-SCHEDULE VALIDATION CONT. ; 15 May 98 / 9:28 AM
;;5.0; INPATIENT MEDICATIONS ;**3**;16 DEC 97
;
ENPSJI ; inquire for Inpatient Meds
S PSJPP="PSJ"
;
ENI ; inquire
R !!,"Select STANDARD SCHEDULE: ",X:DTIME W:'$T $C(7) I "^"[X!'$T K X,PSJPP Q
I X?1."?" W !!?2,"Enter a standard schedule to view the information pertaining to that schedule."
K DIC S DIC("W")="S Z=$P(^(0),""^"",5) W "" "",$S(Z=""O"":""(ONE-TIME)"",Z=""R"":""(RANGE)"",Z=""S"":$P(^(0),""^"",6),$P(^(0),""^"",2)]"""":$P(^(0),""^"",2),$P(^(0),""^"",3):$P(^(0),""^"",3)_"" minutes"",1:"""") K Z"
S DIC="^PS(51.1,",DIC(0)="EQSZ",D="AP"_PSJPP D IX^DIC K DIC G:Y'>0 ENI
S X=$P(Y(0),"^",5) W !!?2,"Schedule: ",$P(Y(0),"^"),?58,"Type: ",$S("C"[X:"CONTINUOUS",X="D":"DAY OF THE WEEK",X="O":"ONE-TIME",X="S":"SHIFT",X="R":"RANGE",1:X) G:"C"'[X&(X'="S") ENI
I "C"[X,$P(Y(0),"^",2)]"" W !?2,"Standard Admin Times: ",$P(Y(0),"^",2) W:$P(Y(0),U,7) !?2,"Max Days for Orders: ",$P(Y(0),U,7)
E I "C"[X,$P(Y(0),"^",3) W !?2,"Frequency (in minutes): ",$P(Y(0),"^",3)
I X="S",$P(Y(0),"^",5)]"" W !,"Standard Shifts: ",$P(Y(0),"^",5)
I $O(^PS(51.1,+Y,PSJPP'="PSJ"+1,0))
I F Q=0:0 S Q=$O(^PS(51.1,+Y,PSJPP'="PSJ"+1,Q)) Q:'Q D
.I PSJPP'="PSJ" I $D(^PS(51.1,+Y,PSJPP'="PSJ"+1,Q,0)) S Z=^(0) W !!?2,"Location: ",$S('$D(^SC(Q,0)):Q_";SC(",$P(^(0),"^")]"":$P(^(0),"^"),1:Q_";SC("),!?2,$S(X="S":"Shift: ",1:"Admin Times: "),$P(Z,"^",X="S"+2)
.I PSJPP="PSJ" I $D(^PS(51.1,+Y,PSJPP'="PSJ"+1,Q,0)) S Z=^(0) W !!?2,"Ward: ",$S('$D(^DIC(42,Q,0)):Q_";DIC(42",$P(^(0),"^")]"":$P(^(0),"^"),1:Q_";DIC(42"),!?2,"Ward Admin Times: ",$P(Z,"^",2)
K Q,Y,Z G ENI
;
ENSVH ; show help
I X="?" W !?5,"Enter a schedule for this order."
I X?2."?" F Q=1:1:8 W !?3,$P($T(SCHT+Q),";",3) I Q=3,X="??" Q
W:X="??" !?3,"..."
I R !,"(Press RETURN to continue.) ",Q:DTIME W:'$T $C(7) S:'$T Q="^" Q:Q="^"
S DIC="^PS(51.1,",DIC(0)="E",DIC("S")="I $P(^(0),""^"",4)="""_PSJPP_"""",DIC("W")="D DICW^PSJSV0"
D ^DIC K DIC Q
;
SCHT ;
;; This is the frequency that the action of the order is to take place over
;;the life of the order. The schedule may have various forms, such as 'ONCE',
;;'STAT', 'DAILY', 'Q8H', 'QOD', 'Q5XD', and 'MO-WE-FR@09'.
;; Please note that unexact schedules, such as 'Q4-6H' may not produce the
;;desired results.
;; Also, when entering a schedule involving days of the week, you need not
;;enter the entire name of each day, but you must enter at least the first two
;;letters of each day.
;
DICW ;
S Z=$P(^(0),"^",5),Z=$S(Z="O":-1,Z="S":1,Z="R":-2,1:0) W:Z " ",$S(Z>0:"SHIFT",Z=-2:"RANGE",1:"ONE-TIME") I Z'<0,$D(PSJW),$D(^(PSJPP'="PSJ"+1,PSJW,0)),$P(^(0),"^",Z+2)]"" W " ",$P(^(0),"^",Z+2) Q
W " ",$P(^PS(51.1,+Y,0),"^",Z*4+2) Q
Q
--- Routine Detail --- with STRUCTURED ROUTINE LISTING ---[H[J[2J[HPSJSV0 2768 printed Oct 16, 2024@18:09:54 Page 2
PSJSV0 ;BIR/CML3-SCHEDULE VALIDATION CONT. ; 15 May 98 / 9:28 AM
+1 ;;5.0; INPATIENT MEDICATIONS ;**3**;16 DEC 97
+2 ;
ENPSJI ; inquire for Inpatient Meds
+1 SET PSJPP="PSJ"
+2 ;
ENI ; inquire
+1 READ !!,"Select STANDARD SCHEDULE: ",X:DTIME
if '$TEST
WRITE $CHAR(7)
IF "^"[X!'$TEST
KILL X,PSJPP
QUIT
+2 IF X?1."?"
WRITE !!?2,"Enter a standard schedule to view the information pertaining to that schedule."
+3 KILL DIC
SET DIC("W")="S Z=$P(^(0),""^"",5) W "" "",$S(Z=""O"":""(ONE-TIME)"",Z=""R"":""(RANGE)"",Z=""S"":$P(^(0),""^"",6),$P(^(0),""^"",2)]"""":$P(^(0),""^"",2),$P(^(0),""^"",3):$P(^(0),""^"",3)_"" minutes"",1:"""") K Z"
+4 SET DIC="^PS(51.1,"
SET DIC(0)="EQSZ"
SET D="AP"_PSJPP
DO IX^DIC
KILL DIC
if Y'>0
GOTO ENI
+5 SET X=$PIECE(Y(0),"^",5)
WRITE !!?2,"Schedule: ",$PIECE(Y(0),"^"),?58,"Type: ",$SELECT("C"[X:"CONTINUOUS",X="D":"DAY OF THE WEEK",X="O":"ONE-TIME",X="S":"SHIFT",X="R":"RANGE",1:X)
if "C"'[X&(X'="S")
GOTO ENI
+6 IF "C"[X
IF $PIECE(Y(0),"^",2)]""
WRITE !?2,"Standard Admin Times: ",$PIECE(Y(0),"^",2)
if $PIECE(Y(0),U,7)
WRITE !?2,"Max Days for Orders: ",$PIECE(Y(0),U,7)
+7 IF '$TEST
IF "C"[X
IF $PIECE(Y(0),"^",3)
WRITE !?2,"Frequency (in minutes): ",$PIECE(Y(0),"^",3)
+8 IF X="S"
IF $PIECE(Y(0),"^",5)]""
WRITE !,"Standard Shifts: ",$PIECE(Y(0),"^",5)
+9 IF $ORDER(^PS(51.1,+Y,PSJPP'="PSJ"+1,0))
+10 IF $TEST
FOR Q=0:0
SET Q=$ORDER(^PS(51.1,+Y,PSJPP'="PSJ"+1,Q))
if 'Q
QUIT
Begin DoDot:1
+11 IF PSJPP'="PSJ"
IF $DATA(^PS(51.1,+Y,PSJPP'="PSJ"+1,Q,0))
SET Z=^(0)
WRITE !!?2,"Location: ",$SELECT('$DATA(^SC(Q,0)):Q_";SC(",$PIECE(^(0),"^")]"":$PIECE(^(0),"^"),1:Q_";SC("),!?2,$SELECT(X="S":"Shift: ",1:"Admin Times: "),$PIECE(Z,"^",X="S"+2)
+12 IF PSJPP="PSJ"
IF $DATA(^PS(51.1,+Y,PSJPP'="PSJ"+1,Q,0))
SET Z=^(0)
WRITE !!?2,"Ward: ",$SELECT('$DATA(^DIC(42,Q,0)):Q_";DIC(42",$PIECE(^(0),"^")]"":$PIECE(^(0),"^"),1:Q_";DIC(42"),!?2,"Ward Admin Times: ",$PIECE(Z,"^",2)
End DoDot:1
+13 KILL Q,Y,Z
GOTO ENI
+14 ;
ENSVH ; show help
+1 IF X="?"
WRITE !?5,"Enter a schedule for this order."
+2 IF X?2."?"
FOR Q=1:1:8
WRITE !?3,$PIECE($TEXT(SCHT+Q),";",3)
IF Q=3
IF X="??"
QUIT
+3 if X="??"
WRITE !?3,"..."
+4 IF $TEST
READ !,"(Press RETURN to continue.) ",Q:DTIME
if '$TEST
WRITE $CHAR(7)
if '$TEST
SET Q="^"
if Q="^"
QUIT
+5 SET DIC="^PS(51.1,"
SET DIC(0)="E"
SET DIC("S")="I $P(^(0),""^"",4)="""_PSJPP_""""
SET DIC("W")="D DICW^PSJSV0"
+6 DO ^DIC
KILL DIC
QUIT
+7 ;
SCHT ;
+1 ;; This is the frequency that the action of the order is to take place over
+2 ;;the life of the order. The schedule may have various forms, such as 'ONCE',
+3 ;;'STAT', 'DAILY', 'Q8H', 'QOD', 'Q5XD', and 'MO-WE-FR@09'.
+4 ;; Please note that unexact schedules, such as 'Q4-6H' may not produce the
+5 ;;desired results.
+6 ;; Also, when entering a schedule involving days of the week, you need not
+7 ;;enter the entire name of each day, but you must enter at least the first two
+8 ;;letters of each day.
+9 ;
DICW ;
+1 SET Z=$PIECE(^(0),"^",5)
SET Z=$SELECT(Z="O":-1,Z="S":1,Z="R":-2,1:0)
if Z
WRITE " ",$SELECT(Z>0:"SHIFT",Z=-2:"RANGE",1:"ONE-TIME")
IF Z'<0
IF $DATA(PSJW)
IF $DATA(^(PSJPP'="PSJ"+1,PSJW,0))
IF $PIECE(^(0),"^",Z+2)]""
WRITE " ",$PIECE(^(0),"^",Z+2)
QUIT
+2 WRITE " ",$PIECE(^PS(51.1,+Y,0),"^",Z*4+2)
QUIT
+3 QUIT