BBCMT |
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 blood bank comments found in Blood Bank patient records via the
function.
Retrieve blood bank comments on the patient. If none exist on record, the
array will be returned empty.
For each blood comment record found, the array element will be assigned the
blood bank comments. The populated array be returned with the following
structure:
ARR("BBCMT",n) = Blood Bank Comment Text
Where "n" is a sequential index number
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
DFN |
Input |
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.
|
.ARR |
Both |
The name of the array, passed to the API by
reference, that will be used to store the blood bank comments found in Blood
Bank patient records via the function.
Retrieve blood bank comments on the patient. If none exist on record, the
array will be returned empty.
For each blood comment record found, the array element will be assigned the
blood bank comments. The populated array be returned with the following
structure: ARR("BBCMT",n) = Blood Bank Comment Text Where "n" is a sequential
index number
|
|