Class TPopulation

Unit

Declaration

type TPopulation = class(TBackboneElement)

Description

A populatioof people with some set of grouping criteria. If the element is present, it must have a value for at least one of the defined elements, an @id referenced from the Narrative, or extensions

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property age : TElement read Getage write Setage;
Public property gender : TCodeableConcept read Getgender write Setgender;
Public property race : TCodeableConcept read Getrace write Setrace;
Public property physiologicalCondition : TCodeableConcept read GetphysiologicalCondition write SetphysiologicalCondition;

Description

Methods

Public constructor Create; override;
 

Properties

Public property age : TElement read Getage write Setage;

The age of the specific population.

Public property gender : TCodeableConcept read Getgender write Setgender;

The gender of the specific population.

Public property race : TCodeableConcept read Getrace write Setrace;

Race of the specific population.

Public property physiologicalCondition : TCodeableConcept read GetphysiologicalCondition write SetphysiologicalCondition;

The existing physiological conditions of the specific population to which this applies.


Generated by PasDoc 0.15.0.