
Class ClaimResponse.AddItemDetailAdjudication
- 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
Definition: The adjudications results.
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescription<T extends ca.uhn.fhir.model.api.IElement>
 List<T> getAllPopulatedChildElementsOfType(Class<T> theType) Gets the value(s) for amount ().getCode()Gets the value(s) for code ().getValue()Gets the value(s) for value ().ca.uhn.fhir.model.primitive.DecimalDtGets the value(s) for value ().booleanisEmpty()Sets the value(s) for amount ()Sets the value(s) for code ()setValue(double theValue) Sets the value for value ()setValue(long theValue) Sets the value for value ()setValue(ca.uhn.fhir.model.primitive.DecimalDt theValue) Sets the value(s) for value ()setValue(BigDecimal theValue) Sets the value for value ()Methods inherited from class ca.uhn.fhir.model.api.BaseIdentifiableElementgetElementSpecificId, getId, setElementSpecificId, setId, setIdMethods inherited from class ca.uhn.fhir.model.api.BaseElementaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, getUserData, hasFormatComment, isBaseEmpty, setUserDataMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hl7.fhir.instance.model.api.IBasefhirType, getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, setUserDataMethods inherited from interface ca.uhn.fhir.model.api.IIdentifiableElementgetElementSpecificId, getId, setElementSpecificId, setId, setId
- 
Constructor Details- 
AddItemDetailAdjudicationpublic AddItemDetailAdjudication()
 
- 
- 
Method Details- 
isEmpty- Specified by:
- isEmptyin interface- org.hl7.fhir.instance.model.api.IBase
 
- 
getAllPopulatedChildElementsOfTypepublic <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType) - Specified by:
- getAllPopulatedChildElementsOfTypein interface- ca.uhn.fhir.model.api.ICompositeElement
 
- 
getCodeGets 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. 
- 
setCodeSets the value(s) for code ()Definition: Code indicating: Co-Pay, deductible, eligible, benefit, tax, etc. 
- 
getAmountGets the value(s) for amount (). creating it if it does not exist. Will not returnnull.Definition: Monetary amount associated with the code 
- 
setAmountSets the value(s) for amount ()Definition: Monetary amount associated with the code 
- 
getValueElementGets 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. 
- 
getValueGets 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. 
- 
setValuepublic ClaimResponse.AddItemDetailAdjudication 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. 
- 
setValueSets the value for value ()Definition: A non-monetary value for example a percentage. Mutually exclusive to the amount element above. 
- 
setValueSets the value for value ()Definition: A non-monetary value for example a percentage. Mutually exclusive to the amount element above. 
- 
setValueSets the value for value ()Definition: A non-monetary value for example a percentage. Mutually exclusive to the amount element above. 
 
-