| $$ES(ORIFN) |
This api will return the signature status of an
order.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
ORIFN |
Input |
Order number in the form "D0;D1", where D0 is the IEN
in the Orders file #100 and D1 is the IEN of the desired Order Action in the
order's subfile #100.008.
|
$$ES |
Output |
The result of the extrinsic function will be one of
the following:
-1 = invalid order#
"" = no signature required
0 = not signed (needs ES)
1 = electronically or digitally signed
2 = signed on chart
3 = corrected or canceled order (ES not needed)
|
|
$$AND(ORIFN) |
This api will return true or false, if all
conjunctions between doses in a medication order are "AND" or not.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
ORIFN |
Input |
Order IEN in the Orders file #100
|
$$AND |
Output |
This will return a 1 if all conjunctions entered to
created this order are "AND", or if none are present; if a conjunction other
than "AND" is found, then this will return a 0.
|
|