NAME |
MAGG PAT EACH IMAGE |
TAG |
EACHIMG |
ROUTINE |
MAGGTIG |
RETURN VALUE TYPE |
ARRAY |
AVAILABILITY |
RESTRICTED |
DESCRIPTION |
Returns a list of Images with Capture date/time, image description for
each patient image, and it will list all images of all groups and all
single images.
Called from capture application to list most recent images captured
for a patient.
|
INPUT PARAMETER |
-
- MAGDFN
- PARAMETER TYPE: LITERAL
- MAXIMUM DATA LENGTH: 30
- REQUIRED: YES
- SEQUENCE NUMBER: 1
- DESCRIPTION:
Patient's DFN.
-
- MAX
- PARAMETER TYPE: LITERAL
- MAXIMUM DATA LENGTH: 4
- REQUIRED: NO
- SEQUENCE NUMBER: 2
- DESCRIPTION:
The maximum number of images to return.
-
- FLAGS
- PARAMETER TYPE: LITERAL
- MAXIMUM DATA LENGTH: 60
- REQUIRED: NO
- SEQUENCE NUMBER: 3
- DESCRIPTION:
FLAGS is a delimited string of values
Piece 1 is combination of C,I,D
if C then include images captured by Capture Client
if I then include images captured by Import API
if D then include images captured by DICOM Gateway
Piece 2 is the Image IEN to start from
IEN is included if the user is adding images to an existing
list of images. the last IEN of the existing list is
sent as the IEN to start from.
|
RETURN PARAMETER DESCRIPTION |
Returns the array, reverse chronological order of
recent images for a patient.
|