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: ORCMENU2

Package: Order Entry Results Reporting

Routine: ORCMENU2


Information

ORCMENU2 ;SLC/MKB-Review New Orders ;4/5/01 21:32

Source Information

Source file <ORCMENU2.m>

Entry Points

Name Comments DBIA/ICR reference
EN ; -- main entry point
EN1 ; -- enter here from ORCHART when exiting chart
EX ; -- main exit point
INIT ; -- init variables and list array
PHDR ; -- protocol menu header code
HELP ; -- help code
EXIT ; -- exit code
NOTIF ; -- Trigger notification for new orders left unsigned
SIGNALL ; -- sign all new orders
MORE() ; -- More orders to process?

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!,"You have no new or unsigned orders for this patient."
  • Line Location: EN+1
Function Call: WRITE
  • Prompt: !,"Searching the patient's chart ..."
  • Line Location: INIT+2
Function Call: WRITE
  • Prompt: !!,"Enter the display numbers of the items you wish to act on; a menu of"
  • Line Location: HELP+1
Function Call: WRITE
  • Prompt: !,"available actions will then be presented for selection."
  • Line Location: HELP+2
Function Call: READ
  • Variable: X
  • Timeout: DTIME
  • Line Location: HELP+3
Function Call: WRITE
  • Prompt: !,"Press <return> to continue ..."
  • Line Location: HELP+3
Function Call: WRITE
  • Prompt: !,"Range too large; only items #1-"_(I-1)_" will be signed."
  • Line Location: SIGNALL+3
Info |  Source |  Entry Points |  Interaction Calls