Class TMeasureReportGroup
Unit
bsFhir_stu3
Declaration
type TMeasureReportGroup = 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 the population group as defined in the measure definition.
|
|
property population : TMeasureReportPopulationArray read GetpopulationArray; |
The populations that make up the population group, one for each type of population appropriate for the measure.
|
|
property measureScore : Double read GetmeasureScore write SetmeasureScore; |
The measure score for this population group, calculated as appropriate for the measure type and scoring method, and based on the contents of the populations defined in the group.
|
|
property measureScoreElement : Tdecimal read GetmeasureScoreElement write SetmeasureScoreElement; |
|
|
property stratifier : TMeasureReportStratifierArray read GetstratifierArray; |
When a measure includes multiple stratifiers, there will be a stratifier group for each stratifier defined by the measure.
|
Generated by PasDoc 0.15.0.
|