Class TPatientAnimal
Unit
bsFhir_stu3
Declaration
type TPatientAnimal = class(TBackboneElement)
Description
Demographics and other administrative information about an individual or animal receiving care or other health-related services.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property species : TCodeableConcept read Getspecies write Setspecies; |
Identifies the high level taxonomic categorization of the kind of animal.
|
|
property breed : TCodeableConcept read Getbreed write Setbreed; |
Identifies the detailed categorization of the kind of animal.
|
|
property genderStatus : TCodeableConcept read GetgenderStatus write SetgenderStatus; |
Indicates the current state of the animal's reproductive organs.
|
Generated by PasDoc 0.15.0.
|