GENERAL DESCRIPTION |
The Surgery package is granted permission from the
Laboratory package to read from the BLOOD PRODUCT file (#66) for purposes of
storing the blood components requested for surgical cases. Surgery will point
to the BLOOD PRODUCT file (#66), using a screen which looks at the CAN BE
REQUESTED field (#.15) to allow selection of only those blood products that
have been flagged for patient use.
In summary, Surgery will READ only, the NAME field (#.01) and the CAN BE
REQUESTED field (#.15) of the BLOOD PRODUCT file (#66).
The BLOOD PRODUCT file is stored in ^LAB(66).
The NAME is stored in $P(^LAB(66,DA,0),"^") where DA is the internal entry
number in the file for the blood product.
The CAN BE REQUESTED information is stored in $P(^LAB(66,DA,0),"^",15).
|