Class TMeasurePopulation
Unit
bsFhir_stu3
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 identifier : TIdentifier read Getidentifier write Setidentifier; |
A unique identifier for the population criteria. This identifier is used to report data against this criteria within the measure report.
|
|
property code : TCodeableConcept read Getcode write Setcode; |
The type of population criteria.
|
|
property name_ : string read Getname_ write Setname_; |
Optional name or short description of this population.
|
|
property name_Element : Tstring read Getname_Element write Setname_Element; |
|
|
property description : string read Getdescription write Setdescription; |
The human readable description of this population criteria.
|
|
property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement; |
|
|
property criteria : string read Getcriteria write Setcriteria; |
The name of a valid referenced CQL expression (may be namespaced) that defines this population criteria.
|
|
property criteriaElement : Tstring read GetcriteriaElement write SetcriteriaElement; |
|
Generated by PasDoc 0.15.0.
|