Class TEffectEvidenceSynthesisPrecisionEstimate

Unit

Declaration

type TEffectEvidenceSynthesisPrecisionEstimate = 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 type_ : TCodeableConcept read Gettype_ write Settype_;
Public property level : Double read Getlevel write Setlevel;
Public property levelElement : Tdecimal read GetlevelElement write SetlevelElement;
Public property from : Double read Getfrom write Setfrom;
Public property fromElement : Tdecimal read GetfromElement write SetfromElement;
Public property to_ : Double read Getto_ write Setto_;
Public property to_Element : Tdecimal read Getto_Element write Setto_Element;

Description

Methods

Public constructor Create; override;
 

Properties

Public property type_ : TCodeableConcept read Gettype_ write Settype_;

Examples include confidence interval and interquartile range.

Public property level : Double read Getlevel write Setlevel;

Use 95 for a 95% confidence interval.

Public property levelElement : Tdecimal read GetlevelElement write SetlevelElement;
 
Public property from : Double read Getfrom write Setfrom;

Lower bound of confidence interval.

Public property fromElement : Tdecimal read GetfromElement write SetfromElement;
 
Public property to_ : Double read Getto_ write Setto_;

Upper bound of confidence interval.

Public property to_Element : Tdecimal read Getto_Element write Setto_Element;
 

Generated by PasDoc 0.15.0.