Print Page as PDF
DBIA3181-D ICR (3184)

DBIA3181-D    ICR (3184)

Name Value
NUMBER 3184
IA # 3184
DATE CREATED 2005/08/09
CUSTODIAL PACKAGE VBECS
CUSTODIAL ISC Chicago
USAGE Controlled Subscription
TYPE Routine
ROUTINE VBECA1
NAME DBIA3181-D
ORIGINAL NUMBER 3181
GENERAL DESCRIPTION
The entry point ABID^VBECA1 is provided by the Blood
Bank package to return data from the ANTIBODIES IDENTIFIED sub-file (#63.075))
including the fields ANTIBODIES IDENTIFIED (#.01) and ANTIBODIES IDENTIFIED
COMMENT (#.02) for the DFN value provided in the call. The API will create an
array for each antibody record found by the function.
STATUS Retired
DURATION Till Otherwise Agreed
ID VBECA1
COMPONENT/ENTRY POINT
COMPONENT/ENTRY POINT COMPONENT DESCRIPTION VARIABLES
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.
SUBSCRIBING PACKAGE
SUBSCRIBING PACKAGE ISC
LAB SERVICE Dallas
ORDER ENTRY/RESULTS REPORTING