ABID |
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 antibodies found
in Blood Bank patient records by the function. This array must be passed by
reference.
OUTPUT DEFINITION:
If no antibodies are found, the array will be returned empty.
For each antibody record found, the array will contain the name of the
antibody in the first data piece of the array and any antibody comments in the
second data piece. The populated array will be returned with the following
structure:
ARR("ABID",n) = Antibody ^ Antibody comment
Where "n" is a sequential number index for the array.
|
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 an array that will store the value of any
antibodies found in Blood Bank patient records by the function. This array
must be passed by reference.
For each antibody record found, the returned array will contain the name of
the antibody in the first data piece of the array and any antibody comments in
the second data piece. The populated array will be returned with the
following structure: ARR("ABID",n) = Antibody ^ Antibody comment Where "n" is
a sequential number index for the array.
|
|