Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsBPX_251
Unit
BSHL7DT251
Declaration
type TbsBPX_251 = class(TbsHL7Segment)
Description
Blood product dispense status In the processing of blood products, it is necessary for the transfusion service and the placer system to communicate information. The status messages need to contain additional information regarding the blood products requested, such as the unique donation ID, product code, blood type, expiration date/time of the blood product, and current status of the product. This segment is similar to an OBX segment, but contains additional attributes.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function BCSpecialTestingRepCount : Integer; |
|
Properties
|
property SetID_BPX : TbsSI_251 read GetSetID_BPX write SetSetID_BPX; |
Set ID _ BPX, Min : 1, Max : 1
|
|
property BPDispenseStatus : TbsCWE_251 read GetBPDispenseStatus write SetBPDispenseStatus; |
BP Dispense Status, Min : 1, Max : 1
|
|
property BPStatus : TbsID_251 read GetBPStatus write SetBPStatus; |
BP Status, Min : 1, Max : 1
|
|
property BPDateTimeofStatus : TbsTS_251 read GetBPDateTimeofStatus write SetBPDateTimeofStatus; |
BP Date/Time of Status, Min : 1, Max : 1
|
|
property BCDonationID : TbsEI_251 read GetBCDonationID write SetBCDonationID; |
BC Donation ID, Min : 0, Max : 1
|
|
property BCComponent : TbsCNE_251 read GetBCComponent write SetBCComponent; |
BC Component, Min : 0, Max : 1
|
|
property BCDonationTypeIntendedUse : TbsCNE_251 read GetBCDonationTypeIntendedUse write SetBCDonationTypeIntendedUse; |
BC Donation Type / Intended Use, Min : 0, Max : 1
|
|
property CPCommercialProduct : TbsCWE_251 read GetCPCommercialProduct write SetCPCommercialProduct; |
CP Commercial Product, Min : 0, Max : 1
|
|
property CPManufacturer : TbsXON_251 read GetCPManufacturer write SetCPManufacturer; |
CP Manufacturer, Min : 0, Max : 1
|
|
property CPLotNumber : TbsEI_251 read GetCPLotNumber write SetCPLotNumber; |
CP Lot Number, Min : 0, Max : 1
|
|
property BPBloodGroup : TbsCNE_251 read GetBPBloodGroup write SetBPBloodGroup; |
BP Blood Group, Min : 0, Max : 1
|
|
property BCSpecialTesting[RepCount:Integer]: TbsCNE_251 read GetBCSpecialTesting write SetBCSpecialTesting; |
BC Special Testing, Min : 0, Max : *
|
|
property BPExpirationDateTime : TbsTS_251 read GetBPExpirationDateTime write SetBPExpirationDateTime; |
BP Expiration Date/Time, Min : 0, Max : 1
|
|
property BPQuantity : TbsNM_251 read GetBPQuantity write SetBPQuantity; |
BP Quantity, Min : 1, Max : 1
|
|
property BPAmount : TbsNM_251 read GetBPAmount write SetBPAmount; |
BP Amount, Min : 0, Max : 1
|
|
property BPUnits : TbsCE_251 read GetBPUnits write SetBPUnits; |
BP Units, Min : 0, Max : 1
|
|
property BPUniqueID : TbsEI_251 read GetBPUniqueID write SetBPUniqueID; |
BP Unique ID, Min : 0, Max : 1
|
|
property BPActualDispensedToLocation : TbsPL_251 read GetBPActualDispensedToLocation write SetBPActualDispensedToLocation; |
BP Actual Dispensed To Location, Min : 0, Max : 1
|
|
property BPActualDispensedToAddress : TbsXAD_251 read GetBPActualDispensedToAddress write SetBPActualDispensedToAddress; |
BP Actual Dispensed To Address, Min : 0, Max : 1
|
|
property BPDispensedtoReceiver : TbsXCN_251 read GetBPDispensedtoReceiver write SetBPDispensedtoReceiver; |
BP Dispensed to Receiver, Min : 0, Max : 1
|
|
property BPDispensingIndividual : TbsXCN_251 read GetBPDispensingIndividual write SetBPDispensingIndividual; |
BP Dispensing Individual, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|