Interface InvoiceStatus


  • public interface InvoiceStatus
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static com.babylonhealth.lit.hl7.INVOICE_STATUS BALANCED  
      static com.babylonhealth.lit.hl7.INVOICE_STATUS CANCELLED  
      static com.babylonhealth.lit.hl7.INVOICE_STATUS DRAFT  
      static com.babylonhealth.lit.hl7.INVOICE_STATUS ENTERED_IN_ERROR  
      static com.babylonhealth.lit.hl7.INVOICE_STATUS ISSUED  
    • Field Detail

      • BALANCED

        static final com.babylonhealth.lit.hl7.INVOICE_STATUS BALANCED
      • CANCELLED

        static final com.babylonhealth.lit.hl7.INVOICE_STATUS CANCELLED
      • DRAFT

        static final com.babylonhealth.lit.hl7.INVOICE_STATUS DRAFT
      • ENTERED_IN_ERROR

        static final com.babylonhealth.lit.hl7.INVOICE_STATUS ENTERED_IN_ERROR
      • ISSUED

        static final com.babylonhealth.lit.hl7.INVOICE_STATUS ISSUED