Class TEvidenceSampleSize
Unit
bsFhir_r5
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property description : string read Getdescription write Setdescription; |
Human-readable summary of population sample size.
|
|
property descriptionElement : Tmarkdown read GetdescriptionElement write SetdescriptionElement; |
|
|
property note : TAnnotationArray read GetnoteArray; |
Footnote or explanatory note about the sample size.
|
|
property numberOfStudies : Int64 read GetnumberOfStudies write SetnumberOfStudies; |
Number of participants in the population.
|
|
property numberOfStudiesElement : TunsignedInt read GetnumberOfStudiesElement write SetnumberOfStudiesElement; |
|
|
property numberOfParticipants : Int64 read GetnumberOfParticipants write SetnumberOfParticipants; |
A human-readable string to clarify or explain concepts about the sample size.
|
|
property numberOfParticipantsElement : TunsignedInt read GetnumberOfParticipantsElement write SetnumberOfParticipantsElement; |
|
|
property knownDataCount : Int64 read GetknownDataCount write SetknownDataCount; |
Number of participants with known results for measured variables.
|
|
property knownDataCountElement : TunsignedInt read GetknownDataCountElement write SetknownDataCountElement; |
|
Generated by PasDoc 0.15.0.
|