Class InvoiceStatus

  • All Implemented Interfaces:
    Visitable

    @Generated("com.ibm.fhir.tools.CodeGenerator")
    public class InvoiceStatus
    extends Code
    • Field Detail

      • DRAFT

        public static final InvoiceStatus DRAFT
        draft

        the invoice has been prepared but not yet finalized.

      • ISSUED

        public static final InvoiceStatus ISSUED
        issued

        the invoice has been finalized and sent to the recipient.

      • BALANCED

        public static final InvoiceStatus BALANCED
        balanced

        the invoice has been balaced / completely paid.

      • CANCELLED

        public static final InvoiceStatus CANCELLED
        cancelled

        the invoice was cancelled.

      • ENTERED_IN_ERROR

        public static final InvoiceStatus ENTERED_IN_ERROR
        entered in error

        the invoice was determined as entered in error before it was issued.

    • Method Detail

      • of

        public static InvoiceStatus of​(String value)
        Factory method for creating InvoiceStatus objects from a passed string value.
        Parameters:
        value - A string that matches one of the allowed code values
        Throws:
        IllegalArgumentException - If the passed string cannot be parsed into an allowed code value
      • string

        public static String string​(String value)
        Inherited factory method for creating InvoiceStatus objects from a passed string value.
        Parameters:
        value - A string that matches one of the allowed code values
        Throws:
        IllegalArgumentException - If the passed string cannot be parsed into an allowed code value
      • code

        public static Code code​(String value)
        Inherited factory method for creating InvoiceStatus objects from a passed string value.
        Parameters:
        value - A string that matches one of the allowed code values
        Throws:
        IllegalArgumentException - If the passed string cannot be parsed into an allowed code value
      • equals

        public boolean equals​(Object obj)
        Overrides:
        equals in class Code
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Code