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.
| Constructor and Description |
|---|
ItemProsthesis() |
| Modifier and Type | Method and Description |
|---|---|
<T extends ca.uhn.fhir.model.api.IElement> |
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 ()
|
getElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, hasFormatComment, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic ItemProsthesis()
public boolean isEmpty()
isEmpty in interface org.hl7.fhir.instance.model.api.IBasepublic <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ca.uhn.fhir.model.api.ICompositeElementpublic ca.uhn.fhir.model.primitive.BooleanDt getInitialElement()
null.
Definition: Indicates whether this is the initial placement of a fixed prosthesis.
public Boolean getInitial()
null.
Definition: Indicates whether this is the initial placement of a fixed prosthesis.
public Claim.ItemProsthesis setInitial(ca.uhn.fhir.model.primitive.BooleanDt theValue)
Definition: Indicates whether this is the initial placement of a fixed prosthesis.
public Claim.ItemProsthesis setInitial(boolean theBoolean)
Definition: Indicates whether this is the initial placement of a fixed prosthesis.
public ca.uhn.fhir.model.primitive.DateDt getPriorDateElement()
null.
Definition: Date of the initial placement.
public Date getPriorDate()
null.
Definition: Date of the initial placement.
public Claim.ItemProsthesis setPriorDate(ca.uhn.fhir.model.primitive.DateDt theValue)
Definition: Date of the initial placement.
public Claim.ItemProsthesis setPriorDateWithDayPrecision(Date theDate)
Definition: Date of the initial placement.
public Claim.ItemProsthesis setPriorDate(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision)
Definition: Date of the initial placement.
public CodingDt getPriorMaterial()
null.
Definition: Material of the prior denture or bridge prosthesis. (Oral)
public Claim.ItemProsthesis setPriorMaterial(CodingDt theValue)
Definition: Material of the prior denture or bridge prosthesis. (Oral)
Copyright © 2014–2018 University Health Network. All rights reserved.