Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsBPO_271
Unit
BSHL7DT271
Declaration
type TbsBPO_271 = 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 SetIdBpo : TbsSI_271 read GetSetIdBpo write SetSetIdBpo; |
Set Id - Bpo, Min : 1, Max : 1
|
|
property BpUniversalServiceIdentifier : TbsCWE_271 read GetBpUniversalServiceIdentifier write SetBpUniversalServiceIdentifier; |
Bp Universal Service Identifier, Min : 1, Max : 1
|
|
property BpProcessingRequirements[RepCount:Integer]: TbsCWE_271 read GetBpProcessingRequirements write SetBpProcessingRequirements; |
Bp Processing Requirements, Min : 0, Max : *
|
|
property BpQuantity : TbsNM_271 read GetBpQuantity write SetBpQuantity; |
Bp Quantity, Min : 1, Max : 1
|
|
property BpAmount : TbsNM_271 read GetBpAmount write SetBpAmount; |
Bp Amount, Min : 0, Max : 1
|
|
property BpUnits : TbsCWE_271 read GetBpUnits write SetBpUnits; |
Bp Units, Min : 0, Max : 1
|
|
property BpIntendedUseDateTime : TbsDTM_271 read GetBpIntendedUseDateTime write SetBpIntendedUseDateTime; |
Bp Intended Use Date/Time, Min : 0, Max : 1
|
|
property BpIntendedDispenseFromLocation : TbsPL_271 read GetBpIntendedDispenseFromLocation write SetBpIntendedDispenseFromLocation; |
Bp Intended Dispense From Location, Min : 0, Max : 1
|
|
property BpIntendedDispenseFromAddress : TbsXAD_271 read GetBpIntendedDispenseFromAddress write SetBpIntendedDispenseFromAddress; |
Bp Intended Dispense From Address, Min : 0, Max : 1
|
|
property BpRequestedDispenseDateTime : TbsDTM_271 read GetBpRequestedDispenseDateTime write SetBpRequestedDispenseDateTime; |
Bp Requested Dispense Date/Time, Min : 0, Max : 1
|
|
property BpRequestedDispenseToLocation : TbsPL_271 read GetBpRequestedDispenseToLocation write SetBpRequestedDispenseToLocation; |
Bp Requested Dispense To Location, Min : 0, Max : 1
|
|
property BpRequestedDispenseToAddress : TbsXAD_271 read GetBpRequestedDispenseToAddress write SetBpRequestedDispenseToAddress; |
Bp Requested Dispense To Address, Min : 0, Max : 1
|
|
property BpIndicationForUse[RepCount:Integer]: TbsCWE_271 read GetBpIndicationForUse write SetBpIndicationForUse; |
Bp Indication For Use, Min : 0, Max : *
|
|
property BpInformedConsentIndicator : TbsID_271 read GetBpInformedConsentIndicator write SetBpInformedConsentIndicator; |
Bp Informed Consent Indicator, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|