| DESCRIPTION |
This Remote Procedure Call is used to filter out those
This procedure will return a list of all images for that
patient that match the specified other input parameters.
specialty for which a given image category may be relevant.
When images are displayed, it is desirable to limit the
list of presented images to only those that are likely
to be relevant in the current context.
This procedure accepts a patient-IEN (DFN) and optionally
also a category, type, event and specialty.
|
| RETURN PARAMETER DESCRIPTION |
The output of this procedure is an array.
The structure of the output array is:
OUT(0) = "0^OK" or one of the above error messages
OUT(2) = list of headers
OUT(i) = list of image information fields
The list of headers consists of the following "^" separated texts:
1: Proc DT~S1
2: Procedure
3: Ct~S2
4: Short Desc
5: Category
6: Type
7: Event
8: (Sub)Specialty
A list of image information fields consists of the following
"^" separated pieces
1: Field 2005, 15 (Timestamp for Procedure)
2: Field 2005, 6 (Name of Procedure)
3: Count (number of images in group)
This procedure may report the following errors:
4: Field 2005, 10 (Short Description)
5: Field 2005, 41 (Category)
6: Field 2005, 42 (Type)
7: Field 2005, 43 (Event)
8: Field 2005, 44 ((Sub)Specialty)
Following this list appears a vertical bar ("|") and
the IEN of the image in question.
-1: Invalid Category: "[category]".
-2: Invalid Event: "[event]".
-3: Invalid Specialty: "[specialty]".
-4: Invalid Type: "[type]".
-6: No images found for "[dfn]", "[category]", "[type]", "[event]", "[specialty]".
|