Enum Class DelayReasonType

java.lang.Object
java.lang.Enum<DelayReasonType>
hdi.model.claim.DelayReasonType
All Implemented Interfaces:
hdi.edi.qualifier.EdiQualifier, Serializable, Comparable<DelayReasonType>, Constable

public enum DelayReasonType extends Enum<DelayReasonType> implements hdi.edi.qualifier.EdiQualifier
  • Enum Constant Details

    • PROOF_OF_ELIGIBILITY_UNKNOWN

      public static final DelayReasonType PROOF_OF_ELIGIBILITY_UNKNOWN
    • LITIGATION

      public static final DelayReasonType LITIGATION
    • AUTHORIZATION_DELAYS

      public static final DelayReasonType AUTHORIZATION_DELAYS
    • DELAY_IN_CERTIFYING_PROVIDER

      public static final DelayReasonType DELAY_IN_CERTIFYING_PROVIDER
    • DELAY_IN_SUPPLYING_BILLING_FORMS

      public static final DelayReasonType DELAY_IN_SUPPLYING_BILLING_FORMS
    • DELAY_IN_DELIVERY_OF_APPLIANCES

      public static final DelayReasonType DELAY_IN_DELIVERY_OF_APPLIANCES
    • THIRD_PARTY_PROCESSING_DELAY

      public static final DelayReasonType THIRD_PARTY_PROCESSING_DELAY
    • DELAY_IN_ELIGIBILITY_DETERMINATION

      public static final DelayReasonType DELAY_IN_ELIGIBILITY_DETERMINATION
    • CLAIM_REJECTED_OR_DENIED

      public static final DelayReasonType CLAIM_REJECTED_OR_DENIED
    • ADMINISTRATION_DELAY

      public static final DelayReasonType ADMINISTRATION_DELAY
    • OTHER

      public static final DelayReasonType OTHER
    • NATURAL_DISASTER

      public static final DelayReasonType NATURAL_DISASTER
  • Method Details

    • values

      public static DelayReasonType[] 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 DelayReasonType 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 DelayReasonType fromEdi(String ediCode)
    • ediEltId

      public String ediEltId()
      Specified by:
      ediEltId in interface hdi.edi.qualifier.EdiQualifier
    • ediValue

      public String ediValue()
      Specified by:
      ediValue in interface hdi.edi.qualifier.EdiQualifier
    • desc

      public String desc()
      Specified by:
      desc in interface hdi.edi.qualifier.EdiQualifier