public static class ClaimResponse.AddItemDetailAdjudication extends BaseIdentifiableElement implements IResourceBlock
Definition: The adjudications results.
| Constructor and Description |
|---|
AddItemDetailAdjudication() |
| Modifier and Type | Method and Description |
|---|---|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
MoneyDt |
getAmount()
Gets the value(s) for amount ().
|
CodingDt |
getCode()
Gets the value(s) for code ().
|
BigDecimal |
getValue()
Gets the value(s) for value ().
|
DecimalDt |
getValueElement()
Gets the value(s) for value ().
|
boolean |
isEmpty() |
ClaimResponse.AddItemDetailAdjudication |
setAmount(MoneyDt theValue)
Sets the value(s) for amount ()
|
ClaimResponse.AddItemDetailAdjudication |
setCode(CodingDt theValue)
Sets the value(s) for code ()
|
ClaimResponse.AddItemDetailAdjudication |
setValue(BigDecimal theValue)
Sets the value for value ()
|
ClaimResponse.AddItemDetailAdjudication |
setValue(DecimalDt theValue)
Sets the value(s) for value ()
|
ClaimResponse.AddItemDetailAdjudication |
setValue(double theValue)
Sets the value for value ()
|
ClaimResponse.AddItemDetailAdjudication |
setValue(long theValue)
Sets the value for value ()
|
getElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetElementSpecificId, getId, setElementSpecificId, setId, setIdpublic AddItemDetailAdjudication()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic CodingDt getCode()
null.
Definition: Code indicating: Co-Pay, deductible, eligible, benefit, tax, etc.
public ClaimResponse.AddItemDetailAdjudication setCode(CodingDt theValue)
Definition: Code indicating: Co-Pay, deductible, eligible, benefit, tax, etc.
public MoneyDt getAmount()
null.
Definition: Monetary amount associated with the code
public ClaimResponse.AddItemDetailAdjudication setAmount(MoneyDt theValue)
Definition: Monetary amount associated with the code
public DecimalDt getValueElement()
null.
Definition: A non-monetary value for example a percentage. Mutually exclusive to the amount element above.
public BigDecimal getValue()
null.
Definition: A non-monetary value for example a percentage. Mutually exclusive to the amount element above.
public ClaimResponse.AddItemDetailAdjudication setValue(DecimalDt theValue)
Definition: A non-monetary value for example a percentage. Mutually exclusive to the amount element above.
public ClaimResponse.AddItemDetailAdjudication setValue(long theValue)
Definition: A non-monetary value for example a percentage. Mutually exclusive to the amount element above.
public ClaimResponse.AddItemDetailAdjudication setValue(double theValue)
Definition: A non-monetary value for example a percentage. Mutually exclusive to the amount element above.
public ClaimResponse.AddItemDetailAdjudication setValue(BigDecimal theValue)
Definition: A non-monetary value for example a percentage. Mutually exclusive to the amount element above.
Copyright © 2014–2016 University Health Network. All rights reserved.