MAG DICOM STORE GATEWAY INFO (2510)    REMOTE PROCEDURE (8994)

Name Value
NAME MAG DICOM STORE GATEWAY INFO
TAG GWINFO
ROUTINE MAGDQR05
RETURN VALUE TYPE SINGLE VALUE
AVAILABILITY RESTRICTED
INACTIVE ACTIVE
WORD WRAP ON FALSE
VERSION 4
DESCRIPTION
This Remote Procedure stores information about a DICOM Gateway
in the VistA system.
INPUT PARAMETER
  • HOSTNAME
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   30
    REQUIRED:   YES
    SEQUENCE NUMBER:   1
    DESCRIPTION:   
    The value of this parameter is a string.
    This value must be the "hostname" of a computer that is being
    used to operate the DICOM Gateway for which the information
    is being stored.
    
  • LOCATION
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   10
    REQUIRED:   YES
    SEQUENCE NUMBER:   2
    DESCRIPTION:   
    The value of this parameter is a pointer to the Institution file (#4).
    The location being pointed to is the one for which the DICOM Gateway
    operates.
    
  • FILES
    PARAMETER TYPE:   LIST
    MAXIMUM DATA LENGTH:   32000
    REQUIRED:   YES
    SEQUENCE NUMBER:   3
    DESCRIPTION:   
    This parameter is an array.
    The entries in this array contain information about files
    on the DICOM Gateway.
    For each file, a timestamp (most recent modification) and
    the full path+file name is included.
    
  • VERSION
    PARAMETER TYPE:   LIST
    MAXIMUM DATA LENGTH:   32000
    REQUIRED:   YES
    SEQUENCE NUMBER:   4
    DESCRIPTION:   
    This parameter is an array.
    The entries in this array contain information about the
    version stamps of the various executables in the DICOM
    Gateway application.
    For each component, a timestamp (most recent modification)
    and the full path+file name is included.
    
RETURN PARAMETER DESCRIPTION
The return value for this procedure is a single value.
This value is either 0 (successful completion) or a negative
number indication an error, such as:
   -1,No HostName provided.
   -2,No Machine ID provided.
   -3,No location provided.