Class TMeasureReportStratum

Unit

Declaration

type TMeasureReportStratum = class(TBackboneElement)

Description

The MeasureReport resource contains the results of evaluating a measure.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property value : string read Getvalue write Setvalue;
Public property valueElement : Tstring read GetvalueElement write SetvalueElement;
Public property population : TMeasureReportPopulation1Array read GetpopulationArray;
Public property measureScore : Double read GetmeasureScore write SetmeasureScore;
Public property measureScoreElement : Tdecimal read GetmeasureScoreElement write SetmeasureScoreElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property value : string read Getvalue write Setvalue;

The value for this stratum, expressed as a string. When defining stratifiers on complex values, the value must be rendered such that the value for each stratum within the stratifier is unique.

Public property valueElement : Tstring read GetvalueElement write SetvalueElement;
 
Public property population : TMeasureReportPopulation1Array read GetpopulationArray;

The populations that make up the stratum, one for each type of population appropriate to the measure.

Public property measureScore : Double read GetmeasureScore write SetmeasureScore;

The measure score for this stratum, calculated as appropriate for the measure type and scoring method, and based on only the members of this stratum.

Public property measureScoreElement : Tdecimal read GetmeasureScoreElement write SetmeasureScoreElement;
 

Generated by PasDoc 0.15.0.