Class TEffectEvidenceSynthesisEffectEstimate
Unit
bsFhir_r4
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property description : string read Getdescription write Setdescription; |
Human-readable summary of effect estimate.
|
|
property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement; |
|
|
property type_ : TCodeableConcept read Gettype_ write Settype_; |
Examples include relative risk and mean difference.
|
|
property variantState : TCodeableConcept read GetvariantState write SetvariantState; |
Used to define variant exposure states such as low-risk state.
|
|
property value : Double read Getvalue write Setvalue; |
The point estimate of the effect estimate.
|
|
property valueElement : Tdecimal read GetvalueElement write SetvalueElement; |
|
|
property unitOfMeasure : TCodeableConcept read GetunitOfMeasure write SetunitOfMeasure; |
Specifies the UCUM unit for the outcome.
|
Generated by PasDoc 0.15.0.
|