ITEMS |
-
- SEQUENCE: 1
- INDEX: S.V/M
- HELP MESSAGE: Enter the vital sign you wish to be taken.
- SCREEN: I $$ACTIVE^ORDD43(Y)
- XECUTABLE HELP: N IDX,SCR S IDX=$G(ORDIALOG(PROMPT,"D")),SCR=$G(ORDIALOG(PROMPT,"S")) D XHELP^ORDD43(IDX,SCR)
- ITEM: OR GTX ORDERABLE ITEM
- EXIT ACTION: N OI S OI=+$G(ORDIALOG(PROMPT,INST)) D:OI ORDMSG^ORCD(OI)
- DISPLAY TEXT: Vital Sign:
- REQUIRED: YES
-
- SEQUENCE: 2
- HELP MESSAGE: Enter the date [time optional] when you wish these signs to be taken.
- DEFAULT: S Y="NOW"
- ITEM: OR GTX START DATE/TIME
- ASK ON ACTION: RCW
-
- SEQUENCE: 3
- HELP MESSAGE: Enter either a standard administration schedule or one of your own, up to 70 characters.
- ITEM: OR GTX SCHEDULE
- ASK ON ACTION: C
-
- SEQUENCE: 5
- HELP MESSAGE: Enter any special instructions for this order, up to 240 characters.
- ITEM: OR GTX FREE TEXT 1
- DISPLAY TEXT: Special Instructions:
- ASK ON ACTION: RC
-
- SEQUENCE: 4
- HELP MESSAGE: Enter the date [time optional] to stop taking this vital sign.
- POST-SELECTION ACTION: I $$FTDCOMP^ORCD("START DATE/TIME","STOP DATE/TIME",">") K DONE,ORDIALOG(PROMPT,ORI) W $C(7),!,"Cannot end before start date/time!",!
- DEFAULT: S Y=$$VAL^ORCD("START DATE/TIME")
- ITEM: OR GTX STOP DATE/TIME
- ASK ON ACTION: RCW
|