Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsBPO_251
Unit
BSHL7DT251
Declaration
type TbsBPO_251 = 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_251 read GetSetID_BPO write SetSetID_BPO; |
Set ID _ BPO, Min : 1, Max : 1
|
|
property BPUniversalServiceID : TbsCWE_251 read GetBPUniversalServiceID write SetBPUniversalServiceID; |
BP Universal Service ID, Min : 1, Max : 1
|
|
property BPProcessingRequirements[RepCount:Integer]: TbsCWE_251 read GetBPProcessingRequirements write SetBPProcessingRequirements; |
BP Processing Requirements, Min : 0, Max : *
|
|
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 BPIntendedUseDateTime : TbsTS_251 read GetBPIntendedUseDateTime write SetBPIntendedUseDateTime; |
BP Intended Use Date/Time, Min : 0, Max : 1
|
|
property BPIntendedDispenseFromLocation : TbsPL_251 read GetBPIntendedDispenseFromLocation write SetBPIntendedDispenseFromLocation; |
BP Intended Dispense From Location, Min : 0, Max : 1
|
|
property BPIntendedDispenseFromAddress : TbsXAD_251 read GetBPIntendedDispenseFromAddress write SetBPIntendedDispenseFromAddress; |
BP Intended Dispense From Address, Min : 0, Max : 1
|
|
property BPRequestedDispenseDateTime : TbsTS_251 read GetBPRequestedDispenseDateTime write SetBPRequestedDispenseDateTime; |
BP Requested Dispense Date/Time, Min : 0, Max : 1
|
|
property BPRequestedDispenseToLocation : TbsPL_251 read GetBPRequestedDispenseToLocation write SetBPRequestedDispenseToLocation; |
BP Requested Dispense To Location, Min : 0, Max : 1
|
|
property BPRequestedDispenseToAddress : TbsXAD_251 read GetBPRequestedDispenseToAddress write SetBPRequestedDispenseToAddress; |
BP Requested Dispense To Address, Min : 0, Max : 1
|
|
property BPIndicationforUse[RepCount:Integer]: TbsCWE_251 read GetBPIndicationforUse write SetBPIndicationforUse; |
BP Indication for Use, Min : 0, Max : *
|
|
property BPInformedConsentIndicator : TbsID_251 read GetBPInformedConsentIndicator write SetBPInformedConsentIndicator; |
BP Informed Consent Indicator, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|