MAG STORE TEXT FILE DETAILS (2727)    REMOTE PROCEDURE (8994)

Name Value
NAME MAG STORE TEXT FILE DETAILS
TAG STOREUID
ROUTINE MAGDOD01
RETURN VALUE TYPE SINGLE VALUE
AVAILABILITY RESTRICTED
INACTIVE ACTIVE
WORD WRAP ON FALSE
VERSION 3
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 Remote Procedure updates the information about an image.
Specifically, the fields for SERIES UID, SERIES NUMBER and
IMAGE NUMBER (sequence within series) may be updated.
 | 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
  • IMAGE
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   20
    REQUIRED:   YES
    SEQUENCE NUMBER:   1
    DESCRIPTION:   
    The value of this parameter is a pointer to the IMAGE file (#2005).
    This pointer identifies the image for which information is to be
    updated.
    
  • SERIES
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   64
    REQUIRED:   NO
    SEQUENCE NUMBER:   2
    DESCRIPTION:   
    The value of this parameter is a string. This string, if non-empty,
    is the SERIES UID for the image specified.
     
    The format and meaning of a SERIES UID is specified in the DICOM
    standard.
    
  • SNUM
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   10
    REQUIRED:   NO
    SEQUENCE NUMBER:   3
    DESCRIPTION:   
    The value of this parameter is either 0 (zero) or a positive integer number.
    This number identifies the sequence of a series within a study.
    
  • INUM
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   10
    REQUIRED:   NO
    SEQUENCE NUMBER:   4
    DESCRIPTION:   
    The value of this parameter is either 0 (zero) or a positive integer number.
    This number identifies the sequence of the image within its series.
    
  • IMGUID
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   64
    REQUIRED:   NO
    SEQUENCE NUMBER:   5
    DESCRIPTION:   
    The value of this parameter is a string. This string meets the
    constraints of a DICOM Unique Identifier.
     
    This identifier uniquely identifies an image.
    
  • STUID
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   64
    REQUIRED:   NO
    SEQUENCE NUMBER:   6
    DESCRIPTION:   
    The value of this parameter is a string. This string meets the
    constraints of a DICOM Unique Identifier.
     
    This identifier uniquely identifies a study.
    
RETURN PARAMETER DESCRIPTION
The value of the return parameter is a string.
 
When the specified values can be applied to the database, the value
will be "0,OK".
 
When the specified values cannot be applied to the database, the
value will be a negative number, followed by a comma, followed by
an error message.