Class TMeasureReportComponent
Unit
bsFhir_r5
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 linkId : string read GetlinkId write SetlinkId; |
The stratifier component from the Measure that corresponds to this stratifier component in the MeasureReport resource.
|
|
property linkIdElement : Tstring read GetlinkIdElement write SetlinkIdElement; |
|
|
property code : TCodeableConcept read Getcode write Setcode; |
The code for the stratum component value.
|
|
property valueCodeableConcept : TCodeableConcept read GetvalueCodeableConcept write SetvalueCodeableConcept; |
The stratum component value. (choose any one of value*, but only one)
|
|
property valueBoolean : boolean read GetvalueBoolean write SetvalueBoolean; |
The stratum component value. (choose any one of value*, but only one)
|
|
property valueBooleanElement : Tboolean read GetvalueBooleanElement write SetvalueBooleanElement; |
|
|
property valueQuantity : TQuantity read GetvalueQuantity write SetvalueQuantity; |
The stratum component value. (choose any one of value*, but only one)
|
|
property valueRange : TRange read GetvalueRange write SetvalueRange; |
The stratum component value. (choose any one of value*, but only one)
|
|
property valueReference : TReference read GetvalueReference write SetvalueReference; |
The stratum component value. (choose any one of value*, but only one)
|
Generated by PasDoc 0.15.0.
|