MAGJ RADSTATUSUPDATE (1133)    REMOTE PROCEDURE (8994)

Name Value
NAME MAGJ RADSTATUSUPDATE
TAG STATUS
ROUTINE MAGJUPD1
RETURN VALUE TYPE GLOBAL ARRAY
AVAILABILITY RESTRICTED
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 procedure is used by the Radiology Imaging Workstation to update the
Radiology Exam Status code for the current exam to "Interpreted" (or an
equivalent value).  Also, the case is closed by this procedure, and
Key Image and/or Presentation State data is stored, if required.
  Note: This procedure will only update the Exam Status if the current
 | Property of the US Government.                                |
        value is "Examined".
 | 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
  • PARAMS
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   50
    REQUIRED:   YES
    SEQUENCE NUMBER:   1
    DESCRIPTION:   
    Input string = UPDFLAG ^ RARPT ^ RADFN ^ RADTI ^ RACNI ^ UPDPSKEY
                 UPDFLAG = 1/0 -- 1 to perform update; else no update made
                 RARPT = pointer to Rad Exam Report file
                 RADFN,RADTI,RACNI = pointers to Rad Patient File for the exam
                UPDPSKEY = 1 if updating Pres State or Key Image data
    
  • DATA
    PARAMETER TYPE:   WORD PROCESSING
    MAXIMUM DATA LENGTH:   120
    REQUIRED:   NO
    SEQUENCE NUMBER:   2
    DESCRIPTION:   
    optional array of text containing Key Image and/or
    *END_PS
    [*PS . . . *END_PS] (as many as for this image)
    *END_IMAGE
    [*IMAGE . . . *END_IMAGE] (as many as for the exam)
    *END
    Image Presentation State data. The format of the message
    contained in DATA is:
    *IMAGE
    Image_IEN ^ KEY
    *PS
    PS_UID ^ KEY
    xml text lines 1
    xml text lines 2:N (as needed)
    
RETURN PARAMETER DESCRIPTION
Returns string = 1/0 ^ RESULT
                 1--Normal result; 0--Unexpected result
                 RESULT--text description of the update results