DESCRIPTION |
+---------------------------------------------------------------+
| a medical device. As such, it may not be changed in any way. |
| Modifications to this software may result in an adulterated |
| medical device under 21CFR820, the use of which is considered |
| to be a violation of US Federal Statutes. |
+---------------------------------------------------------------+
The Routing Transmitter will continuously ask the VistA system
for the next file to transmit. This RPC will be called to obtain
the name of the next file to be transmitted.
| Property of the US Government. |
This RPC returns information about the next image file to be
transmitted by a certain Routing Transmitter.
The next file to be transmitted is either the next file for
the current destination, or the next file with the highest
priority in any of the queues for the destinations that are
being served by the current transmitter.
If neither of the parameters DEST and PRIOR have a non-empty
value, information about the first file (if any) to be transmitted
| No permission to copy or redistribute this software is given. |
will be returned.
| Use of unreleased versions of this software requires the user |
| to execute a written test agreement with the VistA Imaging |
| Development Office of the Department of Veterans Affairs, |
| telephone (301) 734-0100. |
| |
| The Food and Drug Administration classifies this software as |
|
RETURN PARAMETER DESCRIPTION |
The output parameter is an array.
OUT(3)=PRIOR
OUT(4)=MECH
OUT(5)=logical name for destination
OUT(6)=physical name for destination
OUT(7)='from' file name
OUT(8)='to' file name
OUT(9)=D0 (^MAGQUEUE(2006.035))
The meaning of the various elements is:
OUT(1) = 0: all OK
2: no files to be transmitted for this image
3: cannot yet transmit, purge first
-1: No Location Specified
-2: No Valid Destinations Specified
If OUT(1) is equal to 0, the other elements are defined as:
OUT(2)=DEST
|