Class TEvidenceStatistic

Unit

Declaration

type TEvidenceStatistic = 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 : Tstring read GetdescriptionElement write SetdescriptionElement;
Public property note : TAnnotationArray read GetnoteArray;
Public property statisticType : TCodeableConcept read GetstatisticType write SetstatisticType;
Public property category : TCodeableConcept read Getcategory write Setcategory;
Public property quantity : TQuantity read Getquantity write Setquantity;
Public property numberOfEvents : Int64 read GetnumberOfEvents write SetnumberOfEvents;
Public property numberOfEventsElement : TunsignedInt read GetnumberOfEventsElement write SetnumberOfEventsElement;
Public property numberAffected : Int64 read GetnumberAffected write SetnumberAffected;
Public property numberAffectedElement : TunsignedInt read GetnumberAffectedElement write SetnumberAffectedElement;
Public property sampleSize : TEvidenceSampleSize read GetsampleSize write SetsampleSize;
Public property attributeEstimate : TEvidenceAttributeEstimateArray read GetattributeEstimateArray;
Public property modelCharacteristic : TEvidenceModelCharacteristicArray read GetmodelCharacteristicArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property description : string read Getdescription write Setdescription;

A description of the content value of the statistic.

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

Footnotes and/or explanatory notes.

Public property statisticType : TCodeableConcept read GetstatisticType write SetstatisticType;

Type of statistic, eg relative risk.

Public property category : TCodeableConcept read Getcategory write Setcategory;

When the measured variable is handled categorically, the category element is used to define which category the statistic is reporting.

Public property quantity : TQuantity read Getquantity write Setquantity;

Statistic value.

Public property numberOfEvents : Int64 read GetnumberOfEvents write SetnumberOfEvents;

The number of events associated with the statistic, where the unit of analysis is different from numberAffected, sampleSize.knownDataCount and sampleSize.numberOfParticipants.

Public property numberOfEventsElement : TunsignedInt read GetnumberOfEventsElement write SetnumberOfEventsElement;
 
Public property numberAffected : Int64 read GetnumberAffected write SetnumberAffected;

The number of participants affected where the unit of analysis is the same as sampleSize.knownDataCount and sampleSize.numberOfParticipants.

Public property numberAffectedElement : TunsignedInt read GetnumberAffectedElement write SetnumberAffectedElement;
 
Public property sampleSize : TEvidenceSampleSize read GetsampleSize write SetsampleSize;

Number of samples in the statistic.

Public property attributeEstimate : TEvidenceAttributeEstimateArray read GetattributeEstimateArray;

A statistical attribute of the statistic such as a measure of heterogeneity.

Public property modelCharacteristic : TEvidenceModelCharacteristicArray read GetmodelCharacteristicArray;

A component of the method to generate the statistic.


Generated by PasDoc 0.15.0.