Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Source |  Entry Points |  Interaction Calls
Print Page as PDF
Routine: GMRVORE0

Package: General Medical Record - Vitals

Routine: GMRVORE0


Information

GMRVORE0 ;HIRMFO/RM/YH-DRIVER TO ENTER VITAL/MEASUREMENTS ORDERS ;8/16/95

Source Information

Source file <GMRVORE0.m>

Entry Points

Name Comments DBIA/ICR reference
EN1 ; ENTRY FROM ACTION FIELD OF ORDER ENTRY OPTION
PROC ;
; PROCESS ORDER DEPENDING ON $G(ORACTION)
Q ;
NOP ;
EDCHK ;

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!,$C(7),"DO YOU WANT TO DISCONTINUE THIS ORDER AND ADD A NEW ONE"
  • Line Location: PROC+5
Function Call: WRITE
  • Prompt: !,"Answer 'YES' or 'NO'"
  • Condition for execution: %=0
  • Line Location: PROC+5
Function Call: WRITE
  • Prompt: !,?4,$C(7),$S($G(ORACTION):"No updating has occurred!!",1:"Order has been deleted!!")
  • Line Location: Q+1
Function Call: WRITE
  • Prompt: !!,$C(7),"This action is inappropriate for this order."
  • Line Location: NOP+1
Function Call: WRITE
  • Prompt: $C(7),!?4,"No change to existing order!!"
  • Line Location: EDCHK+2
Info |  Source |  Entry Points |  Interaction Calls