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