public static class Patient.Animal extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Definition: This patient is known to be an animal
| Constructor and Description |
|---|
Animal() |
| Modifier and Type | Method and Description |
|---|---|
<T extends ca.uhn.fhir.model.api.IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
CodeableConceptDt |
getBreed()
Gets the value(s) for breed ().
|
CodeableConceptDt |
getGenderStatus()
Gets the value(s) for genderStatus ().
|
CodeableConceptDt |
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(CodeableConceptDt theValue)
Sets the value(s) for species ()
|
getElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, hasFormatComment, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic Animal()
public boolean isEmpty()
isEmpty in interface org.hl7.fhir.instance.model.api.IBasepublic <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ca.uhn.fhir.model.api.ICompositeElementpublic CodeableConceptDt getSpecies()
null.
Definition: Identifies the high level taxonomic categorization of the kind of animal
public Patient.Animal setSpecies(CodeableConceptDt 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–2018 University Health Network. All rights reserved.