DFN |
Input |
Patient IEN from PATIENT (#2) file (required).
|
PSJORDER |
Input |
Inpatient Order from NON-VERIFIED ORDERS (#53.1) file
or UD (#62) multiple or IV (#100) multiple of PHARMACY PATIENT (#55) file
(required).
|
OUTARRAY |
Both |
Array name, passed by reference, to hold return
values (required).
Return detail:
OUTARRAY([DFN],[ORDER],[INTRV],[FLD])=[FLD NAME]": "[FLD VALUE]
DFN = patient internal entry number
ORDER = order number
INTRV = intervention IEN
FLD = field number
FLD NAME = field name
FLD VALUE = value stored in the field
|
PSJCURIN |
Input |
Current/historical intervention flag. (Optional)
If PSJCURIN = 0, or any value that evaluates to FALSE: Return all
interventions associated with Inpatient order PSJORDER, regardless of
date/time.
If PSJCURIN = 1 : Return only interventions associated with Inpatient order
PSJORDER that were logged on the most recent Intervention date/time.
If PSJCURIN = 2 : Return only CRITICAL DRUG-DRUG or ALLERGY/ADR interventions
associated with order PSJORDER that were logged on the most recent
Intervention date/time.
|