Class TMeasureTerm
Unit
bsFhir_r5
Declaration
type TMeasureTerm = 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; |
A codeable representation of the defined term.
|
|
property definition : string read Getdefinition write Setdefinition; |
Provides a definition for the term as used within the measure.
|
|
property definitionElement : Tmarkdown read GetdefinitionElement write SetdefinitionElement; |
|
Generated by PasDoc 0.15.0.
|