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. |
+---------------------------------------------------------------+
This RPC queries the VistA system for the status of an exported
DICOM study.
| Property of the US Government. |
| No permission to copy or redistribute this software is given. |
| 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 |
When an error occurs during the processing of this RPC,
OUT("WAITING") = nnn
OUT("HOLD") = nnn
OUT("IGNORE") = nnn
OUT("NOT ON FILE") = nnn
If there are no images with a particular status, that status is not incuded.
the output array consists only one element:
OUT(1) = -1,IEN for DICOM OBJECT EXPORT file (#2006.574) is missing
OUT(1) = -2,No entry #nnn in DICOM OBJECT EXPORT file (#2006.574)
Otherwise, the value of OUT(1) = 1, and there will be status counters.
OUT("SUCCESS") = nnn
OUT("XMIT") = nnn
OUT("FAIL") = nnn
|