Enum Class AmountType

java.lang.Object
java.lang.Enum<AmountType>
hdi.model.enumtype.AmountType
All Implemented Interfaces:
EdiQualifier, Serializable, Comparable<AmountType>, Constable

public enum AmountType extends Enum<AmountType> implements EdiQualifier
  • Enum Constant Details

    • PATIENT_PAID

      public static final AmountType PATIENT_PAID
    • PATIENT_RESP

      public static final AmountType PATIENT_RESP
    • OWED

      public static final AmountType OWED
    • NON_COVERED

      public static final AmountType NON_COVERED
    • PAYER_PAID

      public static final AmountType PAYER_PAID
    • COVERAGE_AMOUNT

      public static final AmountType COVERAGE_AMOUNT
    • DISCOUNT_AMOUNT

      public static final AmountType DISCOUNT_AMOUNT
    • ALLOWED_ACTUAL

      public static final AmountType ALLOWED_ACTUAL
    • DEDUCTION

      public static final AmountType DEDUCTION
    • SERVICE_TAX

      public static final AmountType SERVICE_TAX
    • TAX

      public static final AmountType TAX
    • POSTAGE

      public static final AmountType POSTAGE
    • MISC_TAX

      public static final AmountType MISC_TAX
    • RETURNED

      public static final AmountType RETURNED
  • Method Details

    • values

      public static AmountType[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static AmountType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • fromEdi

      public static AmountType fromEdi(String ediCode)
    • ediValue

      public String ediValue()
      Specified by:
      ediValue in interface EdiQualifier
    • desc

      public String desc()
      Specified by:
      desc in interface EdiQualifier