Class TRiskEvidenceSynthesisRiskEstimate

Unit

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

Public constructor Create; override;

Properties

Public property description : string read Getdescription write Setdescription;
Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
Public property type_ : TCodeableConcept read Gettype_ write Settype_;
Public property value : Double read Getvalue write Setvalue;
Public property valueElement : Tdecimal read GetvalueElement write SetvalueElement;
Public property unitOfMeasure : TCodeableConcept read GetunitOfMeasure write SetunitOfMeasure;
Public property denominatorCount : integer read GetdenominatorCount write SetdenominatorCount;
Public property denominatorCountElement : Tinteger read GetdenominatorCountElement write SetdenominatorCountElement;
Public property numeratorCount : integer read GetnumeratorCount write SetnumeratorCount;
Public property numeratorCountElement : Tinteger read GetnumeratorCountElement write SetnumeratorCountElement;
Public property precisionEstimate : TRiskEvidenceSynthesisPrecisionEstimateArray read GetprecisionEstimateArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property description : string read Getdescription write Setdescription;

Human-readable summary of risk estimate.

Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
 
Public property type_ : TCodeableConcept read Gettype_ write Settype_;

Examples include proportion and mean.

Public property value : Double read Getvalue write Setvalue;

The point estimate of the risk estimate.

Public property valueElement : Tdecimal read GetvalueElement write SetvalueElement;
 
Public property unitOfMeasure : TCodeableConcept read GetunitOfMeasure write SetunitOfMeasure;

Specifies the UCUM unit for the outcome.

Public property denominatorCount : integer read GetdenominatorCount write SetdenominatorCount;

The sample size for the group that was measured for this risk estimate.

Public property denominatorCountElement : Tinteger read GetdenominatorCountElement write SetdenominatorCountElement;
 
Public property numeratorCount : integer read GetnumeratorCount write SetnumeratorCount;

The number of group members with the outcome of interest.

Public property numeratorCountElement : Tinteger read GetnumeratorCountElement write SetnumeratorCountElement;
 
Public property precisionEstimate : TRiskEvidenceSynthesisPrecisionEstimateArray read GetprecisionEstimateArray;

A description of the precision of the estimate for the effect.


Generated by PasDoc 0.15.0.