
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
public static class Claim.ItemProsthesis extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Definition: The materials and placement date of prior fixed prosthesis.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ItemProsthesis()
-
Method Summary
Modifier and Type Method Description <T extends ca.uhn.fhir.model.api.IElement>
List<T>getAllPopulatedChildElementsOfType(Class<T> theType)
Boolean
getInitial()
Gets the value(s) for initial ().ca.uhn.fhir.model.primitive.BooleanDt
getInitialElement()
Gets the value(s) for initial ().Date
getPriorDate()
Gets the value(s) for priorDate ().ca.uhn.fhir.model.primitive.DateDt
getPriorDateElement()
Gets the value(s) for priorDate ().CodingDt
getPriorMaterial()
Gets the value(s) for priorMaterial ().boolean
isEmpty()
Claim.ItemProsthesis
setInitial(boolean theBoolean)
Sets the value for initial ()Claim.ItemProsthesis
setInitial(ca.uhn.fhir.model.primitive.BooleanDt theValue)
Sets the value(s) for initial ()Claim.ItemProsthesis
setPriorDate(ca.uhn.fhir.model.primitive.DateDt theValue)
Sets the value(s) for priorDate ()Claim.ItemProsthesis
setPriorDate(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision)
Sets the value for priorDate ()Claim.ItemProsthesis
setPriorDateWithDayPrecision(Date theDate)
Sets the value for priorDate ()Claim.ItemProsthesis
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.
-
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.
-
setPriorDateWithDayPrecision
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)
-