Class TRiskEvidenceSynthesisPrecisionEstimate
Unit
bsFhir_r4
Declaration
type TRiskEvidenceSynthesisPrecisionEstimate = class(TBackboneElement)
Description
The RiskEvidenceSynthesis resource describes the likelihood of an outcome in a population plus exposure state where the risk 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.
|