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

Package: Order Entry Results Reporting

Routine: ORWRPL


Information

ORWRPL ; SLC/DCM - Background GUI Lab Print Driver;Dec 02, 2021@12:51:24;04/19/17 13:44

Source Information

Source file <ORWRPL.m>

Entry Points

Name Comments DBIA/ICR reference
RPTLIST ; -- list of Lab reports
; <ID> ^ <report name> ^ <qualifier type> ^
; <qualifier type> = 0:none,2:DateTime
PRINT(ORY,ORIO,ORDFN,RPTID,ORDAYSBK,ORTESTS,ORALPHA,OROMEGA)
PRINTQ
REMOTE(ORY,ORIO,ORDFN,RPTID,ORHANDS) ;Print data for remote sites
; RPC: ORWRP PRINT REMOTE REPORT
PRINTW(ORTEXT,ORDFN,RPTID,ORDAYSBK,ORTESTS,ORALPHA,OROMEGA) ;Windows device print
PRINTWQ
PRINTWR(ORTEXT,ORDFN,RPTID,ORHANDS) ;Windows Remote device print
CHK() ; -- do checks for required data
CHKQ
DEQUE ; -- logic to print queued report
; -- call build report logic
ID(ID) ;Get Report ID
LOOP ;
DEQUEQ

Used in RPC

RPC Name Call Tags
ORWRP PRINT LAB REPORTS PRINT
ORWRP WINPRINT LAB REPORTS PRINTW
ORWRP PRINT LAB REMOTE REMOTE
ORWRP PRINT WINDOWS LAB REMOTE PRINTWR
Info |  Source |  Entry Points |  Used in RPC