Interface EdiQualifier

All Known Implementing Classes:
AccountNumberQualifier, AdjustmentGroup, AmbulanceConditionCode, AmbulanceTransportReason, AmountType, ClaimOrEncounterIdentifierType, ClaimStatus, DateFormatType, DateType, DfiQualifier, DiagType, DrugIdentificationType, EntityRole, EntityType, GenderType, HierarchicalChildType, HierarchicalLevelType, IdentificationType, InsurancePlanType, ModifierType, PayerRespSequenceType, PaymentMethodType, ProcType, ProviderTaxonomyType, ProviderType, QuantityType, RbcsCategoryType, ReferenceType, RelationshipType, TransactionHandlingCode, TransactionSetType, UbCodeType, UnitType

public interface EdiQualifier
  • Field Details

  • Method Details

    • ediValue

      String ediValue()
    • desc

      String desc()
    • name

      String name()
    • codeSource

      default String codeSource()
    • toSummaryString

      default String toSummaryString()
    • descAndCode

      default String descAndCode()
    • qualifierType

      default String qualifierType()
    • qualifierShortType

      default String qualifierShortType()
    • isMedicalCode

      default boolean isMedicalCode()
    • shortDesc

      default String shortDesc()
    • enumsToVals

      static Set<String> enumsToVals(Collection<? extends Enum<?>> enums)
    • enumNameToNameWithDashes

      static String enumNameToNameWithDashes(String enumName)
    • classesToStrings

      static Set<String> classesToStrings(Collection<Class<?>> enumClasses)