Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Source |  Entry Points |  Used in RPC
Print Page as PDF
Routine: MAGJEX3

Package: Imaging

Routine: MAGJEX3


Information

MAGJEX3 ;WIRMFO/JHC VistaRad RPCs-Get PS & KEY Img data ; 1 Nov 2004 10:05 AM

Source Information

Source file <MAGJEX3.m>

Entry Points

Name Comments DBIA/ICR reference
ERR
RPCIN(MAGGRY,PARAMS,DATA) ; RPC: MAGJ STUDY_DATA
; Retrieve Key Image and/or Presentation State data for an Exam
; PARAMS--TXID ^ DFN ^ DTI ^ CNI ^ RARPT ^ MAGIEN ^ PSDETAIL
; TXID: Required; designates action to take:
; 1 -- Key Image only
; 2 -- Interp Images only
; 3 -- Key and Interp Images
; 4 -- PS data for input (in DATA): ImgIEN & PS_UID or PS_Indicators
RPCINZ
GETKEY(RET,CT,PSFLAG,COUNTS) ; Get Key images for study STIEN w/ PS refs
; Results returned by indirection in array @RET, indexed by CT
; if PSFLAG is true, return Pres State data
; COUNTS contains ^-delim list of various counts (see below)
GETKEYZ
GETDAT(RET,STIEN,KEYINT) ; Get data for Key Interp images for study STIEN
; Results returned by indirection in array @RET
GETDATZ
GETPSDAT(RET,CT,IMGIEN,UID) ; Get PS text lines for input IMGIEN & UID
; Results returned by indirection in array @RET, indexed by CT
GETPSDAZ
GETPSID1(RET,CT,IMGIEN,PSUID,HIT) ; For input IMGIEN & PSUID, return PS data
; Results returned by indirection in array @RET, indexed by CT
; HIT=1 if the image has a PS_UID stored
GETPSI1Z
GETPSID2(RET,CT,IMGIEN,PSIND,HIT) ; For input IMGIEN & PSIND, return PS data
; Results returned by indirection in array @RET, indexed by CT
; HIT= incremented for each image with a PS stored for input psind
GETPSI2Z
END ;

Used in RPC

RPC Name Call Tags
MAGJ STUDY_DATA RPCIN
Info |  Source |  Entry Points |  Used in RPC