DFN |
Input |
This is the patient's internal Internal Entry Number
(IEN).
|
ON |
Input |
This is the Inpatient Order number, appended with
appropriate suffix (P=Pending, U=Unit Dose, V=IV).
|
bcma |
Input |
Flag indicating the API is being called from BCMA. If
it evaluates to TRUE, data will be returned in ^TMP("PSJBCMA5",$J. If it
evaluates to FALSE, data will be returned in ^PS(53.45,PSJSYSP, where PSJSYSP
is the user's internal entry number from the NEW PERSON file.
|
PS(53.45,PSJSYSP |
Output |
If the BCMA flag is not passed in:
Special Instructions data will be returned in ^PS(45,PSJSYSP,5,LINE,0)
Other Print Info will be returned in ^PS(53.45,PSJSYSP,6,LINE,0) where
PSJSYSP is the user's internal entry number from the NEW PERSON file.
If the BCMA is passed in, nothing will be returned in ^PS(53.45,PSJSYSP.
|
TMP(PSJBCMA5,J |
Output |
If the BCMA flag is passed in:
If a Unit Dose order was passed in, the Special Instructions will be returned
in ^TMP("PSJBCMA5",$J,DFN,ON,LINE).
If an IV order was passed in, the Other Print Info will be returned in
^TMP("PSJBCMA5",$J,DFN,ON,LINE).
DFN is the patient IEN passed in, ON is the order number passed in, LINE is
the nth line of text.
If the BCMA flag is not passed in, nothing will be returned in
^TMP("PSJBCMA5",$J
|