- All Implemented Interfaces:
Serializable,Comparable<Abrechnungsinfo>,java.lang.constant.Constable
E050
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionGKV KrankenhausGKV LaborfacharztGKV Laborfacharzt präventivGKV LGGKV LG präventivGKV Muster 10CGKV Muster 6 / 39keine Zuordnung (nur zulässig im Obj_0027)ÖGDPKV KrankenhausPKV LaborfacharztPKV LGPräOP (Präoperative Laborleistungen**)Sonstige Kostenübernahmestorniert (nur in Satzart 8215-Nachforderung zulässig)* * der Workflow einer Stornierung muss zwischen Einsender und Labor definiert werden ** Laborleistungen, die dazu dienen, den Patienten auf eine ambulante oder belegärztliche Operation vorzubereiten, werden dem einsendenden Arzt in Rechnung gestellt und können nicht über die Kassenärztliche Vereinigung abgerechnet werden (vgl. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic AbrechnungsinfoReturns the enum constant of this type with the specified name.static Abrechnungsinfo[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
GKV_Laborfacharzt
GKV Laborfacharzt -
GKV_LG
GKV LG -
PKV_Laborfacharzt
PKV Laborfacharzt -
PKV_LG
PKV LG -
Selektivvertrag
-
IgeL
-
SonstigeKostenuebernahme
Sonstige Kostenübernahme -
ASV
-
GKV_Laborfacharzt_praeventiv
GKV Laborfacharzt präventiv -
GKV_LG_praeventiv
GKV LG präventiv -
keineZuordnung
keine Zuordnung (nur zulässig im Obj_0027) -
PraeOP
PräOP (Präoperative Laborleistungen**) -
GKV_Krankenhaus
GKV Krankenhaus -
PKV_Krankenhaus
PKV Krankenhaus -
GKV_Muster6_39
GKV Muster 6 / 39 -
GKV_Muster10C
GKV Muster 10C -
OeGD
ÖGD -
storniert
storniert (nur in Satzart 8215-Nachforderung zulässig)* * der Workflow einer Stornierung muss zwischen Einsender und Labor definiert werden ** Laborleistungen, die dazu dienen, den Patienten auf eine ambulante oder belegärztliche Operation vorzubereiten, werden dem einsendenden Arzt in Rechnung gestellt und können nicht über die Kassenärztliche Vereinigung abgerechnet werden (vgl. Abschnitt 31.1 des EBM)
-
-
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
-