Class ClaimResponse.ItemAdjudication

java.lang.Object
ca.uhn.fhir.model.api.BaseElement
ca.uhn.fhir.model.api.BaseIdentifiableElement
ca.uhn.fhir.model.dstu2.resource.ClaimResponse.ItemAdjudication
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.ItemAdjudication extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Block class for child element: ClaimResponse.item.adjudication ()

Definition: The adjudications results.

See Also:
  • Constructor Details

  • Method Details

    • isEmpty

      public boolean isEmpty()
      Specified by:
      isEmpty in interface org.hl7.fhir.instance.model.api.IBase
    • getAllPopulatedChildElementsOfType

      public <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
      Specified by:
      getAllPopulatedChildElementsOfType in interface ca.uhn.fhir.model.api.ICompositeElement
    • getCode

      public CodingDt getCode()
      Gets the value(s) for code (). creating it if it does not exist. Will not return null.

      Definition: Code indicating: Co-Pay, deductible, eligible, benefit, tax, etc.

    • setCode

      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 return null.

      Definition: Monetary amount associated with the code

    • setAmount

      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 return null.

      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 return null.

      Definition: A non-monetary value for example a percentage. Mutually exclusive to the amount element above.

    • setValue

      public ClaimResponse.ItemAdjudication 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.ItemAdjudication 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.ItemAdjudication 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

      Sets the value for value ()

      Definition: A non-monetary value for example a percentage. Mutually exclusive to the amount element above.