Module libldt

Enum Benachrichtigungsgrund

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

public enum Benachrichtigungsgrund extends Enum<Benachrichtigungsgrund>
E049
  • Enum Constant Details

    • Pathologisch_auffaelligerBefund

      public static final Benachrichtigungsgrund Pathologisch_auffaelligerBefund
      Pathologisch auffälliger Befund
    • LebensbedrohlicherZustand

      public static final Benachrichtigungsgrund LebensbedrohlicherZustand
      Lebensbedrohlicher Zustand
    • Wiedervorstellung_empfohlen

      public static final Benachrichtigungsgrund Wiedervorstellung_empfohlen
      Wiedervorstellung empfohlen
    • Probenmaterial_nicht_verwendbar

      public static final Benachrichtigungsgrund Probenmaterial_nicht_verwendbar
      Probenmaterial nicht verwendbar
    • Probenmaterial_unvollstaendig

      public static final Benachrichtigungsgrund Probenmaterial_unvollstaendig
      Probenmaterial unvollständig
    • Meldung_nachKFRG_erfolgt

      public static final Benachrichtigungsgrund Meldung_nachKFRG_erfolgt
      Meldung nach KFRG* erfolgt
    • Meldung_nachIfSG_erfolgt

      public static final Benachrichtigungsgrund Meldung_nachIfSG_erfolgt
      Meldung nach IfSG** erfolgt * Krebsfrüherkennungs- und -registergesetz ** Infektionsschutzgesetz Hinweis: Die Information zur erfolgten Meldung nach KFRG bzw. IfSG erfolgt immer im Obj_0026, welches sich in dem Untersuchungsergebnis befindet, dass die Meldepflicht begründet.
  • Field Details

    • code

      public final String code
  • Method Details

    • values

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