DSIC SR DETAIL (1613)    REMOTE PROCEDURE (8994)

Name Value
NAME DSIC SR DETAIL
TAG DETAILSR
ROUTINE DSICSRPT
RETURN VALUE TYPE ARRAY
AVAILABILITY AGREEMENT
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.
INPUT PARAMETER
  • DSISRTN
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   20
    REQUIRED:   YES
    SEQUENCE NUMBER:   1
    DESCRIPTION:   
    This is the internal file number from file 130, i.e., CASE#
    
  • FLAG
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   4
    REQUIRED:   NO
    SEQUENCE NUMBER:   2
    DESCRIPTION:   
    Optional parameter - string of characters indicating which reports to 
    return:
      FLAG["O" - return Operation Report
           "A" - return Anesthesia Report
           "N" - return Nurse's Report
           "P" - return Procedure Report (NON-OR)
     
    Default to FLAG="OA"
    
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>
 ----------------------------------------------------------------------------