Class TRiskEvidenceSynthesisRiskEstimate
Unit
bsFhir_r4
Declaration
type TRiskEvidenceSynthesisRiskEstimate = 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 description : string read Getdescription write Setdescription; |
Human-readable summary of risk estimate.
|
|
property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement; |
|
|
property type_ : TCodeableConcept read Gettype_ write Settype_; |
Examples include proportion and mean.
|
|
property value : Double read Getvalue write Setvalue; |
The point estimate of the risk estimate.
|
|
property valueElement : Tdecimal read GetvalueElement write SetvalueElement; |
|
|
property unitOfMeasure : TCodeableConcept read GetunitOfMeasure write SetunitOfMeasure; |
Specifies the UCUM unit for the outcome.
|
|
property denominatorCount : integer read GetdenominatorCount write SetdenominatorCount; |
The sample size for the group that was measured for this risk estimate.
|
|
property denominatorCountElement : Tinteger read GetdenominatorCountElement write SetdenominatorCountElement; |
|
|
property numeratorCount : integer read GetnumeratorCount write SetnumeratorCount; |
The number of group members with the outcome of interest.
|
|
property numeratorCountElement : Tinteger read GetnumeratorCountElement write SetnumeratorCountElement; |
|
Generated by PasDoc 0.15.0.
|