TITLE | VALUE | |
---|---|---|
NAME | MAGN PATIENT IMAGE LIST | |
DESCRIPTION | List Images by Patient | |
TAG | IMAGEL | |
ROUTINE | MAGNVQ04 | |
INPUT PARAMETERS | SEQUENCE NUMBER | 1 |
INPUT PARAMETER | IDTYPE | |
DESCRIPTION | "DFN"or "ICN" | |
PARAMETER TYPE | LITERAL | |
REQUIRED | YES | |
MAXIMUM DATA LENGTH | ||
INPUT PARAMETERS | SEQUENCE NUMBER | 2 |
INPUT PARAMETER | ID | |
DESCRIPTION | Patient ID | |
PARAMETER TYPE | LITERAL | |
REQUIRED | YES | |
MAXIMUM DATA LENGTH | ||
INPUT PARAMETERS | SEQUENCE NUMBER | 3 |
INPUT PARAMETER | IMGLESS | |
DESCRIPTION | flag to speed up queries: if=1 (true), just get study-level data | |
PARAMETER TYPE | LITERAL | |
REQUIRED | NO | |
MAXIMUM DATA LENGTH | ||
INPUT PARAMETERS | SEQUENCE NUMBER | 4 |
INPUT PARAMETER | FLAGS | |
DESCRIPTION | for feature use | |
PARAMETER TYPE | LITERAL | |
REQUIRED | NO | |
MAXIMUM DATA LENGTH | ||
INPUT PARAMETERS | SEQUENCE NUMBER | 5 |
INPUT PARAMETER | FROMDATE | |
DESCRIPTION | Beginning of the date range for image selection. Date can be in internal or external FileMan format. If the parameter is not defined or empty, then the date range remains open on this side. Depending on the value of the FLAGS parameter, the date range filter is applied either to the exam/procedure dates (PROCEDURE/EXAM DATE/TIME field (15)) or image capture dates (DATE/TIME IMAGE SAVED field (7)). Time parts of date range parameters are ignored and both ends of the date range are included in the search. For example, in order to search images for May 21, 2008, the internal value of both parameters should be 3080521. | |
PARAMETER TYPE | LITERAL | |
REQUIRED | ||
MAXIMUM DATA LENGTH | ||
INPUT PARAMETERS | SEQUENCE NUMBER | 6 |
INPUT PARAMETER | TODATE | |
DESCRIPTION | End of the date range for image selection. Dates can be in internal or external FileMan format. If the parameter is not defined or empty, then the date range remains open on this side. Depending on the value of the FLAGS parameter, the date range filter is applied either to the exam/procedure dates (PROCEDURE/EXAM DATE/TIME field (15)) or image capture dates (DATE/TIME IMAGE SAVED field (7)). Time parts of date range parameters are ignored and both ends of the date range are included in the search. For example, in order to search images for May 21, 2008, the internal value of both parameters should be 3080521. | |
PARAMETER TYPE | LITERAL | |
REQUIRED | ||
MAXIMUM DATA LENGTH | ||
INPUT PARAMETERS | SEQUENCE NUMBER | 7 |
INPUT PARAMETER | MISCPRMS | |
DESCRIPTION | Items of this list define various filter parameters. Each item has 3 or more pieces separated by '^': ^01: Parameter name ^02: Index (for multiples and word-processing values) ^03: Value1 ^04: Value2 ... The following filter parameters are supported by this remote procedure: CAPTAPP^^{Name or Code}^{Name or Code}^... Internal or external values of the CAPTURE APPLICATION field (8.1) of the file #2005. GDESC^^{Text} Text that should be present in the SHORT DESCRIPTION field (10) of the IMAGE file (#2005). The comparison is case-insensitive. IDFN^^{DFN} Patient IEN (DFN). If this parameter is not defined, all patients' images are considered. ISTAT^^{Name or Code}^{Name or Code}^... Internal or external values of the STATUS field (113) of the file #2005. 0 (zero) code selects image records with empty STATUS field. IXCLASS^^{Name or IEN}^{Name or IEN}^... Image class names or IENs (see the CLASS INDEX field (41) of the file #2005 for details). IXORIGIN^^{Name or Code}^{Name or Code}^... Internal or external values of the ORIGIN INDEX field (45) of the file #2005. IXPKG^^{Name or Code}^{Name or Code}^... Internal or external values of the PACKAGE INDEX field (40) of the file #2005. IXPROC^^{Name or IEN}^{Name or IEN}^... Procedure/Event names or IENs (see the PROC/EVENT INDEX field (43) of the file #2005 for details). IXSPEC^^{Name or IEN}^{Name or IEN}^... Specialty/SubSpecialty names or IENs (see the SPEC/SUBSPEC INDEX field (44) of the file #2005 for details). IXTYPE^^{Name or IEN}^{Name or IEN}^... Image type names or IENs (see the TYPE INDEX field (42) of the file #2005 for details). SAVEDBY^^{DUZ} If this parameter is defined, then only those images that were captured by this user (see the IMAGE SAVE BY field (8) of the file #2005 for details) are considered. SENSIMG^^{Name or Code}^{Name or Code}^... Internal or external values of the CONTROLLED IMAGE field (112) of the file #2005. For pointer type parameters, pure numeric values are always treated as internal entry numbers (IEN). Parameters can be added to the list in any order. See comments preceding the GETIMGS^MAGSIXG1 for more details. Example: with RPCBroker.Param[4] do begin PType := list; Mult[1] := 'IXPKG^^RAD^LAB'; Mult[2] := 'IXCLASS^^1^ADMIN'; Mult[3] := 'IXORIGIN^^NON-VA^F'; Mult[4] := 'IDFN^^2341'; end; | |
PARAMETER TYPE | LIST | |
REQUIRED | ||
MAXIMUM DATA LENGTH | ||
RETURN VALUE TYPE | GLOBAL ARRAY | |
RETURN PARAMETER DESCRIPTION | if error MAGRY(0) = 0 ^Error message^ if success MAGRY(0) = 1 MAGRY(1..n) = images in format defined in RPC [MAGN CPRS IMAGE LIST] | |
AVAILABILITY | RESTRICTED | |
INACTIVE | ACTIVE | |
CLIENT MANAGER | ||
WORD WRAP ON | TRUE | |
VERSION | ||
SUPPRESS RDV USER SETUP | ||
APP PROXY ALLOWED |