Module libldt

Enum Normwertspezifikation

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

public enum Normwertspezifikation extends Enum<Normwertspezifikation>
E052
  • Enum Constant Details

    • MethodenspezifischeStandards_nachWHO

      public static final Normwertspezifikation MethodenspezifischeStandards_nachWHO
      Methodenspezifische Standards nach WHO
    • MethodenspezifischeStandards_nachIFCC

      public static final Normwertspezifikation MethodenspezifischeStandards_nachIFCC
      Methodenspezifische Standards nach IFCC (u.a. serologische Verfahren)
    • MethodenspezifischeStandards_nachDGKL

      public static final Normwertspezifikation MethodenspezifischeStandards_nachDGKL
      Methodenspezifische Standards nach DGKL
    • SonstigeStandards

      public static final Normwertspezifikation SonstigeStandards
      Sonstige Standards 1)
    • PatientenspezifischeEinflussgroesseAlter_betreffend

      public static final Normwertspezifikation PatientenspezifischeEinflussgroesseAlter_betreffend
      Patientenspezifische Einflussgröße "Alter" betreffend
    • PatientenspezifischeEinflussgroesseGeschlecht_betreffend

      public static final Normwertspezifikation PatientenspezifischeEinflussgroesseGeschlecht_betreffend
      Patientenspezifische Einflussgröße "Geschlecht" betreffend
    • PatientenspezifischeEinflussgroesseAlter_und_Geschlecht_betreffend

      public static final Normwertspezifikation PatientenspezifischeEinflussgroesseAlter_und_Geschlecht_betreffend
      Patientenspezifische Einflussgröße "Alter + Geschlecht" betreffend
    • PatientenspezifischeEinflussgroesseSSW_betreffend

      public static final Normwertspezifikation PatientenspezifischeEinflussgroesseSSW_betreffend
      Patientenspezifische Einflussgröße "SSW" betreffend
    • PatientenspezifischeEinflussgroesseAlter_und_SSW_betreffend

      public static final Normwertspezifikation PatientenspezifischeEinflussgroesseAlter_und_SSW_betreffend
      Patientenspezifische Einflussgröße "Alter + SSW" betreffend
    • weitere_patientenspezifischeEinflussgroessen

      public static final Normwertspezifikation weitere_patientenspezifischeEinflussgroessen
      weitere patientenspezifische Einflussgrößen (z.B. Medikation) 1)
    • Information_zuPatientenspezifischerEinflussgroesseAlter_fehlte

      public static final Normwertspezifikation Information_zuPatientenspezifischerEinflussgroesseAlter_fehlte
      Information zu Patientenspezifischer Einflussgröße "Alter" fehlte
    • Information_zuPatientenspezifischerEinflussgroesseGeschlecht_fehlte

      public static final Normwertspezifikation Information_zuPatientenspezifischerEinflussgroesseGeschlecht_fehlte
      Information zu Patientenspezifischer Einflussgröße "Geschlecht" fehlte
    • InformationPatientenspezifischerEinflussgroesseAlterGeschlechtFehlte

      public static final Normwertspezifikation InformationPatientenspezifischerEinflussgroesseAlterGeschlechtFehlte
      Information zu Patientenspezifischer Einflussgröße Alter und Geschlecht fehlte
    • Funktionsprofile

      public static final Normwertspezifikation Funktionsprofile
      Funktionsprofile 1) 1) Zur weiteren Spezifikation FK 8167 verwenden.
  • Field Details

    • code

      public final String code
  • Method Details

    • values

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