Class Claim.MissingTeeth
- All Implemented Interfaces:
ca.uhn.fhir.model.api.ICompositeElement
,ca.uhn.fhir.model.api.IElement
,ca.uhn.fhir.model.api.IIdentifiableElement
,ca.uhn.fhir.model.api.IResourceBlock
,ca.uhn.fhir.model.api.ISupportsUndeclaredExtensions
,Serializable
,org.hl7.fhir.instance.model.api.IBase
- Enclosing class:
Claim
Definition: A list of teeth which would be expected but are not found due to having been previously extracted or for other reasons.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription<T extends ca.uhn.fhir.model.api.IElement>
List<T> getAllPopulatedChildElementsOfType
(Class<T> theType) Gets the value(s) for extractionDate ().ca.uhn.fhir.model.primitive.DateDt
Gets the value(s) for extractionDate ().Gets the value(s) for reason ().getTooth()
Gets the value(s) for tooth ().boolean
isEmpty()
setExtractionDate
(ca.uhn.fhir.model.primitive.DateDt theValue) Sets the value(s) for extractionDate ()setExtractionDate
(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision) Sets the value for extractionDate ()setExtractionDateWithDayPrecision
(Date theDate) Sets the value for extractionDate ()Sets the value(s) for reason ()Sets the value(s) for tooth ()Methods inherited from class ca.uhn.fhir.model.api.BaseIdentifiableElement
getElementSpecificId, getId, setElementSpecificId, setId, setId
Methods inherited from class ca.uhn.fhir.model.api.BaseElement
addUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, getUserData, hasFormatComment, isBaseEmpty, setUserData
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hl7.fhir.instance.model.api.IBase
fhirType, getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, setUserData
Methods inherited from interface ca.uhn.fhir.model.api.IIdentifiableElement
getElementSpecificId, getId, setElementSpecificId, setId, setId
-
Constructor Details
-
MissingTeeth
public MissingTeeth()
-
-
Method Details
-
isEmpty
- Specified by:
isEmpty
in interfaceorg.hl7.fhir.instance.model.api.IBase
-
getAllPopulatedChildElementsOfType
public <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType) - Specified by:
getAllPopulatedChildElementsOfType
in interfaceca.uhn.fhir.model.api.ICompositeElement
-
getTooth
Gets the value(s) for tooth (). creating it if it does not exist. Will not returnnull
.Definition: The code identifying which tooth is missing.
-
setTooth
Sets the value(s) for tooth ()Definition: The code identifying which tooth is missing.
-
getReason
Gets the value(s) for reason (). creating it if it does not exist. Will not returnnull
.Definition: Missing reason may be: E-extraction, O-other
-
setReason
Sets the value(s) for reason ()Definition: Missing reason may be: E-extraction, O-other
-
getExtractionDateElement
Gets the value(s) for extractionDate (). creating it if it does not exist. Will not returnnull
.Definition: The date of the extraction either known from records or patient reported estimate.
-
getExtractionDate
Gets the value(s) for extractionDate (). creating it if it does not exist. This method may returnnull
.Definition: The date of the extraction either known from records or patient reported estimate.
-
setExtractionDate
Sets the value(s) for extractionDate ()Definition: The date of the extraction either known from records or patient reported estimate.
-
setExtractionDateWithDayPrecision
Sets the value for extractionDate ()Definition: The date of the extraction either known from records or patient reported estimate.
-
setExtractionDate
public Claim.MissingTeeth setExtractionDate(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision) Sets the value for extractionDate ()Definition: The date of the extraction either known from records or patient reported estimate.
-