| Class TEvidenceStatisticUnit
bsFhir_r5 Declaration
type TEvidenceStatistic = 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.  HierarchyOverviewMethodsPropertiesDescriptionMethods
|  | constructor Create; override; |  |  |  Properties
|  | property description : string read Getdescription write Setdescription; |  | 
 A description of the content value of the statistic.  |  
|  | property descriptionElement : Tmarkdown read GetdescriptionElement write SetdescriptionElement; |  |  |  
|  | property note : TAnnotationArray read GetnoteArray; |  | 
 Footnotes and/or explanatory notes.  |  
|  | property statisticType : TCodeableConcept read GetstatisticType write SetstatisticType; |  | 
 Type of statistic, e.g., relative risk.  |  
|  | property category : TCodeableConcept read Getcategory write Setcategory; |  | 
 When the measured variable is handled categorically, the category element is used to define which category the statistic is reporting.  |  
|  | property quantity : TQuantity read Getquantity write Setquantity; |  | 
 Statistic value.  |  
|  | property numberOfEvents : Int64 read GetnumberOfEvents write SetnumberOfEvents; |  | 
 The number of events associated with the statistic, where the unit of analysis is different from numberAffected, sampleSize.knownDataCount and sampleSize.numberOfParticipants.  |  
|  | property numberOfEventsElement : TunsignedInt read GetnumberOfEventsElement write SetnumberOfEventsElement; |  |  |  
|  | property numberAffected : Int64 read GetnumberAffected write SetnumberAffected; |  | 
 The number of participants affected where the unit of analysis is the same as sampleSize.knownDataCount and sampleSize.numberOfParticipants.  |  
|  | property numberAffectedElement : TunsignedInt read GetnumberAffectedElement write SetnumberAffectedElement; |  |  |  
|  | property sampleSize : TEvidenceSampleSize read GetsampleSize write SetsampleSize; |  | 
 Number of samples in the statistic.  |  
|  | property attributeEstimate : TEvidenceAttributeEstimateArray read GetattributeEstimateArray; |  | 
 A statistical attribute of the statistic such as a measure of heterogeneity.  |  Generated by PasDoc 0.15.0.
 |