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 identifier : TIdentifier read Getidentifier write Setidentifier;
Public property code : TCodeableConcept read Getcode write Setcode;
Public property name_ : string read Getname_ write Setname_;
Public property name_Element : Tstring read Getname_Element write Setname_Element;
Public property description : string read Getdescription write Setdescription;
Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
Public property criteria : string read Getcriteria write Setcriteria;
Public property criteriaElement : Tstring read GetcriteriaElement write SetcriteriaElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identifier : TIdentifier read Getidentifier write Setidentifier;

A unique identifier for the population criteria. This identifier is used to report data against this criteria within the measure report.

Public property code : TCodeableConcept read Getcode write Setcode;

The type of population criteria.

Public property name_ : string read Getname_ write Setname_;

Optional name or short description of this population.

Public property name_Element : Tstring read Getname_Element write Setname_Element;
 
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 : string read Getcriteria write Setcriteria;

The name of a valid referenced CQL expression (may be namespaced) that defines this population criteria.

Public property criteriaElement : Tstring read GetcriteriaElement write SetcriteriaElement;
 

Generated by PasDoc 0.15.0.