NEW(IEN,DFN,STATUS) |
Creates a new surgical request in the VPR.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
IEN |
Input |
IEN of Surgery file #130
|
DFN |
Input |
IEN of Patient file #2
|
STATUS |
Input |
Text of current status name
|
|
UPD(IEN,DFN,STATUS) |
Updates an existing surgical request in the VPR.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
IEN |
Input |
IEN of Surgery file #130
|
DFN |
Input |
IEN of Patient file #2
|
STATUS |
Input |
Text of current status name
|
|
DEL(IEN,DFN) |
Removes an existing surgical request from the VPR.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
IEN |
Input |
IEN of Surgery file #130
|
DFN |
Input |
IEN of Patient file #2
|
|