Class TEffectEvidenceSynthesisResultsByExposure

Unit

Declaration

type TEffectEvidenceSynthesisResultsByExposure = class(TBackboneElement)

Description

The EffectEvidenceSynthesis resource describes the difference in an outcome between exposures states in a population where the effect estimate is derived from a combination of research studies.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property description : string read Getdescription write Setdescription;
Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
Public property exposureState : string read GetexposureState write SetexposureState;
Public property exposureStateElement : TExposureState read GetexposureStateElement write SetexposureStateElement;
Public property variantState : TCodeableConcept read GetvariantState write SetvariantState;
Public property riskEvidenceSynthesis : TReference read GetriskEvidenceSynthesis write SetriskEvidenceSynthesis;

Description

Methods

Public constructor Create; override;
 

Properties

Public property description : string read Getdescription write Setdescription;

Human-readable summary of results by exposure state.

Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
 
Public property exposureState : string read GetexposureState write SetexposureState;

Whether these results are for the exposure state or alternative exposure state.

Public property exposureStateElement : TExposureState read GetexposureStateElement write SetexposureStateElement;
 
Public property variantState : TCodeableConcept read GetvariantState write SetvariantState;

Used to define variant exposure states such as low-risk state.

Public property riskEvidenceSynthesis : TReference read GetriskEvidenceSynthesis write SetriskEvidenceSynthesis;

Reference to a RiskEvidenceSynthesis resource.


Generated by PasDoc 0.15.0.