Class TPopulation
Unit
bsFhir_r4
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property age : TElement read Getage write Setage; |
The age of the specific population.
|
|
property gender : TCodeableConcept read Getgender write Setgender; |
The gender of the specific population.
|
|
property race : TCodeableConcept read Getrace write Setrace; |
Race of the specific population.
|
|
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.
|