Class TMeasureReportStratifier
Unit
bsFhir_stu3
Declaration
type TMeasureReportStratifier = class(TBackboneElement)
Description
The MeasureReport resource contains the results of evaluating a measure.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property identifier : TIdentifier read Getidentifier write Setidentifier; |
The identifier of this stratifier, as defined in the measure definition.
|
|
property stratum : TMeasureReportStratumArray read GetstratumArray; |
This element contains the results for a single stratum within the stratifier. For example, when stratifying on administrative gender, there will be four strata, one for each possible gender value.
|
Generated by PasDoc 0.15.0.
|