Module libldt

Enum StatusPerson

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

public enum StatusPerson extends Enum<StatusPerson>
E027
  • Enum Constant Details

    • Erstveranlasser

      public static final StatusPerson Erstveranlasser
    • EinsenderArzt

      public static final StatusPerson EinsenderArzt
      Einsender Arzt
    • Einsender_sonstige

      public static final StatusPerson Einsender_sonstige
      Einsender sonstige
    • Versicherter

      public static final StatusPerson Versicherter
    • Rechnungsempfaenger

      public static final StatusPerson Rechnungsempfaenger
      Rechnungsempfänger
    • Bevollmaechtigter

      public static final StatusPerson Bevollmaechtigter
      Bevollmächtigter
    • Laborarzt_Befundersteller

      public static final StatusPerson Laborarzt_Befundersteller
      Laborarzt/Befundersteller
    • Leistungserbringer

      public static final StatusPerson Leistungserbringer
    • Softwareverantwortlicher

      public static final StatusPerson Softwareverantwortlicher
    • ZusaetzlicherBefundempfaenger

      public static final StatusPerson ZusaetzlicherBefundempfaenger
      Zusätzlicher Befundempfänger
    • Halter

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

      public static final StatusPerson Patient
    • Ueberweiser

      public static final StatusPerson Ueberweiser
      Überweiser
    • sonstige_juristischePerson

      public static final StatusPerson sonstige_juristischePerson
      sonstige juristische Person
    • Medizinischtechnische_rAssistent_in

      public static final StatusPerson Medizinischtechnische_rAssistent_in
      Medizinisch-technische/r Assistent/in (MTA)
    • Medizinische_rFachangestellte_r

      public static final StatusPerson Medizinische_rFachangestellte_r
      Medizinische/r Fachangestellte/r (MFA)
  • Field Details

    • code

      public final String code
  • Method Details

    • values

      public static StatusPerson[] 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 StatusPerson 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