Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsPEO_28
Unit
BSHL7DT28
Declaration
type TbsPEO_28 = class(TbsHL7Segment)
Description
Product Experience Observation Details related to a particular clinical experience or event are embodied in the PEO segment. This segment can be used to characterize an event which might be attributed to a product to which the patient was exposed. Products with a possible causal relationship to the observed experience are described in the following PCR (possible causal relationship) segments. The message format was designed to be robust and includes many optional elements which may not be required for a particular regulatory purpose but allow a complete representation of the drug experience if needed. A PEX message can contain multiple PEO segments if the patient experienced more than one event but must contain at least one PEO segment.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function EventIdentifiersUsedRepCount : Integer; |
|
|
function EventSymptomDiagnosisCodeRepCount : Integer; |
|
|
function EventLocationOccurredAddressRepCount : Integer; |
|
|
function EventQualificationRepCount : Integer; |
|
|
function EventOutcomeRepCount : Integer; |
|
|
function EventDescriptionFromOthersRepCount : Integer; |
|
|
function EventDescriptionFromOriginalReporterRepCount : Integer; |
|
|
function EventDescriptionFromPatientRepCount : Integer; |
|
|
function EventDescriptionFromPractitionerRepCount : Integer; |
|
|
function EventDescriptionFromAutopsyRepCount : Integer; |
|
|
function CauseOfDeathRepCount : Integer; |
|
|
function PrimaryObserverNameRepCount : Integer; |
|
|
function PrimaryObserverAddressRepCount : Integer; |
|
|
function PrimaryObserverTelephoneRepCount : Integer; |
|
Properties
|
property EventIdentifiersUsed[RepCount:Integer]: TbsCWE_28 read GetEventIdentifiersUsed write SetEventIdentifiersUsed; |
Event Identifiers Used, Min : 0, Max : *
|
|
property EventSymptomDiagnosisCode[RepCount:Integer]: TbsCWE_28 read GetEventSymptomDiagnosisCode write SetEventSymptomDiagnosisCode; |
Event Symptom/Diagnosis Code, Min : 0, Max : *
|
|
property EventOnsetDateTime : TbsDTM_28 read GetEventOnsetDateTime write SetEventOnsetDateTime; |
Event Onset Date/Time, Min : 1, Max : 1
|
|
property EventExacerbationDateTime : TbsDTM_28 read GetEventExacerbationDateTime write SetEventExacerbationDateTime; |
Event Exacerbation Date/Time, Min : 0, Max : 1
|
|
property EventImprovedDateTime : TbsDTM_28 read GetEventImprovedDateTime write SetEventImprovedDateTime; |
Event Improved Date/Time, Min : 0, Max : 1
|
|
property EventEndedDataTime : TbsDTM_28 read GetEventEndedDataTime write SetEventEndedDataTime; |
Event Ended Data/Time, Min : 0, Max : 1
|
|
property EventLocationOccurredAddress[RepCount:Integer]: TbsXAD_28 read GetEventLocationOccurredAddress write SetEventLocationOccurredAddress; |
Event Location Occurred Address, Min : 0, Max : *
|
|
property EventQualification[RepCount:Integer]: TbsID_28 read GetEventQualification write SetEventQualification; |
Event Qualification, Min : 0, Max : *
|
|
property EventSerious : TbsID_28 read GetEventSerious write SetEventSerious; |
Event Serious, Min : 0, Max : 1
|
|
property EventExpected : TbsID_28 read GetEventExpected write SetEventExpected; |
Event Expected, Min : 0, Max : 1
|
|
property EventOutcome[RepCount:Integer]: TbsID_28 read GetEventOutcome write SetEventOutcome; |
Event Outcome, Min : 0, Max : *
|
|
property PatientOutcome : TbsID_28 read GetPatientOutcome write SetPatientOutcome; |
Patient Outcome, Min : 0, Max : 1
|
|
property EventDescriptionFromOthers[RepCount:Integer]: TbsFT_28 read GetEventDescriptionFromOthers write SetEventDescriptionFromOthers; |
Event Description From Others, Min : 0, Max : *
|
|
property EventDescriptionFromOriginalReporter[RepCount:Integer]: TbsFT_28 read GetEventDescriptionFromOriginalReporter write SetEventDescriptionFromOriginalReporter; |
Event Description From Original Reporter, Min : 0, Max : *
|
|
property EventDescriptionFromPatient[RepCount:Integer]: TbsFT_28 read GetEventDescriptionFromPatient write SetEventDescriptionFromPatient; |
Event Description From Patient, Min : 0, Max : *
|
|
property EventDescriptionFromPractitioner[RepCount:Integer]: TbsFT_28 read GetEventDescriptionFromPractitioner write SetEventDescriptionFromPractitioner; |
Event Description From Practitioner, Min : 0, Max : *
|
|
property EventDescriptionFromAutopsy[RepCount:Integer]: TbsFT_28 read GetEventDescriptionFromAutopsy write SetEventDescriptionFromAutopsy; |
Event Description From Autopsy, Min : 0, Max : *
|
|
property CauseOfDeath[RepCount:Integer]: TbsCWE_28 read GetCauseOfDeath write SetCauseOfDeath; |
Cause Of Death, Min : 0, Max : *
|
|
property PrimaryObserverName[RepCount:Integer]: TbsXPN_28 read GetPrimaryObserverName write SetPrimaryObserverName; |
Primary Observer Name, Min : 0, Max : *
|
|
property PrimaryObserverAddress[RepCount:Integer]: TbsXAD_28 read GetPrimaryObserverAddress write SetPrimaryObserverAddress; |
Primary Observer Address, Min : 0, Max : *
|
|
property PrimaryObserverTelephone[RepCount:Integer]: TbsXTN_28 read GetPrimaryObserverTelephone write SetPrimaryObserverTelephone; |
Primary Observer Telephone, Min : 0, Max : *
|
|
property PrimaryObserversQualification : TbsID_28 read GetPrimaryObserversQualification write SetPrimaryObserversQualification; |
Primary Observer's Qualification, Min : 0, Max : 1
|
|
property ConfirmationProvidedBy : TbsID_28 read GetConfirmationProvidedBy write SetConfirmationProvidedBy; |
Confirmation Provided By, Min : 0, Max : 1
|
|
property PrimaryObserverAwareDateTime : TbsDTM_28 read GetPrimaryObserverAwareDateTime write SetPrimaryObserverAwareDateTime; |
Primary Observer Aware Date/Time, Min : 0, Max : 1
|
|
property PrimaryObserversIdentityMayBeDivulged : TbsID_28 read GetPrimaryObserversIdentityMayBeDivulged write SetPrimaryObserversIdentityMayBeDivulged; |
Primary Observer's Identity May Be Divulged, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|