Class TMeasureReportStratifier

Unit

Declaration

type TMeasureReportStratifier = class(TBackboneElement)

Description

The MeasureReport resource contains the results of the calculation of a measure; and optionally a reference to the resources involved in that calculation.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property linkId : string read GetlinkId write SetlinkId;
Public property linkIdElement : Tstring read GetlinkIdElement write SetlinkIdElement;
Public property code : TCodeableConcept read Getcode write Setcode;
Public property stratum : TMeasureReportStratumArray read GetstratumArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property linkId : string read GetlinkId write SetlinkId;

The stratifier from the Measure that corresponds to this stratifier in the MeasureReport resource.

Public property linkIdElement : Tstring read GetlinkIdElement write SetlinkIdElement;
 
Public property code : TCodeableConcept read Getcode write Setcode;

The meaning of this stratifier, as defined in the measure definition.

Public 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.