PSGAPH ;BIR/CML3-HELP FOR ACTION PROFILES ;16 DEC 97 / 1:36 PM 
 ;;5.0; INPATIENT MEDICATIONS ;;16 DEC 97
 ;
H1 ;
 W !!?2,"If a START date is entered, only orders that stop on or after the date entered",!,"will be shown.  If a start date is entered without a time, the beginning of the",!,"day is assumed." D M1,M2 Q
 ;
H2 ;
 W !!?2,"If a STOP date is entered, only orders that start on or before the stop date",!,"entered" W:PSGAPB ", and stop on or after ",$P(PSGAPB,"^",2),"," W " will be shown."
 W !,"If a stop date is entered without a time, the end of the day is assumed." D M1,M2 Q
 ;
M1 ;
 W !?2,"Neither the start date nor the stop date is required.  If neither is entered,",!,"all orders that are currently active are shown." Q
 ;
M2 ;
 W !!?2,"PLEASE NOTE that although you can enter a date range that is in the past,",!,"only those patients that are currently admitted can be shown, and that the",!,"orders will show their current information.",! Q
 
--- Routine Detail   --- with STRUCTURED ROUTINE LISTING ---[H[J[2J[HPSGAPH   977     printed  Sep 23, 2025@19:36:54                                                                                                                                                                                                       Page 2
PSGAPH    ;BIR/CML3-HELP FOR ACTION PROFILES ;16 DEC 97 / 1:36 PM 
 +1       ;;5.0; INPATIENT MEDICATIONS ;;16 DEC 97
 +2       ;
H1        ;
 +1        WRITE !!?2,"If a START date is entered, only orders that stop on or after the date entered",!,"will be shown.  If a start date is entered without a time, the beginning of the",!,"day is assumed."
           DO M1
           DO M2
           QUIT 
 +2       ;
H2        ;
 +1        WRITE !!?2,"If a STOP date is entered, only orders that start on or before the stop date",!,"entered"
           if PSGAPB
               WRITE ", and stop on or after ",$PIECE(PSGAPB,"^",2),","
           WRITE " will be shown."
 +2        WRITE !,"If a stop date is entered without a time, the end of the day is assumed."
           DO M1
           DO M2
           QUIT 
 +3       ;
M1        ;
 +1        WRITE !?2,"Neither the start date nor the stop date is required.  If neither is entered,",!,"all orders that are currently active are shown."
           QUIT 
 +2       ;
M2        ;
 +1        WRITE !!?2,"PLEASE NOTE that although you can enter a date range that is in the past,",!,"only those patients that are currently admitted can be shown, and that the",!,"orders will show their current information.",!
           QUIT