Module libldt

Enum DarstellungErgebniswerte

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

public enum DarstellungErgebniswerte extends Enum<DarstellungErgebniswerte>
E058
  • Enum Constant Details

    • numerisch

      public static final DarstellungErgebniswerte numerisch
      numerisch (exponentielle Darstellung möglich)
    • numerisch_mitMesswertuntergrenze

      public static final DarstellungErgebniswerte numerisch_mitMesswertuntergrenze
      numerisch mit Messwertuntergrenze
    • numerisch_mitMesswertobergrenze

      public static final DarstellungErgebniswerte numerisch_mitMesswertobergrenze
      numerisch mit Messwertobergrenze
    • alphanumerisch

      public static final DarstellungErgebniswerte alphanumerisch
      alpha-numerisch
    • Titer

      public static final DarstellungErgebniswerte Titer
    • Titer_mitUntergrenze

      public static final DarstellungErgebniswerte Titer_mitUntergrenze
      Titer mit Untergrenze
    • Titer_mitObergrenze

      public static final DarstellungErgebniswerte Titer_mitObergrenze
      Titer mit Obergrenze
    • trinaeresTestergebnis_1_2_3

      public static final DarstellungErgebniswerte trinaeresTestergebnis_1_2_3
      trinäres Testergebnis: 1 | 2 | 3 **
    • Sonstige

      public static final DarstellungErgebniswerte Sonstige
      Beispiele 01: 47.85, 5.00E+07, 1x10^6 02: <100, <1.00E+04 03: >2000, >5.00E+04 04: positiv, negativ, A positiv * 05: 1:2 06: <1:2 07: >1:2 08: 1, 2, 3 ** * für die Übertragung von Blutgruppen ist vorzugsweise das Obj_0055 zu verwenden ** Abbildung der Regel E169
  • Field Details

    • code

      public final String code
  • Method Details

    • values

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