Class Claim.MissingTeeth
- java.lang.Object
-
- ca.uhn.fhir.model.api.BaseElement
-
- ca.uhn.fhir.model.api.BaseIdentifiableElement
-
- ca.uhn.fhir.model.dstu2.resource.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
public static class Claim.MissingTeeth extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Block class for child element: Claim.missingTeeth ()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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MissingTeeth()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T extends ca.uhn.fhir.model.api.IElement>
List<T>getAllPopulatedChildElementsOfType(Class<T> theType)DategetExtractionDate()Gets the value(s) for extractionDate ().ca.uhn.fhir.model.primitive.DateDtgetExtractionDateElement()Gets the value(s) for extractionDate ().CodingDtgetReason()Gets the value(s) for reason ().CodingDtgetTooth()Gets the value(s) for tooth ().booleanisEmpty()Claim.MissingTeethsetExtractionDate(ca.uhn.fhir.model.primitive.DateDt theValue)Sets the value(s) for extractionDate ()Claim.MissingTeethsetExtractionDate(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision)Sets the value for extractionDate ()Claim.MissingTeethsetExtractionDateWithDayPrecision(Date theDate)Sets the value for extractionDate ()Claim.MissingTeethsetReason(CodingDt theValue)Sets the value(s) for reason ()Claim.MissingTeethsetTooth(CodingDt theValue)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
-
-
-
-
Constructor Detail
-
MissingTeeth
public MissingTeeth()
-
-
Method Detail
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmptyin 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:
getAllPopulatedChildElementsOfTypein interfaceca.uhn.fhir.model.api.ICompositeElement
-
getTooth
public CodingDt 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
public Claim.MissingTeeth setTooth(CodingDt theValue)
Sets the value(s) for tooth ()Definition: The code identifying which tooth is missing.
-
getReason
public CodingDt 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
public Claim.MissingTeeth setReason(CodingDt theValue)
Sets the value(s) for reason ()Definition: Missing reason may be: E-extraction, O-other
-
getExtractionDateElement
public ca.uhn.fhir.model.primitive.DateDt 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
public Date 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
public Claim.MissingTeeth setExtractionDate(ca.uhn.fhir.model.primitive.DateDt theValue)
Sets the value(s) 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.
-
setExtractionDateWithDayPrecision
public Claim.MissingTeeth setExtractionDateWithDayPrecision(Date theDate)
Sets the value for extractionDate ()Definition: The date of the extraction either known from records or patient reported estimate.
-
-