Class TEvidenceAttributeEstimate
Unit
bsFhir_r4b
Declaration
type TEvidenceAttributeEstimate = class(TBackboneElement)
Description
The Evidence Resource provides a machine-interpretable expression of an evidence concept including the evidence variables (eg population, exposures/interventions, comparators, outcomes, measured variables, confounding variables), the statistics, and the certainty of this evidence.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property description : string read Getdescription write Setdescription; |
Human-readable summary of the estimate.
|
|
property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement; |
|
|
property note : TAnnotationArray read GetnoteArray; |
Footnote or explanatory note about the estimate.
|
|
property type_ : TCodeableConcept read Gettype_ write Settype_; |
The type of attribute estimate, eg confidence interval or p value.
|
|
property quantity : TQuantity read Getquantity write Setquantity; |
The singular quantity of the attribute estimate, for attribute estimates represented as single values; also used to report unit of measure.
|
|
property level : Double read Getlevel write Setlevel; |
Use 95 for a 95% confidence interval.
|
|
property levelElement : Tdecimal read GetlevelElement write SetlevelElement; |
|
|
property range : TRange read Getrange write Setrange; |
Lower bound of confidence interval.
|
|
property attributeEstimate : TEvidenceAttributeEstimateArray read GetattributeEstimateArray; |
A nested attribute estimate; which is the attribute estimate of an attribute estimate.
|
Generated by PasDoc 0.15.0.
|