Class TEvidenceCertainty

Unit

Declaration

type TEvidenceCertainty = class(TBackboneElement)

Description

The Evidence Resource provides a machine-interpretable expression of an evidence concept including the evidence variables (e.g., 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 type_ : TCodeableConcept read Gettype_ write Settype_;
Public property rating : TCodeableConcept read Getrating write Setrating;
Public property rater : string read Getrater write Setrater;
Public property raterElement : Tstring read GetraterElement write SetraterElement;
Public property subcomponent : TEvidenceCertaintyArray read GetsubcomponentArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property description : string read Getdescription write Setdescription;

Textual description of certainty.

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

Footnotes and/or explanatory notes.

Public property type_ : TCodeableConcept read Gettype_ write Settype_;

Aspect of certainty being rated.

Public property rating : TCodeableConcept read Getrating write Setrating;

Assessment or judgement of the aspect.

Public property rater : string read Getrater write Setrater;

Individual or group who did the rating.

Public property raterElement : Tstring read GetraterElement write SetraterElement;
 
Public property subcomponent : TEvidenceCertaintyArray read GetsubcomponentArray;

A domain or subdomain of certainty.


Generated by PasDoc 0.15.0.