Class PaymentReconciliation.Detail

java.lang.Object
ca.uhn.fhir.model.api.BaseElement
ca.uhn.fhir.model.api.BaseIdentifiableElement
ca.uhn.fhir.model.dstu2.resource.PaymentReconciliation.Detail
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:
PaymentReconciliation

public static class PaymentReconciliation.Detail extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Block class for child element: PaymentReconciliation.detail ()

Definition: List of individual settlement amounts and the corresponding transaction.

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
    • getType

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

      Definition: Code to indicate the nature of the payment, adjustment, funds advance, etc.

    • setType

      Sets the value(s) for type ()

      Definition: Code to indicate the nature of the payment, adjustment, funds advance, etc.

    • getRequest

      Gets the value(s) for request (). creating it if it does not exist. Will not return null.

      Definition: The claim or financial resource.

    • setRequest

      Sets the value(s) for request ()

      Definition: The claim or financial resource.

    • getResponce

      Gets the value(s) for responce (). creating it if it does not exist. Will not return null.

      Definition: The claim response resource.

    • setResponce

      Sets the value(s) for responce ()

      Definition: The claim response resource.

    • getSubmitter

      Gets the value(s) for submitter (). creating it if it does not exist. Will not return null.

      Definition: The Organization which submitted the invoice or financial transaction.

    • setSubmitter

      Sets the value(s) for submitter ()

      Definition: The Organization which submitted the invoice or financial transaction.

    • getPayee

      Gets the value(s) for payee (). creating it if it does not exist. Will not return null.

      Definition: The organization which is receiving the payment.

    • setPayee

      Sets the value(s) for payee ()

      Definition: The organization which is receiving the payment.

    • getDateElement

      public ca.uhn.fhir.model.primitive.DateDt getDateElement()
      Gets the value(s) for date (). creating it if it does not exist. Will not return null.

      Definition: The date of the invoice or financial resource.

    • getDate

      public Date getDate()
      Gets the value(s) for date (). creating it if it does not exist. This method may return null.

      Definition: The date of the invoice or financial resource.

    • setDate

      public PaymentReconciliation.Detail setDate(ca.uhn.fhir.model.primitive.DateDt theValue)
      Sets the value(s) for date ()

      Definition: The date of the invoice or financial resource.

    • setDateWithDayPrecision

      Sets the value for date ()

      Definition: The date of the invoice or financial resource.

    • setDate

      public PaymentReconciliation.Detail setDate(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision)
      Sets the value for date ()

      Definition: The date of the invoice or financial resource.

    • getAmount

      public MoneyDt getAmount()
      Gets the value(s) for amount (). creating it if it does not exist. Will not return null.

      Definition: Amount paid for this detail.

    • setAmount

      Sets the value(s) for amount ()

      Definition: Amount paid for this detail.