Module libldt

Enum Dringlichkeit

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

public enum Dringlichkeit extends Enum<Dringlichkeit>
E032
  • Enum Constant Details

    • Notfall_intraoperativ

      public static final Dringlichkeit Notfall_intraoperativ
      Notfall/intraoperativ Es besteht der Verdacht bzw. der Patient ist vital bedroht oder der Befund ist für das weitere operative Vorgehen maßgeblich. Für die Differentialdiagnostik ist die unverzügliche Erbringung und Übermittlung der Laborbefunde unabdingbar (z.B. Troponin zum Ausschluss akuter Myokardinfarkt, PTH bei Nebenschilddrüsen- OP, histologische Schnellschnitte bei Ablation mammae).
    • Eilig

      public static final Dringlichkeit Eilig
      Der Patient ist nicht vital bedroht, aber eine routinemäßige Abarbeitung der Proben beeinträchtigt das therapeutische Vorgehen (z.B. Quick bei Marcumar- Einstellung). Die Ergebnisse werden schnellstmöglich nach Probeneingang im Labor an den Einsender übermittelt. Einsender und Labor sollten sich über die Frist einigen.
  • Field Details

    • code

      public final String code
  • Method Details

    • values

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