Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsBPO_26
Unit
BSHL7DT26
Declaration
type TbsBPO_26 = class(TbsHL7Segment)
Description
Blood product order Blood product order messages require additional information that is not available in other standard HL7 order messages. Blood product order messages need to contain accompanying details regarding the blood product component, such as special processing requirements (e.g., irradiation and leukoreduction) and the amount of the blood product to be administered.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function BPProcessingRequirementsRepCount : Integer; |
|
|
function BPIndicationforUseRepCount : Integer; |
|
Properties
|
property SetID_BPO : TbsSI_26 read GetSetID_BPO write SetSetID_BPO; |
Set ID _ BPO, Min : 1, Max : 1
|
|
property BPUniversalServiceID : TbsCWE_26 read GetBPUniversalServiceID write SetBPUniversalServiceID; |
BP Universal Service ID, Min : 1, Max : 1
|
|
property BPProcessingRequirements[RepCount:Integer]: TbsCWE_26 read GetBPProcessingRequirements write SetBPProcessingRequirements; |
BP Processing Requirements, Min : 0, Max : *
|
|
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 BPIntendedUseDateTime : TbsDTM_26 read GetBPIntendedUseDateTime write SetBPIntendedUseDateTime; |
BP Intended Use Date/Time, Min : 0, Max : 1
|
|
property BPIntendedDispenseFromLocation : TbsPL_26 read GetBPIntendedDispenseFromLocation write SetBPIntendedDispenseFromLocation; |
BP Intended Dispense From Location, Min : 0, Max : 1
|
|
property BPIntendedDispenseFromAddress : TbsXAD_26 read GetBPIntendedDispenseFromAddress write SetBPIntendedDispenseFromAddress; |
BP Intended Dispense From Address, Min : 0, Max : 1
|
|
property BPRequestedDispenseDateTime : TbsDTM_26 read GetBPRequestedDispenseDateTime write SetBPRequestedDispenseDateTime; |
BP Requested Dispense Date/Time, Min : 0, Max : 1
|
|
property BPRequestedDispenseToLocation : TbsPL_26 read GetBPRequestedDispenseToLocation write SetBPRequestedDispenseToLocation; |
BP Requested Dispense To Location, Min : 0, Max : 1
|
|
property BPRequestedDispenseToAddress : TbsXAD_26 read GetBPRequestedDispenseToAddress write SetBPRequestedDispenseToAddress; |
BP Requested Dispense To Address, Min : 0, Max : 1
|
|
property BPIndicationforUse[RepCount:Integer]: TbsCWE_26 read GetBPIndicationforUse write SetBPIndicationforUse; |
BP Indication for Use, Min : 0, Max : *
|
|
property BPInformedConsentIndicator : TbsID_26 read GetBPInformedConsentIndicator write SetBPInformedConsentIndicator; |
BP Informed Consent Indicator, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|