ORWRP16 ; ALB/MJK Report Calls - 16bit ;5/22/97 19:13
Source file <ORWRP16.m>
| 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
|
| Name | Line Occurrences |
|---|---|
| Function Call: WRITE |
|
| Function Call: READ |
|
| RPC Name | Call Tags |
|---|---|
| ORWRP16 REPORT TEXT | RPT |
| ORWRP16 REPORT LISTS | LIST |