public static class Patient.Animal extends BaseIdentifiableElement implements IResourceBlock
Definition: This patient is known to be an animal
| Constructor and Description |
|---|
Animal() |
| Modifier and Type | Method and Description |
|---|---|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
CodeableConceptDt |
getBreed()
Gets the value(s) for breed ().
|
CodeableConceptDt |
getGenderStatus()
Gets the value(s) for genderStatus ().
|
BoundCodeableConceptDt<AnimalSpeciesEnum> |
getSpecies()
Gets the value(s) for species ().
|
boolean |
isEmpty() |
Patient.Animal |
setBreed(CodeableConceptDt theValue)
Sets the value(s) for breed ()
|
Patient.Animal |
setGenderStatus(CodeableConceptDt theValue)
Sets the value(s) for genderStatus ()
|
Patient.Animal |
setSpecies(AnimalSpeciesEnum theValue)
Sets the value(s) for species ()
|
Patient.Animal |
setSpecies(BoundCodeableConceptDt<AnimalSpeciesEnum> theValue)
Sets the value(s) for species ()
|
getElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetElementSpecificId, getId, setElementSpecificId, setId, setIdpublic Animal()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic BoundCodeableConceptDt<AnimalSpeciesEnum> getSpecies()
null.
Definition: Identifies the high level taxonomic categorization of the kind of animal
public Patient.Animal setSpecies(BoundCodeableConceptDt<AnimalSpeciesEnum> theValue)
Definition: Identifies the high level taxonomic categorization of the kind of animal
public Patient.Animal setSpecies(AnimalSpeciesEnum theValue)
Definition: Identifies the high level taxonomic categorization of the kind of animal
public CodeableConceptDt getBreed()
null.
Definition: Identifies the detailed categorization of the kind of animal.
public Patient.Animal setBreed(CodeableConceptDt theValue)
Definition: Identifies the detailed categorization of the kind of animal.
public CodeableConceptDt getGenderStatus()
null.
Definition: Indicates the current state of the animal's reproductive organs
public Patient.Animal setGenderStatus(CodeableConceptDt theValue)
Definition: Indicates the current state of the animal's reproductive organs
Copyright © 2014–2016 University Health Network. All rights reserved.