AUTO |
INPUT DEFINITION:
DFN = internal entry number from the PATIENT file (#2) (Passed as a
parameter). You must precede the internal entry number with the accent grave
character ( ` ).
.ARR = The name of an array that will store the value of any absent antigens
found by the function. Must be passed by reference.
OUTPUT DEFINITION:
ARR = The name of the array, passed to the API by reference, that will be used
to store the available autologous units via the function.
Retrieve available autologous units on the patient. If none exist on record,
the array will be returned empty.
For each available autologous unit found, the array element will be assigned
the component type value at the first data piece and the expiration date value
at the second data piece.
The populated array be returned with the following structure:
ARR("AUTO",n) = Component Type ^ Expiration Date
Where "n" is a sequential index number.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
DFN |
Input |
This is the internal entry number from the PATIENT
file (#2) (Passed as a parameter). You must precede the internal entry number
with the accent grave character ( ` ).
|
.ARR |
Both |
The name of the array, passed to the API by
reference, that will be used to store the available autologous units via the
function.
Retrieve available autologous units on the patient. If none exist on record,
the array will be returned empty.
For each available autologous unit found, the array element will be assigned
the component type value at the first data piece and the expiration date value
at the second data piece.
The populated array be returned with the following structure: ARR("AUTO",n) =
Component Type ^ Expiration Date Where "n" is a sequential index number.
|
|