MAG DICOM GET RAD RPT INFO (1852)    REMOTE PROCEDURE (8994)

Name Value
NAME MAG DICOM GET RAD RPT INFO
TAG RARPTO
ROUTINE MAGDRPC1
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 returns information from the Radiology Report Table.
The type of information returned depends on the values of the
input parameters.
 | 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
  • TYPE
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   30
    REQUIRED:   YES
    SEQUENCE NUMBER:   1
    DESCRIPTION:   
    The value of this parameter is a string that indicates
    the type of information that is requested:
      "O1":   Next or Previous report pointer at highest level
      "O2":   Next pointer at deeper level
      "G1":   Data record at highest level
      "G2":   Data record at deeper level
    
  • D0
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   30
    REQUIRED:   YES
    SEQUENCE NUMBER:   2
    DESCRIPTION:   
    The value of this parameter is a numeric value that identifies
    the current record in the Radiology Report table.
    
  • F
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   30
    REQUIRED:   YES
    SEQUENCE NUMBER:   3
    DESCRIPTION:   
    If the value of the first input parameter is equal to "O1",
    the value of this parameter is either -1 or +1, indicating
    the traversal direction through the table.
    For the other values of the first input parameter, the value
    is the fixed subscript between the highest level entry number
    and the next level internal entry number.
    
  • D1
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   30
    REQUIRED:   YES
    SEQUENCE NUMBER:   4
    DESCRIPTION:   
    The value of this parameter is the second-level FileMan internal
    entry number into the Radiology Report table.
    
RETURN PARAMETER DESCRIPTION
The output value is a string that contains the requested information
(see input parameters).
~~