Enum Class AbdaCodeSystem

java.lang.Object
java.lang.Enum<AbdaCodeSystem>
de.gematik.test.erezept.fhir.parser.profiles.systems.AbdaCodeSystem
All Implemented Interfaces:
de.gematik.bbriccs.fhir.coding.WithCodeSystem, de.gematik.bbriccs.fhir.coding.WithSystem, Serializable, Comparable<AbdaCodeSystem>, Constable

public enum AbdaCodeSystem extends Enum<AbdaCodeSystem> implements de.gematik.bbriccs.fhir.coding.WithCodeSystem
  • Enum Constant Details

    • INVOICE_TYPE

      public static final AbdaCodeSystem INVOICE_TYPE
    • MEDICATIONDISPENSE_TYPE

      public static final AbdaCodeSystem MEDICATIONDISPENSE_TYPE
    • KOSTEN_VERSICHERTER_KATEGORIE

      public static final AbdaCodeSystem KOSTEN_VERSICHERTER_KATEGORIE
    • ZUSATZATTRIBUTE_GRUPPE

      public static final AbdaCodeSystem ZUSATZATTRIBUTE_GRUPPE
    • ZUSATZATTRIBUTE_FAM_SCHLUESSEL_MARKT

      public static final AbdaCodeSystem ZUSATZATTRIBUTE_FAM_SCHLUESSEL_MARKT
    • ABRECHNUNGSTYP

      public static final AbdaCodeSystem ABRECHNUNGSTYP
    • COMPOSITION_TYPES

      public static final AbdaCodeSystem COMPOSITION_TYPES
  • Method Details

    • values

      public static AbdaCodeSystem[] 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 AbdaCodeSystem 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
    • toString

      public String toString()
      Overrides:
      toString in class Enum<AbdaCodeSystem>