| GUI(.ROOT,IEN) |
Returns SF513 report for display in GUI environment.
Root will be set to ^TMP("GMRC",$J,"SF513").
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
IEN |
Input |
IEN of REQUEST/CONSULTATION file (#123) for which
report should be returned.
|
|
EN(IEN,COPYTYPE,DEVICE,.STATUS) |
Entry point to send a copy of the SF513 to a printer
device.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
IEN |
Input |
IEN of REQUEST/CONSULTATION file (#123).
|
COPYTYPE |
Input |
C for Chart Copy W for Working Copy null for not
applicable
|
DEVICE |
Input |
Device to be passed to %ZTLOAD as ZTIO.
|
STATUS |
Output |
Returned as:
0^Queued as task # n (if successful)
-1^Not Queued (if unsuccessful)
|
|