- All Implemented Interfaces:
Serializable,Comparable<Dringlichkeit>,java.lang.constant.Constable
E032
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDer Patient ist nicht vital bedroht, aber eine routinemäßige Abarbeitung der Proben beeinträchtigt das therapeutische Vorgehen (z.B.Notfall/intraoperativ Es besteht der Verdacht bzw. der Patient ist vital bedroht oder der Befund ist für das weitere operative Vorgehen maßgeblich. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic DringlichkeitReturns the enum constant of this type with the specified name.static Dringlichkeit[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
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
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
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-