| DESCRIPTION |
For a surgical case, this returns the operation report, anesthesia
report, nurse's report, and procedure report. Which reports are returned
depends upon the input paramter FLAG value. It defaults to Op report and
Anesthesia report.
|
| RETURN PARAMETER DESCRIPTION |
A local array with the report text.
Note: the dash line consists of 77 '-'
If error or problems, return DSICX(1)=-1^message
Else, return DSICX(n)=text of requested report where n=1,2,3,4...
All reports will start with a header such as:
----------------------------------------------------------------------------
<name of surgical report>
----------------------------------------------------------------------------
|