Class TEvidenceModelCharacteristic
Unit
bsFhir_r4b
Declaration
type TEvidenceModelCharacteristic = 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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property code : TCodeableConcept read Getcode write Setcode; |
Description of a component of the method to generate the statistic.
|
|
property value : TQuantity read Getvalue write Setvalue; |
Further specification of the quantified value of the component of the method to generate the statistic.
|
|
property variable : TEvidence_VariableArray read GetvariableArray; |
A variable adjusted for in the adjusted analysis.
|
Generated by PasDoc 0.15.0.
|