MAG DICOM UPDATE GATEWAY NAME (1886)    REMOTE PROCEDURE (8994)

Name Value
NAME MAG DICOM UPDATE GATEWAY NAME
TAG UPDTGW
ROUTINE MAGDRPC8
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 updates the name and location of a DICOM Gateway in the
database on the VistA system (table # 2006.587 in ^MAG(2006.587)).
 | 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
  • OLDNAM
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   30
    REQUIRED:   YES
    SEQUENCE NUMBER:   1
    DESCRIPTION:   
    The value of this parameter is a string that identifies
    the current DICOM Gateway.
    This value corresponds to the one that is expected
    to be the one currently stored in the VistA database.
    
  • NEWNAM
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   20
    REQUIRED:   YES
    SEQUENCE NUMBER:   2
    DESCRIPTION:   
    The value of this parameter is a string that identifies
    the current DICOM Gateway.
    This value corresponds to the one that is to be entered
    in the VistA database.
    
  • OLDLOC
    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 for which images are being
    transmitted.
    This value corresponds to the one that is expected
    to be the one currently stored in the VistA database.
    
  • NEWLOC
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   20
    REQUIRED:   YES
    SEQUENCE NUMBER:   4
    DESCRIPTION:   
    The value of this parameter is a pointer to ^DIC(4).
    This pointer identifies the location for which images are being
    transmitted.
    This value corresponds to the one that is to be entered
    in the VistA database.
    
RETURN PARAMETER DESCRIPTION
The output value of this RPC indicates whether or not the
update was successful.
Possible return values are:
   OUT = "-1,No Gateway Name specified"
   OUT = "-2,No Gateway Location specified"
   OUT >= 0: number of records updated in VistA database