public static class Claim.MissingTeeth extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Definition: A list of teeth which would be expected but are not found due to having been previously extracted or for other reasons.
| Constructor and Description |
|---|
MissingTeeth() |
| Modifier and Type | Method and Description |
|---|---|
<T extends ca.uhn.fhir.model.api.IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
Date |
getExtractionDate()
Gets the value(s) for extractionDate ().
|
ca.uhn.fhir.model.primitive.DateDt |
getExtractionDateElement()
Gets the value(s) for extractionDate ().
|
CodingDt |
getReason()
Gets the value(s) for reason ().
|
CodingDt |
getTooth()
Gets the value(s) for tooth ().
|
boolean |
isEmpty() |
Claim.MissingTeeth |
setExtractionDate(ca.uhn.fhir.model.primitive.DateDt theValue)
Sets the value(s) for extractionDate ()
|
Claim.MissingTeeth |
setExtractionDate(Date theDate,
ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision)
Sets the value for extractionDate ()
|
Claim.MissingTeeth |
setExtractionDateWithDayPrecision(Date theDate)
Sets the value for extractionDate ()
|
Claim.MissingTeeth |
setReason(CodingDt theValue)
Sets the value(s) for reason ()
|
Claim.MissingTeeth |
setTooth(CodingDt theValue)
Sets the value(s) for tooth ()
|
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 MissingTeeth()
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 CodingDt getTooth()
null.
Definition: The code identifying which tooth is missing.
public Claim.MissingTeeth setTooth(CodingDt theValue)
Definition: The code identifying which tooth is missing.
public CodingDt getReason()
null.
Definition: Missing reason may be: E-extraction, O-other
public Claim.MissingTeeth setReason(CodingDt theValue)
Definition: Missing reason may be: E-extraction, O-other
public ca.uhn.fhir.model.primitive.DateDt getExtractionDateElement()
null.
Definition: The date of the extraction either known from records or patient reported estimate.
public Date getExtractionDate()
null.
Definition: The date of the extraction either known from records or patient reported estimate.
public Claim.MissingTeeth setExtractionDate(ca.uhn.fhir.model.primitive.DateDt theValue)
Definition: The date of the extraction either known from records or patient reported estimate.
public Claim.MissingTeeth setExtractionDateWithDayPrecision(Date theDate)
Definition: The date of the extraction either known from records or patient reported estimate.
public Claim.MissingTeeth setExtractionDate(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision)
Definition: The date of the extraction either known from records or patient reported estimate.
Copyright © 2014–2018 University Health Network. All rights reserved.