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