MAG DICOM ROUTE LOG XMIT

TITLEVALUE
NAMEMAG DICOM ROUTE LOG XMIT
DESCRIPTION +---------------------------------------------------------------+
| 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 |
| 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. |
+---------------------------------------------------------------+

When a file has been routed, information needs to be kept about
the fact that a copy has been made. In order to log this
information, the routing transmitter will call this RPC.

This RPC will take care of all logging of statistics that is
needed after a file has been transmitted. There are six input
parameters: the internal entry number of the queue entry (D0),
the internal entry number of the destination to which it was
transmitted (DEST) and the internal entry number of the location
from which it was transmitted (LOCATION). The input parameter
(STATUS) is equal to either "SENT" or "FAILED", depending on the
outcome of the transmission. The value of the input-parameter TO
is the name of the file at its destination (later to be used for
purging the file). The value of the parameter XMIT is the
timestamp of the start of the transmission.
TAGLOGXIMG
ROUTINEMAGDRPC7
INPUT PARAMETERSSEQUENCE NUMBER1
INPUT PARAMETERQUEUE
DESCRIPTIONThe value of this parameter is a pointer to ^MAGQUEUE(2006.035).
This pointer identifies the queue-entry that caused the transmission.
The value of this pointer will be used to retrieve the time-stamp
when the entry was made into the queue and the internal entry number
of the image involved.
PARAMETER TYPELITERAL
REQUIREDNO
MAXIMUM DATA LENGTH20

INPUT PARAMETERSSEQUENCE NUMBER2
INPUT PARAMETERDEST
DESCRIPTIONThe value of this parameter is a pointer to either ^MAG(2005.2)
or ^MAGDICOM(2006.585).
This pointer identifies the destination to which the images
were to be transmitted.
PARAMETER TYPELITERAL
REQUIREDYES
MAXIMUM DATA LENGTH64

INPUT PARAMETERSSEQUENCE NUMBER3
INPUT PARAMETERLOCATION
DESCRIPTIONThe value of this parameter is a pointer to ^DIC(4).
This pointer identifies the location at which images were acquired.
PARAMETER TYPELITERAL
REQUIREDYES
MAXIMUM DATA LENGTH30

INPUT PARAMETERSSEQUENCE NUMBER4
INPUT PARAMETERSTATUS
DESCRIPTIONThe value of this parameter is a string that identifies the
new status of the current entry in the Transmission Queue.
Possible values are "SENDING", "SENT" and "FAILED".
PARAMETER TYPELITERAL
REQUIREDYES
MAXIMUM DATA LENGTH30

INPUT PARAMETERSSEQUENCE NUMBER5
INPUT PARAMETERFILNAM
DESCRIPTIONThe value of this parameter is a string.
This string value represents the name of the image file at its
(remote) location.
PARAMETER TYPELITERAL
REQUIREDYES
MAXIMUM DATA LENGTH200

INPUT PARAMETERSSEQUENCE NUMBER6
INPUT PARAMETERXMIT
DESCRIPTIONThe value of this parameter is a (FileMan-formatted) date/time value.
This value represents the time-stamp for the moment when the transmission
of the image file started.
PARAMETER TYPELITERAL
REQUIREDNO
MAXIMUM DATA LENGTH20

INPUT PARAMETERSSEQUENCE NUMBER7
INPUT PARAMETERMECH
DESCRIPTIONThe value of this parameter is an integer value (1 or 2).
This number defines the mechanism that will be used to transmit
the images:
1 = standard copy
2 = DICOM copy
PARAMETER TYPELITERAL
REQUIREDNO
MAXIMUM DATA LENGTH10

RETURN VALUE TYPESINGLE VALUE
RETURN PARAMETER DESCRIPTIONThe value of this parameter is an integer number.
Possible values:
<0 when a log-entry could not be made
1 when all log entries are made successfully
AVAILABILITYRESTRICTED
INACTIVEACTIVE
CLIENT MANAGER
WORD WRAP ONTRUE
VERSION3.0
SUPPRESS RDV USER SETUPNo
APP PROXY ALLOWED