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