Class TEvidenceAttributeEstimate

Unit

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

Public constructor Create; override;

Properties

Public property description : string read Getdescription write Setdescription;
Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
Public property note : TAnnotationArray read GetnoteArray;
Public property type_ : TCodeableConcept read Gettype_ write Settype_;
Public property quantity : TQuantity read Getquantity write Setquantity;
Public property level : Double read Getlevel write Setlevel;
Public property levelElement : Tdecimal read GetlevelElement write SetlevelElement;
Public property range : TRange read Getrange write Setrange;
Public property attributeEstimate : TEvidenceAttributeEstimateArray read GetattributeEstimateArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property description : string read Getdescription write Setdescription;

Human-readable summary of the estimate.

Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
 
Public property note : TAnnotationArray read GetnoteArray;

Footnote or explanatory note about the estimate.

Public property type_ : TCodeableConcept read Gettype_ write Settype_;

The type of attribute estimate, eg confidence interval or p value.

Public 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.

Public property level : Double read Getlevel write Setlevel;

Use 95 for a 95% confidence interval.

Public property levelElement : Tdecimal read GetlevelElement write SetlevelElement;
 
Public property range : TRange read Getrange write Setrange;

Lower bound of confidence interval.

Public property attributeEstimate : TEvidenceAttributeEstimateArray read GetattributeEstimateArray;

A nested attribute estimate; which is the attribute estimate of an attribute estimate.


Generated by PasDoc 0.15.0.