Class Claim.ItemProsthesis
- java.lang.Object
-
- ca.uhn.fhir.model.api.BaseElement
-
- ca.uhn.fhir.model.api.BaseIdentifiableElement
-
- ca.uhn.fhir.model.dstu2.resource.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
Block class for child element: Claim.item.prosthesis ()Definition: The materials and placement date of prior fixed prosthesis.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ItemProsthesis()
-
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)BooleangetInitial()Gets the value(s) for initial ().ca.uhn.fhir.model.primitive.BooleanDtgetInitialElement()Gets the value(s) for initial ().DategetPriorDate()Gets the value(s) for priorDate ().ca.uhn.fhir.model.primitive.DateDtgetPriorDateElement()Gets the value(s) for priorDate ().CodingDtgetPriorMaterial()Gets the value(s) for priorMaterial ().booleanisEmpty()Claim.ItemProsthesissetInitial(boolean theBoolean)Sets the value for initial ()Claim.ItemProsthesissetInitial(ca.uhn.fhir.model.primitive.BooleanDt theValue)Sets the value(s) for initial ()Claim.ItemProsthesissetPriorDate(ca.uhn.fhir.model.primitive.DateDt theValue)Sets the value(s) for priorDate ()Claim.ItemProsthesissetPriorDate(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision)Sets the value for priorDate ()Claim.ItemProsthesissetPriorDateWithDayPrecision(Date theDate)Sets the value for priorDate ()Claim.ItemProsthesissetPriorMaterial(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
-
-
-
-
Constructor Detail
-
ItemProsthesis
public ItemProsthesis()
-
-
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
-
getInitialElement
public ca.uhn.fhir.model.primitive.BooleanDt 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
public Boolean 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
public Claim.ItemProsthesis setInitial(ca.uhn.fhir.model.primitive.BooleanDt theValue)
Sets the value(s) for initial ()Definition: Indicates whether this is the initial placement of a fixed prosthesis.
-
setInitial
public Claim.ItemProsthesis setInitial(boolean theBoolean)
Sets the value for initial ()Definition: Indicates whether this is the initial placement of a fixed prosthesis.
-
getPriorDateElement
public ca.uhn.fhir.model.primitive.DateDt getPriorDateElement()
Gets the value(s) for priorDate (). creating it if it does not exist. Will not returnnull.Definition: Date of the initial placement.
-
getPriorDate
public Date 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
public Claim.ItemProsthesis setPriorDate(ca.uhn.fhir.model.primitive.DateDt theValue)
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
public Claim.ItemProsthesis setPriorDateWithDayPrecision(Date theDate)
Sets the value for priorDate ()Definition: Date of the initial placement.
-
getPriorMaterial
public CodingDt 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
public Claim.ItemProsthesis setPriorMaterial(CodingDt theValue)
Sets the value(s) for priorMaterial ()Definition: Material of the prior denture or bridge prosthesis. (Oral)
-
-