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

Package: Order Entry Results Reporting

Routine: ORY72


Information

ORY72 ; SLC/MKB - Postinit for patch OR*3*72 ;11/24/99 16:01

Source Information

Source file <ORY72.m>

Entry Points

Name Comments DBIA/ICR reference
EN ; -- task job to mark pre-CPRS orders as verified
INSTALLD() ; -- Returns date/time of CPRS install
TYPES() ; -- Returns the kinds of verification to mark
SHOW ; -- Display selected values
TASK ; -- job to verify pre-CPRS orders
POST ; -- postinit for patch OR*3*72

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!," * * * * Auto-Verify Orders Entered Prior to Installation of CPRS * * * *"
  • Line Location: EN+3
Function Call: WRITE
  • Prompt: !!,"If this is ok, please queue this job or enter ^ to quit.",!
  • Line Location: EN+6
Function Call: WRITE
  • Prompt: !,"Task "_$S($G(ZTSK):"#"_ZTSK,1:"not")_" started."
  • Line Location: EN+8
Function Call: WRITE
  • Prompt: !!!,"Please "_$S($G(ORXPD):"confirm",1:"enter")_" when CPRS was installed; this will also be used as the",!,"Date/Time Verified for all previously entered orders.",!
  • Line Location: INSTALLD+7
Function Call: WRITE
  • Prompt: !!!,"Please select the kind(s) of verification to be done by entering any",!,"combination of (N)urse, (C)lerk, and/or Chart (R)eview.",!
  • Line Location: TYPES+6
Function Call: WRITE
  • Prompt: !!,$$REPEAT^XLFSTR("-",79)
  • Line Location: SHOW+1
Function Call: WRITE
  • Prompt: !,"Date for Auto-Verification: "_$$FMTE^XLFDT(ORDT)
  • Line Location: SHOW+2
Function Call: WRITE
  • Prompt: !,"Types of Auto-Verification: "_ORV
  • Line Location: SHOW+4
Function Call: WRITE
  • Prompt: !,$$REPEAT^XLFSTR("-",79)
  • Line Location: SHOW+5
Info |  Source |  Entry Points |  Interaction Calls