public static class Claim.MissingTeeth extends BaseIdentifiableElement implements 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 IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
Date |
getExtractionDate()
Gets the value(s) for extractionDate ().
|
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(DateDt theValue)
Sets the value(s) for extractionDate ()
|
Claim.MissingTeeth |
setExtractionDate(Date theDate,
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, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetElementSpecificId, getId, setElementSpecificId, setId, setIdpublic MissingTeeth()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface 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 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(DateDt theValue)
Definition: The date of the extraction either known from records or patient reported estimate.
public Claim.MissingTeeth setExtractionDate(Date theDate, TemporalPrecisionEnum thePrecision)
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.
Copyright © 2014–2016 University Health Network. All rights reserved.