Module libldt

Enum Einsenderstatus

java.lang.Object
java.lang.Enum<Einsenderstatus>
libldt3.model.enums.Einsenderstatus
All Implemented Interfaces:
Serializable, Comparable<Einsenderstatus>, java.lang.constant.Constable

public enum Einsenderstatus extends Enum<Einsenderstatus>
E023
  • Enum Constant Details

    • Erstveranlasser

      public static final Einsenderstatus Erstveranlasser
    • EinsenderArzt

      public static final Einsenderstatus EinsenderArzt
      Einsender Arzt
    • Einsender_sonstige

      public static final Einsenderstatus Einsender_sonstige
      Einsender sonstige
    • Versicherter

      public static final Einsenderstatus Versicherter
    • Rechnungsempfaenger

      public static final Einsenderstatus Rechnungsempfaenger
      Rechnungsempfänger
    • Bevollmaechtigter

      public static final Einsenderstatus Bevollmaechtigter
      Bevollmächtigter
    • Laborarzt_Befundersteller

      public static final Einsenderstatus Laborarzt_Befundersteller
      Laborarzt/Befundersteller
    • Leistungserbringer

      public static final Einsenderstatus Leistungserbringer
    • Halter

      public static final Einsenderstatus Halter
      Halter (eines Tieres)
    • Patient

      public static final Einsenderstatus Patient
    • Ueberweiser

      public static final Einsenderstatus Ueberweiser
      Überweiser
    • staatlicheEinrichtung

      public static final Einsenderstatus staatlicheEinrichtung
      staatliche Einrichtung
    • sonstige_juristischePerson

      public static final Einsenderstatus sonstige_juristischePerson
      sonstige juristische Person
    • sonstige_medizinischeEinrichtung

      public static final Einsenderstatus sonstige_medizinischeEinrichtung
      sonstige medizinische Einrichtung
  • Field Details

    • code

      public final String code
  • Method Details

    • values

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

      public static Einsenderstatus valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null