Class TMeasurePopulation
Unit
bsFhir_r4
Declaration
type TMeasurePopulation = class(TBackboneElement)
Description
The Measure resource provides the definition of a quality measure.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
constructor Create; override; |
|
Properties
 |
property code : TCodeableConcept read Getcode write Setcode; |
The type of population criteria.
|
 |
property description : string read Getdescription write Setdescription; |
The human readable description of this population criteria.
|
 |
property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement; |
|
 |
property criteria : TExpression read Getcriteria write Setcriteria; |
An expression that specifies the criteria for the population, typically the name of an expression in a library.
|
Generated by PasDoc 0.15.0.
|