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

Package: Order Entry Results Reporting

Routine: ORWRP16


Information

ORWRP16 ; ALB/MJK Report Calls - 16bit ;5/22/97 19:13

Source Information

Source file <ORWRP16.m>

Entry Points

Name Comments DBIA/ICR reference
LIST(ROOT) ; -- return lists for list boxes
; RPC: ORWRP REPORT LIST
; See RPC definition for details on input and output parameters
GETRPTS(ROOT,EOF) ; -- get list of reports
RPTLIST ; -- list of reports
GETHS(ROOT,EOF) ; --get list of health summary types
GETDT(ROOT,EOF) ; -- get date range choices
DTLIST ; -- list of date ranges
SETITEM(ROOT,X) ; -- set item in list
RPT(ROOT,DFN,RPTID,HSTYPE,DTRANGE,SECTION) ; -- return report text
; RPC: ORWRP REPORT TEXT
; See RPC definition for details on input and output parameters
RPTQ
HS(ORDFN,ORHS) ; - get health summary report
HSB(ORDFN,ORHS) ; - build health summary report
BL(ORDFN) ; -- get blood bank report
BLB(ORDFN) ; -- build blood bank report
PATH(ORDFN) ; -- get anatomic path report
PATHB(ORDFN) ; -- build anatomic path report
DIET(ROOT,DFN) ; -- get dietetics profile
DIETB(DFN) ; -- get dietetics profile
VITALS(DFN,DTRANGE,ORTAG) ; -- get vitals report
VITALSB(DFN,DTRANGE,ORTAG) ; -- build vitals report
NOTYET(ROOT) ; -- standard not available display text
HFS() ; -- get hfs file name
; -- need to define better unique algorithm
OPEN(ORRM,ORHFS,ORMODE,ORIO) ; -- open WORKSTATION device
; ORRM: right margin
; ORHFS: host file name
; ORMODE: open file in 'R'ead or 'W'rite mode
CLOSE(ORRM,ORHFS,ORSUB,ORIO) ; -- close WORKSTATION device
; ORSUB: unique subscript name for output
USEHFS ; -- use host file to build global array
BUILD ; -- build tmp global for report
INIT ; -- initialize counts and global section
FINAL ; -- set 'x of y' for each section

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!,"Dietetics Profile not yet available."
  • Line Location: DIETB+1
Function Call: READ
  • Variable: X
  • Timeout: 5
  • Line Location: BUILD+6

Used in RPC

RPC Name Call Tags
ORWRP16 REPORT TEXT RPT
ORWRP16 REPORT LISTS LIST
Info |  Source |  Entry Points |  Interaction Calls |  Used in RPC