Class TEffectEvidenceSynthesisSampleSize
Unit
bsFhir_r4
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property description : string read Getdescription write Setdescription; |
Human-readable summary of sample size.
|
|
property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement; |
|
|
property numberOfStudies : integer read GetnumberOfStudies write SetnumberOfStudies; |
Number of studies included in this evidence synthesis.
|
|
property numberOfStudiesElement : Tinteger read GetnumberOfStudiesElement write SetnumberOfStudiesElement; |
|
|
property numberOfParticipants : integer read GetnumberOfParticipants write SetnumberOfParticipants; |
Number of participants included in this evidence synthesis.
|
|
property numberOfParticipantsElement : Tinteger read GetnumberOfParticipantsElement write SetnumberOfParticipantsElement; |
|
Generated by PasDoc 0.15.0.
|