Class TEffectEvidenceSynthesisSampleSize

Unit

Declaration

type TEffectEvidenceSynthesisSampleSize = class(TBackboneElement)

Description

The EffectEvidenceSynthesis resource describes the difference in an outcome between exposures states in a population where the effect estimate is derived from a combination of research studies.

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 numberOfStudies : integer read GetnumberOfStudies write SetnumberOfStudies;
Public property numberOfStudiesElement : Tinteger read GetnumberOfStudiesElement write SetnumberOfStudiesElement;
Public property numberOfParticipants : integer read GetnumberOfParticipants write SetnumberOfParticipants;
Public property numberOfParticipantsElement : Tinteger read GetnumberOfParticipantsElement write SetnumberOfParticipantsElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property description : string read Getdescription write Setdescription;

Human-readable summary of sample size.

Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
 
Public property numberOfStudies : integer read GetnumberOfStudies write SetnumberOfStudies;

Number of studies included in this evidence synthesis.

Public property numberOfStudiesElement : Tinteger read GetnumberOfStudiesElement write SetnumberOfStudiesElement;
 
Public property numberOfParticipants : integer read GetnumberOfParticipants write SetnumberOfParticipants;

Number of participants included in this evidence synthesis.

Public property numberOfParticipantsElement : Tinteger read GetnumberOfParticipantsElement write SetnumberOfParticipantsElement;
 

Generated by PasDoc 0.15.0.