Class TEvidenceVariableDefinition

Unit

Declaration

type TEvidenceVariableDefinition = 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 : Tmarkdown read GetdescriptionElement write SetdescriptionElement;
Public property note : TAnnotationArray read GetnoteArray;
Public property variableRole : TCodeableConcept read GetvariableRole write SetvariableRole;
Public property observed : TReference read Getobserved write Setobserved;
Public property intended : TReference read Getintended write Setintended;
Public property directnessMatch : TCodeableConcept read GetdirectnessMatch write SetdirectnessMatch;

Description

Methods

Public constructor Create; override;
 

Properties

Public property description : string read Getdescription write Setdescription;

A text description or summary of the variable.

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

Footnotes and/or explanatory notes.

Public property variableRole : TCodeableConcept read GetvariableRole write SetvariableRole;

population | subpopulation | exposure | referenceExposure | measuredVariable | confounder.

Public property observed : TReference read Getobserved write Setobserved;

Definition of the actual variable related to the statistic(s).

Public property intended : TReference read Getintended write Setintended;

Definition of the intended variable related to the Evidence.

Public property directnessMatch : TCodeableConcept read GetdirectnessMatch write SetdirectnessMatch;

Indication of quality of match between intended variable to actual variable.


Generated by PasDoc 0.15.0.