| RESULT |
Both |
This variable is passed by reference and it is
returned with a reference to a global array that contains the list of PDMP
queries for a patient that matches the FILTER criteria.
|
DFN |
Input |
IEN of the PATIENT file (#2)
|
FILTER |
Input |
Optional array (passed by reference). Can filter
extract using the values below. The filters for STATUS and SHARED can include
more than one value. Example: FILTER("STATUS")="EXN".
FILTER("STATUS") - Filters results based off the
following query statuses.
(Optional; Defaults to
"EZCXNAM"). Possible Values:
E: Error Query
Z: Error Report
C: Canceled Query
X: Canceled Report
N: Never Reviewed
A: Auto Created Note
M: Manually Created Note FILTER("DATES") -
StartDT:EndDT (Optional;
Defaults to all dates) FILTER("SHARED") - 1/0 (Optional;
Defaults to
"10")
|