MAG DICOM ROUTE STATUS (1880)    REMOTE PROCEDURE (8994)

Name Value
NAME MAG DICOM ROUTE STATUS
TAG STATUS
ROUTINE MAGDRPC5
RETURN VALUE TYPE SINGLE VALUE
AVAILABILITY RESTRICTED
INACTIVE ACTIVE
CLIENT MANAGER 0
WORD WRAP ON TRUE
VERSION 3.0
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.                     |
 +---------------------------------------------------------------+
 
When the Routing Gateway has made an attempt to transmit a file,
it will call this RPC to change the status of the
entry in the transmission queue to either "SENT" or "FAILED".
 
 | Property of the US Government.                                |
This RPC will change the status of the entry in the transmission
queue (file # 2005.035) with entry-number D0 to the indicated
status.
 | 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
  • D0
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   30
    REQUIRED:   YES
    SEQUENCE NUMBER:   1
    DESCRIPTION:   
    The value of this parameter is a pointer to an entry in the
    Transmission Queue (^MAGQUEUE(2006.035,D0)).
    The status of this entry in the Transmission Queue will be
    updated by this RPC.
    
  • STATUS
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   30
    REQUIRED:   YES
    SEQUENCE NUMBER:   2
    DESCRIPTION:   
    The 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".
    
  • LOCATION
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   30
    REQUIRED:   YES
    SEQUENCE NUMBER:   3
    DESCRIPTION:   
    The value of this parameter is a pointer to ^DIC(4).
    This pointer identifies the location at which images were acquired.
    
RETURN PARAMETER DESCRIPTION
The value of this parameter is an integer number.
Possible values:
  0: status not changed
  1: OK, status changed as requested