Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsPCR_271
Unit
BSHL7DT271
Declaration
type TbsPCR_271 = class(TbsHL7Segment)
Description
Possible Causal Relationship The PCR segment is used to communicate a potential or suspected relationship between a product (drug or device) or test and an event with detrimental effect on a patient. This segment identifies a potential causal relationship between the product identified in this segment and the event identified in the PEO segment. More than one PCR segment can be included in the message if more than one product is possibly causally related to the event.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function ProductSerialLotNumberRepCount : Integer; |
|
|
function ActionTakenInResponseToTheEventRepCount : Integer; |
|
|
function EventCausalityObservationsRepCount : Integer; |
|
|
function IndirectExposureMechanismRepCount : Integer; |
|
Properties
|
property ImplicatedProduct : TbsCWE_271 read GetImplicatedProduct write SetImplicatedProduct; |
Implicated Product, Min : 1, Max : 1
|
|
property GenericProduct : TbsIS_271 read GetGenericProduct write SetGenericProduct; |
Generic Product, Min : 0, Max : 1
|
|
property ProductClass : TbsCWE_271 read GetProductClass write SetProductClass; |
Product Class, Min : 0, Max : 1
|
|
property TotalDurationOfTherapy : TbsCQ_271 read GetTotalDurationOfTherapy write SetTotalDurationOfTherapy; |
Total Duration Of Therapy, Min : 0, Max : 1
|
|
property ProductManufactureDate : TbsDTM_271 read GetProductManufactureDate write SetProductManufactureDate; |
Product Manufacture Date, Min : 0, Max : 1
|
|
property ProductExpirationDate : TbsDTM_271 read GetProductExpirationDate write SetProductExpirationDate; |
Product Expiration Date, Min : 0, Max : 1
|
|
property ProductImplantationDate : TbsDTM_271 read GetProductImplantationDate write SetProductImplantationDate; |
Product Implantation Date, Min : 0, Max : 1
|
|
property ProductExplantationDate : TbsDTM_271 read GetProductExplantationDate write SetProductExplantationDate; |
Product Explantation Date, Min : 0, Max : 1
|
|
property SingleUseDevice : TbsCWE_271 read GetSingleUseDevice write SetSingleUseDevice; |
Single Use Device, Min : 0, Max : 1
|
|
property IndicationForProductUse : TbsCWE_271 read GetIndicationForProductUse write SetIndicationForProductUse; |
Indication For Product Use, Min : 0, Max : 1
|
|
property ProductProblem : TbsCWE_271 read GetProductProblem write SetProductProblem; |
Product Problem, Min : 0, Max : 1
|
|
property ProductSerialLotNumber[RepCount:Integer]: TbsST_271 read GetProductSerialLotNumber write SetProductSerialLotNumber; |
Product Serial/Lot Number, Min : 0, Max : 3
|
|
property ProductAvailableForInspection : TbsCWE_271 read GetProductAvailableForInspection write SetProductAvailableForInspection; |
Product Available For Inspection, Min : 0, Max : 1
|
|
property ProductEvaluationPerformed : TbsCWE_271 read GetProductEvaluationPerformed write SetProductEvaluationPerformed; |
Product Evaluation Performed, Min : 0, Max : 1
|
|
property ProductEvaluationStatus : TbsCWE_271 read GetProductEvaluationStatus write SetProductEvaluationStatus; |
Product Evaluation Status, Min : 0, Max : 1
|
|
property ProductEvaluationResults : TbsCWE_271 read GetProductEvaluationResults write SetProductEvaluationResults; |
Product Evaluation Results, Min : 0, Max : 1
|
|
property EvaluatedProductSource : TbsID_271 read GetEvaluatedProductSource write SetEvaluatedProductSource; |
Evaluated Product Source, Min : 0, Max : 1
|
|
property DateProductReturnedToManufacturer : TbsDTM_271 read GetDateProductReturnedToManufacturer write SetDateProductReturnedToManufacturer; |
Date Product Returned To Manufacturer, Min : 0, Max : 1
|
|
property DeviceOperatorQualifications : TbsID_271 read GetDeviceOperatorQualifications write SetDeviceOperatorQualifications; |
Device Operator Qualifications, Min : 0, Max : 1
|
|
property RelatednessAssessment : TbsID_271 read GetRelatednessAssessment write SetRelatednessAssessment; |
Relatedness Assessment, Min : 0, Max : 1
|
|
property ActionTakenInResponseToTheEvent[RepCount:Integer]: TbsID_271 read GetActionTakenInResponseToTheEvent write SetActionTakenInResponseToTheEvent; |
Action Taken In Response To The Event, Min : 0, Max : 6
|
|
property EventCausalityObservations[RepCount:Integer]: TbsID_271 read GetEventCausalityObservations write SetEventCausalityObservations; |
Event Causality Observations, Min : 0, Max : 6
|
|
property IndirectExposureMechanism[RepCount:Integer]: TbsID_271 read GetIndirectExposureMechanism write SetIndirectExposureMechanism; |
Indirect Exposure Mechanism, Min : 0, Max : 3
|
Generated by PasDoc 0.14.0.
|