PN |
Input |
This variable must contain "A" or "B" or this API
will quit. "A" represents Additives, and "B" represents Solutions.
|
ARRAY |
Both |
This is an array that is initially passed in from
CPRS by reference. When built by this API, the array will have the following
structure:
ARRAY = n
ARRAY(IEN) = ^DRUG UNIT (for Additives)
ARRAY(IEN) = VOLUME (for Solutions)
n = 0 or 1. The value is 0 if there is no data found, or 1 if there is data.
IEN = the IEN in ^PS(52.6 for additives and in ^PS(52.7 for solutions.
DRUG UNIT = the drug units for the additive. Examples are MG, MMOL, etc.
VOLUME = the volume of the solution. Examples are ML and L.
|