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

Package: Order Entry Results Reporting

Routine: ORKUTL


Information

ORKUTL ; slc/CLA - Utility routine for order checking ;5/21/97 16:25

Source Information

Source file <ORKUTL.m>

Entry Points

Name Comments DBIA/ICR reference
ONOFF(ORK,ORKUSR,ORKPT) ;Extrinsic function to check param file determines if
; user ORKUSR should receive order check ORK for patient ORKPT.
USRCHKS(ORKUSR) ; generate a list of order checks indicating user's recip status
HLPMSG ;display/print help message for a user's order checks
OUTPUT(ORY,ORKDESC,ORKHDR) ;prompt for device and send report
PRINT ;print body of List User's Order checks Report
HDR ;print header of report
HDR1
HDR2

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!,"Would you like help understanding the list of order checks"
  • Line Location: USRCHKS+6
Function Call: WRITE
  • Prompt: !!,"This will take a moment or two, please stand by."
  • Line Location: USRCHKS+18
Function Call: WRITE
  • Prompt: !!?5,"Report canceled!"
  • Line Location: OUTPUT+13
Function Call: WRITE
  • Prompt: !!?5,"Report queued."
  • Line Location: OUTPUT+14
Function Call: WRITE
  • Prompt: !!," - Report Interrupted -",!
  • Line Location: PRINT+9
Function Call: WRITE
  • Prompt: " - End of Report -",!
  • Line Location: PRINT+10
Function Call: WRITE
  • Prompt: !,"Press RETURN to continue: "
  • Line Location: PRINT+11
Function Call: WRITE
  • Prompt: ?20,ORKHDR
  • Line Location: HDR2+0
Function Call: WRITE
  • Prompt: ?(IOM-10),"Page: ",$J(PAGE,3),!!
  • Line Location: HDR2+1
Info |  Source |  Entry Points |  Interaction Calls