Class TPatientAnimal

Unit

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

Public constructor Create; override;

Properties

Public property species : TCodeableConcept read Getspecies write Setspecies;
Public property breed : TCodeableConcept read Getbreed write Setbreed;
Public property genderStatus : TCodeableConcept read GetgenderStatus write SetgenderStatus;

Description

Methods

Public constructor Create; override;
 

Properties

Public property species : TCodeableConcept read Getspecies write Setspecies;

Identifies the high level taxonomic categorization of the kind of animal.

Public property breed : TCodeableConcept read Getbreed write Setbreed;

Identifies the detailed categorization of the kind of animal.

Public property genderStatus : TCodeableConcept read GetgenderStatus write SetgenderStatus;

Indicates the current state of the animal's reproductive organs.


Generated by PasDoc 0.15.0.