- All Implemented Interfaces:
Serializable,Comparable<Dokumententyp>,java.lang.constant.Constable
E053
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAllergie/RASTAuftragsdokument IGeLAuftragsdokument PKV-FAAuftragsdokument PKV-LGAuftragsdokument SelektivvertragAuftragsdokument Sonstige KostenübernahmeEinverständniserklärung lt.LDT-DatensatzMeldung gemäß IfSG (Infektionsschutz-Gesetz)Meldung KrebsregisterMuster 10Muster 10AMuster 39Muster 6Hinweis: Werte 001 bis 089 reserviert für Muster der vertragsärztlichen Versorgungweitere laborspezifische Dokumente -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic DokumententypReturns the enum constant of this type with the specified name.static Dokumententyp[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
Muster6
Muster 6 -
Muster10
Muster 10 -
Muster10A
Muster 10A -
Muster39
Muster 39 -
AuftragsdokumentPKV_FA
Auftragsdokument PKV-FA -
AuftragsdokumentPKV_LG
Auftragsdokument PKV-LG -
AuftragsdokumentIGeL
Auftragsdokument IGeL -
AuftragsdokumentSonstigeKostenuebernahme
Auftragsdokument Sonstige Kostenübernahme -
AuftragsdokumentSelektivvertrag
Auftragsdokument Selektivvertrag -
Laborbefund
-
Mutterpass
-
Impfpass
-
Notfallausweis
-
Patientenbefund
-
Medikationsplan
-
Verlaufsbericht
-
Behandlungsbericht
-
Einverstaendniserklaerung_lt_GenDG
Einverständniserklärung lt. GenDG (Gen-Diagnostik-Gesetz) -
weitere_laborspezifischeDokumente
weitere laborspezifische Dokumente -
Allergie_RAST
Allergie/RAST -
Molekulardiagnostik
-
Endokrinologie
-
Virologie
-
Mikrobiologie
-
Funktionsdiagnostik
-
Infektionsserologie
-
Kinderwunsch
-
Meldung_gemaessIfSG
Meldung gemäß IfSG (Infektionsschutz-Gesetz) -
MeldungKrebsregister
Meldung Krebsregister -
Normbereichsgrafik
-
Rechnung
-
LDT_Datensatz
LDT-Datensatz -
sonstige
Hinweis: Werte 001 bis 089 reserviert für Muster der vertragsärztlichen Versorgung
-
-
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
-