Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsBPX_26
Unit
BSHL7DT26
Declaration
type TbsBPX_26 = 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_26 read GetSetID_BPX write SetSetID_BPX; |
Set ID _ BPX, Min : 1, Max : 1
|
|
property BPDispenseStatus : TbsCWE_26 read GetBPDispenseStatus write SetBPDispenseStatus; |
BP Dispense Status, Min : 1, Max : 1
|
|
property BPStatus : TbsID_26 read GetBPStatus write SetBPStatus; |
BP Status, Min : 1, Max : 1
|
|
property BPDateTimeofStatus : TbsDTM_26 read GetBPDateTimeofStatus write SetBPDateTimeofStatus; |
BP Date/Time of Status, Min : 1, Max : 1
|
|
property BCDonationID : TbsEI_26 read GetBCDonationID write SetBCDonationID; |
BC Donation ID, Min : 0, Max : 1
|
|
property BCComponent : TbsCNE_26 read GetBCComponent write SetBCComponent; |
BC Component, Min : 0, Max : 1
|
|
property BCDonationTypeIntendedUse : TbsCNE_26 read GetBCDonationTypeIntendedUse write SetBCDonationTypeIntendedUse; |
BC Donation Type / Intended Use, Min : 0, Max : 1
|
|
property CPCommercialProduct : TbsCWE_26 read GetCPCommercialProduct write SetCPCommercialProduct; |
CP Commercial Product, Min : 0, Max : 1
|
|
property CPManufacturer : TbsXON_26 read GetCPManufacturer write SetCPManufacturer; |
CP Manufacturer, Min : 0, Max : 1
|
|
property CPLotNumber : TbsEI_26 read GetCPLotNumber write SetCPLotNumber; |
CP Lot Number, Min : 0, Max : 1
|
|
property BPBloodGroup : TbsCNE_26 read GetBPBloodGroup write SetBPBloodGroup; |
BP Blood Group, Min : 0, Max : 1
|
|
property BCSpecialTesting[RepCount:Integer]: TbsCNE_26 read GetBCSpecialTesting write SetBCSpecialTesting; |
BC Special Testing, Min : 0, Max : *
|
|
property BPExpirationDateTime : TbsDTM_26 read GetBPExpirationDateTime write SetBPExpirationDateTime; |
BP Expiration Date/Time, Min : 0, Max : 1
|
|
property BPQuantity : TbsNM_26 read GetBPQuantity write SetBPQuantity; |
BP Quantity, Min : 1, Max : 1
|
|
property BPAmount : TbsNM_26 read GetBPAmount write SetBPAmount; |
BP Amount, Min : 0, Max : 1
|
|
property BPUnits : TbsCWE_26 read GetBPUnits write SetBPUnits; |
BP Units, Min : 0, Max : 1
|
|
property BPUniqueID : TbsEI_26 read GetBPUniqueID write SetBPUniqueID; |
BP Unique ID, Min : 0, Max : 1
|
|
property BPActualDispensedToLocation : TbsPL_26 read GetBPActualDispensedToLocation write SetBPActualDispensedToLocation; |
BP Actual Dispensed To Location, Min : 0, Max : 1
|
|
property BPActualDispensedToAddress : TbsXAD_26 read GetBPActualDispensedToAddress write SetBPActualDispensedToAddress; |
BP Actual Dispensed To Address, Min : 0, Max : 1
|
|
property BPDispensedtoReceiver : TbsXCN_26 read GetBPDispensedtoReceiver write SetBPDispensedtoReceiver; |
BP Dispensed to Receiver, Min : 0, Max : 1
|
|
property BPDispensingIndividual : TbsXCN_26 read GetBPDispensingIndividual write SetBPDispensingIndividual; |
BP Dispensing Individual, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|