ARRAY('DRUG') |
Input |
This is the dispense drug IEN variable.
|
ARRAY('ITEM') |
Input |
This is the orderable item IEN variable.
|
ARRAY('DOSAGE') |
Input |
This is the Dosage variable.
|
ARRAY('DUPD') |
Input |
This is the dispense units per dose variable.
|
ARRAY('PACK') |
Input |
This variable determines the original order Package
(i.e. if it is "O" then the translation will be from Outpatient to Inpatient
and visa versa.
|
RESULTS |
Output |
A local variable array with the following nodes:
RESULT(0)
The value of this variable will take the following values:
1 in case there is data to be returned to CPRS
-1 in case of error.
RESULT(1)
This variable contains 4 pieces.
Piece 1 is the dispense drug IEN.
Piece 2 is the orderable Item IEN.
Piece 3 is the dosage.
Piece 4 is the dispense units per dose.
RESULT(2)
This variable will have an error description in case of RESULT(0)=-1, and in
some cases.
|