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 linkId : string read GetlinkId write SetlinkId;
Public property linkIdElement : Tstring read GetlinkIdElement write SetlinkIdElement;
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;
Public property subjectReport : TReferenceArray read GetsubjectReportArray;
Public property subjects : TReference read Getsubjects write Setsubjects;

Description

Methods

Public constructor Create; override;
 

Properties

Public property linkId : string read GetlinkId write SetlinkId;

The population from the Measure that corresponds to this population in the MeasureReport resource.

Public property linkIdElement : Tstring read GetlinkIdElement write SetlinkIdElement;
 
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 individual level MeasureReport resources, one for each subject in this population.

Public property subjectReport : TReferenceArray read GetsubjectReportArray;

A reference to an individual level MeasureReport resource for a member of the population.

Public property subjects : TReference read Getsubjects write Setsubjects;

Optional Group identifying the individuals that make up the population.


Generated by PasDoc 0.15.0.