| ADDFLAG |
Adds a flag action to an order in the HMP
SUBSCRIPTION FILE (#800000).
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
HMVALS |
Input |
Array of values, subscripted by the field #,
passed-by-reference.
|
HMORIFN |
Input |
Order IFN from the ORDER FILE (#100).
|
HMDFN |
Input |
Patient DFN.
|
HMORLVL |
Input |
^OR(100,HMPORIFN,8,X) where HMORLVL is the value of
X.
|
HMPRSLT |
Output |
Result, passed-by-reference. 1 if successful, else
"-1^error message".
|
|
ADDORDR |
Adds a new order in the ORDER multiple in the HMP
SUBSCRIPTION FILE (#800000).
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
HMRSLT |
Output |
return value passed-by-reference, 1 on success else
"-1^error message".
|
HMPVALS |
Input |
Array of values, subscripted by the field #,
passed-by-reference.
|
HMPORIFN |
Input |
Order IEN from the ORDERS FILE (#100).
|
HMDFN |
Input |
Patient DFN.
|
HMORLVL |
Input |
^OR(100,HMORIFN,8,X) where X is HMORLVL.
|
|
SRVRNO |
Returns the IEN from the HMP SUBSCRIPTION FILE
(#800000) for the default eHMP server.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
DFN4SRVR |
Output |
The IEN for the default eHMP server.
|
|
ORDRCHK |
Function to check for the Order to be in the HMP
SUBSCRIPTION FILE (#800000). Returns 1 if the order exists. Otherwise returns
0.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
HMORIFN |
Input |
The IEN from the ORDER FILE (#100) for this order.
|
HMDFN |
Input |
Patient DFN.
|
|
UPDTORDR |
Updates the order in the HMP SUBSCRIPTION FILE
(#800000).
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
HMRSLT |
Output |
Return value passed-by-reference, 1 on success else
"-1^error message".
|
HMVALS |
Input |
Array of values, subscripted by field #,
passed-by-reference.
|
HMORIFN |
Input |
The IEN for the Order in the ORDER FILE (#100).
|
HMDFN |
Input |
Patient DFN.
|
|
DELORDR |
Deletes an order from the HMP SUBSCRIPTION FILE
(#800000). Deletions only happen if the order is also deleted from the ORDER
FILE (#100).
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
HMPDFN |
Input |
Patient DFN.
|
HMIFN |
Input |
The IEN for the order in the ORDER FILE (#100).
|
|