Class TMeasureReportPopulation

Unit

Declaration

type TMeasureReportPopulation = 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

Public constructor Create; override;

Properties

Public property code : TCodeableConcept read Getcode write Setcode;
Public property count : integer read Getcount write Setcount;
Public property countElement : Tinteger read GetcountElement write SetcountElement;
Public property subjectResults : TReference read GetsubjectResults write SetsubjectResults;

Description

Methods

Public constructor Create; override;
 

Properties

Public property code : TCodeableConcept read Getcode write Setcode;

The type of the population.

Public property count : integer read Getcount write Setcount;

The number of members of the population.

Public property countElement : Tinteger read GetcountElement write SetcountElement;
 
Public property subjectResults : TReference read GetsubjectResults write SetsubjectResults;

This element refers to a List of subject level MeasureReport resources, one for each subject in this population.


Generated by PasDoc 0.15.0.