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. |
+---------------------------------------------------------------+
| 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 |
This parameter is an array.
d1 = secondary IEN in current FileMan table
timestamp = current timestamp in cross-reference being traversed
filename = name of file (at remote location) to be purged
The information from the first four fields is used after the
files have been purged at the remote location in a subsequent
call to this same RPC.
After the files have been purged at their remote locations,
the cross-references in the VistA system need to be cleaned up.
The values in these four fields indicate which entries
can be then be removed.
The value of OUT(1) is an integer number, describing the number
of file-names that is returned in the current call to this RPC.
The other values in the output array are strings that each
contain a number of data-fields, separated by carets ("^"):
OUT(i) = FileManFile# ^ d0 ^ d1 ^ timestamp ^ filename
where:
FileManFile# = either 2005 or 2005.1
d0 = primary IEN in current FileMan table
|