Class TRiskEvidenceSynthesisSampleSize
Unit
bsFhir_r4
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
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.
|