Class TRiskEvidenceSynthesisSampleSize

Unit

Declaration

type TRiskEvidenceSynthesisSampleSize = class(TBackboneElement)

Description

The RiskEvidenceSynthesis resource describes the likelihood of an outcome in a population plus exposure state where the risk 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.