Class TEvidenceModelCharacteristic

Unit

Declaration

type TEvidenceModelCharacteristic = 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 code : TCodeableConcept read Getcode write Setcode;
Public property value : TQuantity read Getvalue write Setvalue;
Public property variable : TEvidence_VariableArray read GetvariableArray;
Public property attributeEstimate : TEvidenceAttributeEstimateArray read GetattributeEstimateArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property code : TCodeableConcept read Getcode write Setcode;

Description of a component of the method to generate the statistic.

Public property value : TQuantity read Getvalue write Setvalue;

Further specification of the quantified value of the component of the method to generate the statistic.

Public property variable : TEvidence_VariableArray read GetvariableArray;

A variable adjusted for in the adjusted analysis.

Public property attributeEstimate : TEvidenceAttributeEstimateArray read GetattributeEstimateArray;

An attribute of the statistic used as a model characteristic.


Generated by PasDoc 0.15.0.