MAG DICOM GET PATIENT (1850)    REMOTE PROCEDURE (8994)

Name Value
NAME MAG DICOM GET PATIENT
TAG PAT
ROUTINE MAGDRPC1
RETURN VALUE TYPE ARRAY
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 patient info, reporting in one single
call the information from
   DEM^VADPT  -- Demographic Information
   ADD^VADPT  -- Address Information
 | Property of the US Government.                                |
   INP^VADPT  -- In-Patient Information
   SDA^VADPT  -- Appointment Information
 | 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
  • DFN
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   30
    REQUIRED:   YES
    SEQUENCE NUMBER:   1
    DESCRIPTION:   
    The value of this parameter is a pointer to ^DPT().
    This pointer identifies the patient for whom information
    is being requested.
    
RETURN PARAMETER DESCRIPTION
When an error occurs during the processing of this RPC,
and the data parts are the data returned by ^VADPT.
the output array consists only one element:
    OUT(1)="-1,No Patient Identified"
Otherwise, each element of the output array contains
three or more caret-separated pieces of data:
    OUT(i) = group ^ sequence ^ data [ ^ further data ... ]
The group identifies the source of the data ("DEM", 
"ADD", "INP" or "SDA"), the sequence number is equal to
the subscript-number that ^VADPT would use in its output-arrays,