Class TMeasurePopulation

Unit

Declaration

type TMeasurePopulation = class(TBackboneElement)

Description

The Measure resource provides the definition of a quality measure.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property code : TCodeableConcept read Getcode write Setcode;
Public property description : string read Getdescription write Setdescription;
Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
Public property criteria : TExpression read Getcriteria write Setcriteria;

Description

Methods

Public constructor Create; override;
 

Properties

Public property code : TCodeableConcept read Getcode write Setcode;

The type of population criteria.

Public property description : string read Getdescription write Setdescription;

The human readable description of this population criteria.

Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
 
Public property criteria : TExpression read Getcriteria write Setcriteria;

An expression that specifies the criteria for the population, typically the name of an expression in a library.


Generated by PasDoc 0.15.0.