MAG DICOM ROUTE TRANSACT STS (1881)    REMOTE PROCEDURE (8994)

Name Value
NAME MAG DICOM ROUTE TRANSACT STS
TAG TRANSTS
ROUTINE MAGDRTIM
RETURN VALUE TYPE SINGLE VALUE
AVAILABILITY RESTRICTED
INACTIVE ACTIVE
CLIENT MANAGER 0
WORD WRAP ON TRUE
VERSION 3
SUPPRESS RDV USER SETUP No
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 checks the status of all entries in the routing queue for
a specific transaction (group of files that was queued as a unit).
The return value indicates how many files are in each of the
possible statuses.
 | 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  |
INPUT PARAMETER
  • TRANSID
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   30
    REQUIRED:   YES
    SEQUENCE NUMBER:   1
    DESCRIPTION:   
    The value of this parameter is a string that uniquely defines
    a transaction in the routing queue. A transaction in this context
    is a number of files that was queued up as a group.
    
RETURN PARAMETER DESCRIPTION
The value of this parameter is a string that either has
one of the values:
  OUT = "-1,No Transaction ID Specified"
  OUT = "-2,Invalid Transaction ID"
or a value that looks like
  nnn=WAITING^nnn=SENDING^nnn=SENT^nnn=FAILED^nnn=?^
where each "nnn" indicates the number of queue entries with
that status.