Print Page as PDF
DBIA3181-H ICR (3188)

DBIA3181-H    ICR (3188)

Name Value
NUMBER 3188
IA # 3188
DATE CREATED 2000/09/07
CUSTODIAL PACKAGE VBECS
CUSTODIAL ISC Chicago
USAGE Controlled Subscription
TYPE Routine
ROUTINE VBECA1
NAME DBIA3181-H
ORIGINAL NUMBER 3181
GENERAL DESCRIPTION
The entry point BBCMT^VBECA1(DFN, .ARR) is provided by
the VistA Blood Establishment Computer Software (VBECS) package to return all
blood bank comments, for a particular patient, stored in BLOOD BANK COMMENTS
sub-file (#63.076) at field BLOOD BANK COMMENTS (.01).  The Application
Programmer Interface (API) will build an array in which each element will
contain a record of the blood bank comments found for the DFN of the patient
provided in the function call.
STATUS Retired
DURATION Till Otherwise Agreed
ID VBECA1
COMPONENT/ENTRY POINT
COMPONENT/ENTRY POINT COMPONENT DESCRIPTION VARIABLES
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
SUBSCRIBING PACKAGE
SUBSCRIBING PACKAGE ISC
LAB SERVICE Dallas