Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsPCR_25
Unit
BSHL7DT25
Declaration
type TbsPCR_25 = 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.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function ProductSerialLotNumberRepCount : Integer; |
|
|
function ActionTakenInResponseToTheEventRepCount : Integer; |
|
|
function EventCausalityObservationsRepCount : Integer; |
|
|
function IndirectExposureMechanismRepCount : Integer; |
|
Properties
|
property ImplicatedProduct : TbsCE_25 read GetImplicatedProduct write SetImplicatedProduct; |
Implicated Product, Min : 1, Max : 1
|
|
property GenericProduct : TbsIS_25 read GetGenericProduct write SetGenericProduct; |
Generic Product, Min : 0, Max : 1
|
|
property ProductClass : TbsCE_25 read GetProductClass write SetProductClass; |
Product Class, Min : 0, Max : 1
|
|
property TotalDurationOfTherapy : TbsCQ_25 read GetTotalDurationOfTherapy write SetTotalDurationOfTherapy; |
Total Duration Of Therapy, Min : 0, Max : 1
|
|
property ProductManufactureDate : TbsTS_25 read GetProductManufactureDate write SetProductManufactureDate; |
Product Manufacture Date, Min : 0, Max : 1
|
|
property ProductExpirationDate : TbsTS_25 read GetProductExpirationDate write SetProductExpirationDate; |
Product Expiration Date, Min : 0, Max : 1
|
|
property ProductImplantationDate : TbsTS_25 read GetProductImplantationDate write SetProductImplantationDate; |
Product Implantation Date, Min : 0, Max : 1
|
|
property ProductExplantationDate : TbsTS_25 read GetProductExplantationDate write SetProductExplantationDate; |
Product Explantation Date, Min : 0, Max : 1
|
|
property SingleUseDevice : TbsIS_25 read GetSingleUseDevice write SetSingleUseDevice; |
Single Use Device, Min : 0, Max : 1
|
|
property IndicationForProductUse : TbsCE_25 read GetIndicationForProductUse write SetIndicationForProductUse; |
Indication For Product Use, Min : 0, Max : 1
|
|
property ProductProblem : TbsIS_25 read GetProductProblem write SetProductProblem; |
Product Problem, Min : 0, Max : 1
|
|
property ProductSerialLotNumber[RepCount:Integer]: TbsST_25 read GetProductSerialLotNumber write SetProductSerialLotNumber; |
Product Serial/Lot Number, Min : 0, Max : *
|
|
property ProductAvailableForInspection : TbsIS_25 read GetProductAvailableForInspection write SetProductAvailableForInspection; |
Product Available For Inspection, Min : 0, Max : 1
|
|
property ProductEvaluationPerformed : TbsCE_25 read GetProductEvaluationPerformed write SetProductEvaluationPerformed; |
Product Evaluation Performed, Min : 0, Max : 1
|
|
property ProductEvaluationStatus : TbsCE_25 read GetProductEvaluationStatus write SetProductEvaluationStatus; |
Product Evaluation Status, Min : 0, Max : 1
|
|
property ProductEvaluationResults : TbsCE_25 read GetProductEvaluationResults write SetProductEvaluationResults; |
Product Evaluation Results, Min : 0, Max : 1
|
|
property EvaluatedProductSource : TbsID_25 read GetEvaluatedProductSource write SetEvaluatedProductSource; |
Evaluated Product Source, Min : 0, Max : 1
|
|
property DateProductReturnedToManufacturer : TbsTS_25 read GetDateProductReturnedToManufacturer write SetDateProductReturnedToManufacturer; |
Date Product Returned To Manufacturer, Min : 0, Max : 1
|
|
property DeviceOperatorQualifications : TbsID_25 read GetDeviceOperatorQualifications write SetDeviceOperatorQualifications; |
Device Operator Qualifications, Min : 0, Max : 1
|
|
property RelatednessAssessment : TbsID_25 read GetRelatednessAssessment write SetRelatednessAssessment; |
Relatedness Assessment, Min : 0, Max : 1
|
|
property ActionTakenInResponseToTheEvent[RepCount:Integer]: TbsID_25 read GetActionTakenInResponseToTheEvent write SetActionTakenInResponseToTheEvent; |
Action Taken In Response To The Event, Min : 0, Max : *
|
|
property EventCausalityObservations[RepCount:Integer]: TbsID_25 read GetEventCausalityObservations write SetEventCausalityObservations; |
Event Causality Observations, Min : 0, Max : *
|
|
property IndirectExposureMechanism[RepCount:Integer]: TbsID_25 read GetIndirectExposureMechanism write SetIndirectExposureMechanism; |
Indirect Exposure Mechanism, Min : 0, Max : *
|
Generated by PasDoc 0.14.0.
|