| START(MWIDTH,CALL) |
The START^ORWRP call allows the opening of the OR
WORKSTATION device and printing of a report to that device, thereby returning
the text of the report in a global array descendant from ^TMP("ORDATA",$J,.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
MWIDTH |
Input |
This is the margin width to which the report should
be formatted.
|
CALL |
Input |
This variable contains a line tag and routine in the
format "TAG^ROUTINE(PARAM)" that will be executed to produce the report
output.
|
TMP('ORDATA',$J, |
Output |
The output from the linetag and routine executed in
the variable CALL will be directed to the global array ^TMP("ORDATA",$J,
|
|