Class TEffectEvidenceSynthesisEffectEstimate

Unit

Declaration

type TEffectEvidenceSynthesisEffectEstimate = 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 type_ : TCodeableConcept read Gettype_ write Settype_;
Public property variantState : TCodeableConcept read GetvariantState write SetvariantState;
Public property value : Double read Getvalue write Setvalue;
Public property valueElement : Tdecimal read GetvalueElement write SetvalueElement;
Public property unitOfMeasure : TCodeableConcept read GetunitOfMeasure write SetunitOfMeasure;
Public property precisionEstimate : TEffectEvidenceSynthesisPrecisionEstimateArray read GetprecisionEstimateArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property description : string read Getdescription write Setdescription;

Human-readable summary of effect estimate.

Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
 
Public property type_ : TCodeableConcept read Gettype_ write Settype_;

Examples include relative risk and mean difference.

Public property variantState : TCodeableConcept read GetvariantState write SetvariantState;

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

Public property value : Double read Getvalue write Setvalue;

The point estimate of the effect estimate.

Public property valueElement : Tdecimal read GetvalueElement write SetvalueElement;
 
Public property unitOfMeasure : TCodeableConcept read GetunitOfMeasure write SetunitOfMeasure;

Specifies the UCUM unit for the outcome.

Public property precisionEstimate : TEffectEvidenceSynthesisPrecisionEstimateArray read GetprecisionEstimateArray;

A description of the precision of the estimate for the effect.


Generated by PasDoc 0.15.0.