Module libldt

Enum Nachweisverfahren

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

public enum Nachweisverfahren extends Enum<Nachweisverfahren>
E069
  • Enum Constant Details

    • sonstige_wennErreger_und_Resistenz_angefordert

      public static final Nachweisverfahren sonstige_wennErreger_und_Resistenz_angefordert
      sonstige, wenn Erreger + Resistenz angefordert
    • AntigenNachweis

      public static final Nachweisverfahren AntigenNachweis
      Antigen-Nachweis
    • PCR

      public static final Nachweisverfahren PCR
    • Mikroskopie

      public static final Nachweisverfahren Mikroskopie
    • Aglutination

      public static final Nachweisverfahren Aglutination
    • Kultur

      public static final Nachweisverfahren Kultur
    • BiochemischeIdentifikation

      public static final Nachweisverfahren BiochemischeIdentifikation
      Biochemische Identifikation (z.B. Vitek)
    • MaldiTof

      public static final Nachweisverfahren MaldiTof
      Maldi-Tof
  • Field Details

    • code

      public final String code
  • Method Details

    • values

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