Class TEffectEvidenceSynthesisPrecisionEstimate
Unit
bsFhir_r4
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property type_ : TCodeableConcept read Gettype_ write Settype_; |
Examples include confidence interval and interquartile range.
|
|
property level : Double read Getlevel write Setlevel; |
Use 95 for a 95% confidence interval.
|
|
property levelElement : Tdecimal read GetlevelElement write SetlevelElement; |
|
|
property from : Double read Getfrom write Setfrom; |
Lower bound of confidence interval.
|
|
property fromElement : Tdecimal read GetfromElement write SetfromElement; |
|
|
property to_ : Double read Getto_ write Setto_; |
Upper bound of confidence interval.
|
|
property to_Element : Tdecimal read Getto_Element write Setto_Element; |
|
Generated by PasDoc 0.15.0.
|