Class TMeasureStratifier

Unit

Declaration

type TMeasureStratifier = class(TBackboneElement)

Description

The Measure resource provides the definition of a quality measure.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property identifier : TIdentifier read Getidentifier write Setidentifier;
Public property criteria : string read Getcriteria write Setcriteria;
Public property criteriaElement : Tstring read GetcriteriaElement write SetcriteriaElement;
Public property path : string read Getpath write Setpath;
Public property pathElement : Tstring read GetpathElement write SetpathElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identifier : TIdentifier read Getidentifier write Setidentifier;

The identifier for the stratifier used to coordinate the reported data back to this stratifier.

Public property criteria : string read Getcriteria write Setcriteria;

The criteria for the stratifier. This must be the name of an expression defined within a referenced library.

Public property criteriaElement : Tstring read GetcriteriaElement write SetcriteriaElement;
 
Public property path : string read Getpath write Setpath;

The path to an element that defines the stratifier, specified as a valid FHIR resource path.

Public property pathElement : Tstring read GetpathElement write SetpathElement;
 

Generated by PasDoc 0.15.0.