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 |  Used in RPC
Print Page as PDF
Routine: ORWCSP

Package: Order Entry Results Reporting

Routine: ORWCSP


Information

ORWCSP ; ALB/MJK - Background Consult Report Print Driver ;1/24/95 15:49

Source Information

Source file <ORWCSP.m>

Entry Points

Name Comments DBIA/ICR reference
PRINT(ORY,ORIO,DFN,ORID)
PRINTQ
TASK(ORY,ORIO,DFN,ORID,TASKDATA) ;
TASKQ
CHK() ; -- do checks for required data
; -- this check assumes all parameters in PRINT call are available
CHKQ
DEQUE ; -- logic to print queued consult report
DEQUEQ
OUTPUT(ROOT,HDRDATA) ; -- generic print report
INIT(HDRDATA) ; -- init generic header data
HDR(ORY) ; -- print generic header

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !,@ROOT@(I,0)
  • Line Location: OUTPUT+7
Function Call: WRITE
  • Prompt: @IOF
  • Line Location: HDR+5
Function Call: WRITE
  • Prompt: !,ORY("TITLE"),?71,"Page: ",ORY("PAGE")
  • Line Location: HDR+6
Function Call: WRITE
  • Prompt: !,"Name: ",ORY("NAME"),?37,"ID: ",ORY("PID"),?56,"DOB: ",ORY("DOB")
  • Line Location: HDR+7
Function Call: WRITE
  • Prompt: !,LINE,!
  • Line Location: HDR+8

Used in RPC

RPC Name Call Tags
ORWCS PRINT REPORT PRINT
Info |  Source |  Entry Points |  Interaction Calls |  Used in RPC