Class TMeasureReportComponent
Unit
bsFhir_r4
Declaration
type TMeasureReportComponent = class(TBackboneElement)
Description
The MeasureReport resource contains the results of the calculation of a measure; and optionally a reference to the resources involved in that calculation.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property code : TCodeableConcept read Getcode write Setcode; |
The code for the stratum component value.
|
|
property value : TCodeableConcept read Getvalue write Setvalue; |
The stratum component value.
|
Generated by PasDoc 0.15.0.
|