Module libldt

Enum Dokumententyp

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

public enum Dokumententyp extends Enum<Dokumententyp>
E053
  • Enum Constant Details

    • Muster6

      public static final Dokumententyp Muster6
      Muster 6
    • Muster10

      public static final Dokumententyp Muster10
      Muster 10
    • Muster10A

      public static final Dokumententyp Muster10A
      Muster 10A
    • Muster39

      public static final Dokumententyp Muster39
      Muster 39
    • AuftragsdokumentPKV_FA

      public static final Dokumententyp AuftragsdokumentPKV_FA
      Auftragsdokument PKV-FA
    • AuftragsdokumentPKV_LG

      public static final Dokumententyp AuftragsdokumentPKV_LG
      Auftragsdokument PKV-LG
    • AuftragsdokumentIGeL

      public static final Dokumententyp AuftragsdokumentIGeL
      Auftragsdokument IGeL
    • AuftragsdokumentSonstigeKostenuebernahme

      public static final Dokumententyp AuftragsdokumentSonstigeKostenuebernahme
      Auftragsdokument Sonstige Kostenübernahme
    • AuftragsdokumentSelektivvertrag

      public static final Dokumententyp AuftragsdokumentSelektivvertrag
      Auftragsdokument Selektivvertrag
    • Laborbefund

      public static final Dokumententyp Laborbefund
    • Mutterpass

      public static final Dokumententyp Mutterpass
    • Impfpass

      public static final Dokumententyp Impfpass
    • Notfallausweis

      public static final Dokumententyp Notfallausweis
    • Patientenbefund

      public static final Dokumententyp Patientenbefund
    • Medikationsplan

      public static final Dokumententyp Medikationsplan
    • Verlaufsbericht

      public static final Dokumententyp Verlaufsbericht
    • Behandlungsbericht

      public static final Dokumententyp Behandlungsbericht
    • Einverstaendniserklaerung_lt_GenDG

      public static final Dokumententyp Einverstaendniserklaerung_lt_GenDG
      Einverständniserklärung lt. GenDG (Gen-Diagnostik-Gesetz)
    • weitere_laborspezifischeDokumente

      public static final Dokumententyp weitere_laborspezifischeDokumente
      weitere laborspezifische Dokumente
    • Allergie_RAST

      public static final Dokumententyp Allergie_RAST
      Allergie/RAST
    • Molekulardiagnostik

      public static final Dokumententyp Molekulardiagnostik
    • Endokrinologie

      public static final Dokumententyp Endokrinologie
    • Virologie

      public static final Dokumententyp Virologie
    • Mikrobiologie

      public static final Dokumententyp Mikrobiologie
    • Funktionsdiagnostik

      public static final Dokumententyp Funktionsdiagnostik
    • Infektionsserologie

      public static final Dokumententyp Infektionsserologie
    • Kinderwunsch

      public static final Dokumententyp Kinderwunsch
    • Meldung_gemaessIfSG

      public static final Dokumententyp Meldung_gemaessIfSG
      Meldung gemäß IfSG (Infektionsschutz-Gesetz)
    • MeldungKrebsregister

      public static final Dokumententyp MeldungKrebsregister
      Meldung Krebsregister
    • Normbereichsgrafik

      public static final Dokumententyp Normbereichsgrafik
    • Rechnung

      public static final Dokumententyp Rechnung
    • LDT_Datensatz

      public static final Dokumententyp LDT_Datensatz
      LDT-Datensatz
    • sonstige

      public static final Dokumententyp sonstige
      Hinweis: Werte 001 bis 089 reserviert für Muster der vertragsärztlichen Versorgung
  • Field Details

    • code

      public final String code
  • Method Details

    • values

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