MAG DICOM ROUTE REMOVE OBSO (1878)    REMOTE PROCEDURE (8994)

Name Value
NAME MAG DICOM ROUTE REMOVE OBSO
TAG REMOBSO
ROUTINE MAGDRPC6
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 connection between a transmitting and receiving site has 
been down for an extended period of time, the user of the DICOM 
Gateway may decide to forego transmission of any images that 
would already have been purged at the destination if it would 
 | Property of the US Government.                                |
have been possible to transmit them in the first place. In order 
to perform this maintenance, the user of the DICOM Gateway would 
invoke a menu option that calls this RPC.
 
This RPC will remove any entries from the Transmission Queue that 
were created for the specified location and that have a status of 
either "WAITING", "SENDING" or "FAILED" and that are older than 
the specified date.
 | 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
  • UPTO
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   20
    REQUIRED:   YES
    SEQUENCE NUMBER:   1
    DESCRIPTION:   
    The value of this parameter is a (FileMan-formatted) date/time value.
    This value represents the date before which all entries are to be
    purged from the Transmission Queue.
    
  • LOCATION
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   30
    REQUIRED:   YES
    SEQUENCE NUMBER:   2
    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.
 
When the value of this number is negative, it indicates an error
condition. Currently, only one error code is defined:
  -1: No Location Specified
 
When the value of this number is greater than or equal to
zero, it represents the number of queue entries that
have been purged.