Class ClaimResponse.AddItemAdjudication
- java.lang.Object
-
- ca.uhn.fhir.model.api.BaseElement
-
- ca.uhn.fhir.model.api.BaseIdentifiableElement
-
- ca.uhn.fhir.model.dstu2.resource.ClaimResponse.AddItemAdjudication
-
- 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:
- ClaimResponse
public static class ClaimResponse.AddItemAdjudication extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Block class for child element: ClaimResponse.addItem.adjudication ()Definition: The adjudications results.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AddItemAdjudication()
-
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)MoneyDtgetAmount()Gets the value(s) for amount ().CodingDtgetCode()Gets the value(s) for code ().BigDecimalgetValue()Gets the value(s) for value ().ca.uhn.fhir.model.primitive.DecimalDtgetValueElement()Gets the value(s) for value ().booleanisEmpty()ClaimResponse.AddItemAdjudicationsetAmount(MoneyDt theValue)Sets the value(s) for amount ()ClaimResponse.AddItemAdjudicationsetCode(CodingDt theValue)Sets the value(s) for code ()ClaimResponse.AddItemAdjudicationsetValue(double theValue)Sets the value for value ()ClaimResponse.AddItemAdjudicationsetValue(long theValue)Sets the value for value ()ClaimResponse.AddItemAdjudicationsetValue(ca.uhn.fhir.model.primitive.DecimalDt theValue)Sets the value(s) for value ()ClaimResponse.AddItemAdjudicationsetValue(BigDecimal theValue)Sets the value for value ()-
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
-
AddItemAdjudication
public AddItemAdjudication()
-
-
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
-
getCode
public CodingDt getCode()
Gets the value(s) for code (). creating it if it does not exist. Will not returnnull.Definition: Code indicating: Co-Pay, deductible, eligible, benefit, tax, etc.
-
setCode
public ClaimResponse.AddItemAdjudication setCode(CodingDt theValue)
Sets the value(s) for code ()Definition: Code indicating: Co-Pay, deductible, eligible, benefit, tax, etc.
-
getAmount
public MoneyDt getAmount()
Gets the value(s) for amount (). creating it if it does not exist. Will not returnnull.Definition: Monetary amount associated with the code
-
setAmount
public ClaimResponse.AddItemAdjudication setAmount(MoneyDt theValue)
Sets the value(s) for amount ()Definition: Monetary amount associated with the code
-
getValueElement
public ca.uhn.fhir.model.primitive.DecimalDt getValueElement()
Gets the value(s) for value (). creating it if it does not exist. Will not returnnull.Definition: A non-monetary value for example a percentage. Mutually exclusive to the amount element above.
-
getValue
public BigDecimal getValue()
Gets the value(s) for value (). creating it if it does not exist. This method may returnnull.Definition: A non-monetary value for example a percentage. Mutually exclusive to the amount element above.
-
setValue
public ClaimResponse.AddItemAdjudication setValue(ca.uhn.fhir.model.primitive.DecimalDt theValue)
Sets the value(s) for value ()Definition: A non-monetary value for example a percentage. Mutually exclusive to the amount element above.
-
setValue
public ClaimResponse.AddItemAdjudication setValue(long theValue)
Sets the value for value ()Definition: A non-monetary value for example a percentage. Mutually exclusive to the amount element above.
-
setValue
public ClaimResponse.AddItemAdjudication setValue(double theValue)
Sets the value for value ()Definition: A non-monetary value for example a percentage. Mutually exclusive to the amount element above.
-
setValue
public ClaimResponse.AddItemAdjudication setValue(BigDecimal theValue)
Sets the value for value ()Definition: A non-monetary value for example a percentage. Mutually exclusive to the amount element above.
-
-