
| Name | Value |
|---|---|
| NAME | DSIV DM GET STATUS1 |
| TAG | STAT |
| ROUTINE | DSIVDM |
| RETURN VALUE TYPE | GLOBAL ARRAY |
| AVAILABILITY | AGREEMENT |
| WORD WRAP ON | TRUE |
| DESCRIPTION | This will retrieve the statuses of the VistA Imaging import requests on a per DSS application basis. There are various input filters you can pass to limit what will be returned. |
| INPUT PARAMETER |
|
| RETURN PARAMETER DESCRIPTION |
If problems or errors, return -1^error message
Else return each transaction id in a multiline format:
List[n] := transaction id^status
List[n+m] := any messages from the VI Background Processor
{ this may be 0,1,2,3,or more lines }
List[n+m+1] := $END
Each record will consist of 2 or more lines. The first line and the
$END line will be in each record.
|