Class TMeasureStratifier
Unit
bsFhir_stu3
Declaration
type TMeasureStratifier = class(TBackboneElement)
Description
The Measure resource provides the definition of a quality measure.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property identifier : TIdentifier read Getidentifier write Setidentifier; |
The identifier for the stratifier used to coordinate the reported data back to this stratifier.
|
|
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.
|
|
property criteriaElement : Tstring read GetcriteriaElement write SetcriteriaElement; |
|
|
property path : string read Getpath write Setpath; |
The path to an element that defines the stratifier, specified as a valid FHIR resource path.
|
|
property pathElement : Tstring read GetpathElement write SetpathElement; |
|
Generated by PasDoc 0.15.0.
|