Class Claim.ItemProsthesis
- 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: The materials and placement date of prior fixed prosthesis.
- 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 initial ().ca.uhn.fhir.model.primitive.BooleanDt
Gets the value(s) for initial ().Gets the value(s) for priorDate ().ca.uhn.fhir.model.primitive.DateDt
Gets the value(s) for priorDate ().Gets the value(s) for priorMaterial ().boolean
isEmpty()
setInitial
(boolean theBoolean) Sets the value for initial ()setInitial
(ca.uhn.fhir.model.primitive.BooleanDt theValue) Sets the value(s) for initial ()setPriorDate
(ca.uhn.fhir.model.primitive.DateDt theValue) Sets the value(s) for priorDate ()setPriorDate
(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision) Sets the value for priorDate ()setPriorDateWithDayPrecision
(Date theDate) Sets the value for priorDate ()setPriorMaterial
(CodingDt theValue) Sets the value(s) for priorMaterial ()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
-
ItemProsthesis
public ItemProsthesis()
-
-
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
-
getInitialElement
Gets the value(s) for initial (). creating it if it does not exist. Will not returnnull
.Definition: Indicates whether this is the initial placement of a fixed prosthesis.
-
getInitial
Gets the value(s) for initial (). creating it if it does not exist. This method may returnnull
.Definition: Indicates whether this is the initial placement of a fixed prosthesis.
-
setInitial
Sets the value(s) for initial ()Definition: Indicates whether this is the initial placement of a fixed prosthesis.
-
setInitial
Sets the value for initial ()Definition: Indicates whether this is the initial placement of a fixed prosthesis.
-
getPriorDateElement
Gets the value(s) for priorDate (). creating it if it does not exist. Will not returnnull
.Definition: Date of the initial placement.
-
getPriorDate
Gets the value(s) for priorDate (). creating it if it does not exist. This method may returnnull
.Definition: Date of the initial placement.
-
setPriorDate
Sets the value(s) for priorDate ()Definition: Date of the initial placement.
-
setPriorDateWithDayPrecision
Sets the value for priorDate ()Definition: Date of the initial placement.
-
setPriorDate
public Claim.ItemProsthesis setPriorDate(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision) Sets the value for priorDate ()Definition: Date of the initial placement.
-
getPriorMaterial
Gets the value(s) for priorMaterial (). creating it if it does not exist. Will not returnnull
.Definition: Material of the prior denture or bridge prosthesis. (Oral)
-
setPriorMaterial
Sets the value(s) for priorMaterial ()Definition: Material of the prior denture or bridge prosthesis. (Oral)
-