- All Implemented Interfaces:
Serializable,Comparable<Normwertspezifikation>,java.lang.constant.Constable
E052
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionFunktionsprofile 1) 1) Zur weiteren Spezifikation FK 8167 verwenden.Information zu Patientenspezifischer Einflussgröße "Alter" fehlteInformation zu Patientenspezifischer Einflussgröße "Geschlecht" fehlteInformation zu Patientenspezifischer Einflussgröße Alter und Geschlecht fehlteMethodenspezifische Standards nach DGKLMethodenspezifische Standards nach IFCC (u.a. serologische Verfahren)Methodenspezifische Standards nach WHOPatientenspezifische Einflussgröße "Alter" betreffendPatientenspezifische Einflussgröße "Alter + Geschlecht" betreffendPatientenspezifische Einflussgröße "Alter + SSW" betreffendPatientenspezifische Einflussgröße "Geschlecht" betreffendPatientenspezifische Einflussgröße "SSW" betreffendSonstige Standards 1)weitere patientenspezifische Einflussgrößen (z.B. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic NormwertspezifikationReturns the enum constant of this type with the specified name.static Normwertspezifikation[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
MethodenspezifischeStandards_nachWHO
Methodenspezifische Standards nach WHO -
MethodenspezifischeStandards_nachIFCC
Methodenspezifische Standards nach IFCC (u.a. serologische Verfahren) -
MethodenspezifischeStandards_nachDGKL
Methodenspezifische Standards nach DGKL -
SonstigeStandards
Sonstige Standards 1) -
PatientenspezifischeEinflussgroesseAlter_betreffend
Patientenspezifische Einflussgröße "Alter" betreffend -
PatientenspezifischeEinflussgroesseGeschlecht_betreffend
Patientenspezifische Einflussgröße "Geschlecht" betreffend -
PatientenspezifischeEinflussgroesseAlter_und_Geschlecht_betreffend
public static final Normwertspezifikation PatientenspezifischeEinflussgroesseAlter_und_Geschlecht_betreffendPatientenspezifische Einflussgröße "Alter + Geschlecht" betreffend -
PatientenspezifischeEinflussgroesseSSW_betreffend
Patientenspezifische Einflussgröße "SSW" betreffend -
PatientenspezifischeEinflussgroesseAlter_und_SSW_betreffend
public static final Normwertspezifikation PatientenspezifischeEinflussgroesseAlter_und_SSW_betreffendPatientenspezifische Einflussgröße "Alter + SSW" betreffend -
weitere_patientenspezifischeEinflussgroessen
weitere patientenspezifische Einflussgrößen (z.B. Medikation) 1) -
Information_zuPatientenspezifischerEinflussgroesseAlter_fehlte
public static final Normwertspezifikation Information_zuPatientenspezifischerEinflussgroesseAlter_fehlteInformation zu Patientenspezifischer Einflussgröße "Alter" fehlte -
Information_zuPatientenspezifischerEinflussgroesseGeschlecht_fehlte
public static final Normwertspezifikation Information_zuPatientenspezifischerEinflussgroesseGeschlecht_fehlteInformation zu Patientenspezifischer Einflussgröße "Geschlecht" fehlte -
InformationPatientenspezifischerEinflussgroesseAlterGeschlechtFehlte
public static final Normwertspezifikation InformationPatientenspezifischerEinflussgroesseAlterGeschlechtFehlteInformation zu Patientenspezifischer Einflussgröße Alter und Geschlecht fehlte -
Funktionsprofile
Funktionsprofile 1) 1) Zur weiteren Spezifikation FK 8167 verwenden.
-
-
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
-