Class TEvidenceSampleSize

Unit

Declaration

type TEvidenceSampleSize = 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 numberOfStudies : Int64 read GetnumberOfStudies write SetnumberOfStudies;
Public property numberOfStudiesElement : TunsignedInt read GetnumberOfStudiesElement write SetnumberOfStudiesElement;
Public property numberOfParticipants : Int64 read GetnumberOfParticipants write SetnumberOfParticipants;
Public property numberOfParticipantsElement : TunsignedInt read GetnumberOfParticipantsElement write SetnumberOfParticipantsElement;
Public property knownDataCount : Int64 read GetknownDataCount write SetknownDataCount;
Public property knownDataCountElement : TunsignedInt read GetknownDataCountElement write SetknownDataCountElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property description : string read Getdescription write Setdescription;

Human-readable summary of population sample size.

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

Footnote or explanatory note about the sample size.

Public property numberOfStudies : Int64 read GetnumberOfStudies write SetnumberOfStudies;

Number of participants in the population.

Public property numberOfStudiesElement : TunsignedInt read GetnumberOfStudiesElement write SetnumberOfStudiesElement;
 
Public property numberOfParticipants : Int64 read GetnumberOfParticipants write SetnumberOfParticipants;

A human-readable string to clarify or explain concepts about the sample size.

Public property numberOfParticipantsElement : TunsignedInt read GetnumberOfParticipantsElement write SetnumberOfParticipantsElement;
 
Public property knownDataCount : Int64 read GetknownDataCount write SetknownDataCount;

Number of participants with known results for measured variables.

Public property knownDataCountElement : TunsignedInt read GetknownDataCountElement write SetknownDataCountElement;
 

Generated by PasDoc 0.15.0.