TRRX |
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 transfusion reactions found in Blood Bank patient records via the
function.
Retrieve any previously recorded transfusion reactions. If none exist on
record, the array will be returned empty.
For each transfusion reaction found, the array element will be assigned the
transfusion reaction date/time value at the first data piece and the
transfusion reaction type value at the second data piece.
The populated array be returned with the following structure:
ARR("TRRX",n) = RXN D/T ^ RXN Type
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 transfusion reactions found in Blood
Bank patient records via the function.
Retrieve any previously recorded transfusion reactions. If none exist on
record, the array will be returned empty.
For each transfusion reaction found, the array element will be assigned the
transfusion reaction date/time value at the first data piece and the
transfusion reaction type value at the second data piece.
The populated array be returned with the following structure: ARR("TRRX",n) =
RXN D/T ^ RXN Type Where "n" is a sequential index number.
|
|