Class TMeasureReportPopulation
Unit
bsFhir_stu3
Declaration
type TMeasureReportPopulation = class(TBackboneElement)
Description
The MeasureReport resource contains the results of evaluating a measure.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property identifier : TIdentifier read Getidentifier write Setidentifier; |
The identifier of the population being reported, as defined by the population element of the measure.
|
|
property code : TCodeableConcept read Getcode write Setcode; |
The type of the population.
|
|
property count : integer read Getcount write Setcount; |
The number of members of the population.
|
|
property countElement : Tinteger read GetcountElement write SetcountElement; |
|
|
property patients : TReference read Getpatients write Setpatients; |
This element refers to a List of patient level MeasureReport resources, one for each patient in this population.
|
Generated by PasDoc 0.15.0.
|