| LK |
This interactive call will attempt to lock a
patient's "chart" when adding new orders; if the lock fails, a message will be
displayed indicating who has the patient's chart locked currently.
Applications using this entry point must also call ULK^ORX2 to unlock the
chart when finished.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
X |
Input |
Variable pointer of patient.
|
Y |
Output |
Y=1 if lock is successful, 0 if failed.
|
|
ULK |
This silent call will unlock a patient's "chart"
after adding new orders. Do not call this entry point unless you have already
successfully locked the chart via LK^ORX2.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
X |
Input |
Variable pointer to the patient.
|
|
LOCK |
This silent call will attempt to lock a patient's
"chart" when adding new orders. Applications using this entry point must also
call UNLOCK^ORX2 to unlock the chart when finished.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
DFN |
Input |
This parameter is a pointer to the Patient file #2.
|
$$LOCK |
Output |
Function returns 1 if lock is successful or 0^message
if failed.
|
|
UNLOCK |
This silent call will unlock a patient's "chart"
after adding new orders. Do not call this entry point unless you have already
successfully locked the chart via $$LOCK^ORX2(DFN).
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
DFN |
Input |
This parameter is a pointer to the Patient file #2.
|
|
LOCK1 |
This silent call will attempt to lock an order in the
Orders file #100 when it is updated. Applications using this entry point must
also call UNLK1^ORX2 to unlock the order when finished.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
ORIFN |
Input |
This parameter is a pointer to the Orders file #100.
|
$$LOCK1 |
Output |
Function returns 1 if lock is successful or 0^message
if failed.
|
|
UNLK1 |
This silent call will unlock an order after updating
it. Do not call this entry point unless you have already successfully locked
the order via $$LOCK1^ORX2(ORIFN).
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
ORIFN |
Input |
This parameter is a pointer to the Orders file #100.
|
|