Enum Class NarrativeFormat

java.lang.Object
java.lang.Enum<NarrativeFormat>
org.projecthusky.fhir.emed.ch.epr.narrative.html.NarrativeFormat
All Implemented Interfaces:
Serializable, Comparable<NarrativeFormat>, Constable

public enum NarrativeFormat extends Enum<NarrativeFormat>
  • Enum Constant Details

    • CH_EMED_EPR

      public static final NarrativeFormat CH_EMED_EPR
      CARA's own paper layout.
    • EMEDIPLAN

      public static final NarrativeFormat EMEDIPLAN
      Umbrella code for an eMediplan paper layout. This could be either CHMED16A or CHMED23A.
    • CHMED16A

      public static final NarrativeFormat CHMED16A
      Specifically CHMED16A paper layout.
    • CHMED23A

      public static final NarrativeFormat CHMED23A
      Spcecifically CHMED23A paper layout.
    • EPRESCRIPTION

      public static final NarrativeFormat EPRESCRIPTION
      ePrescription (eRezept) paper layout.
  • Method Details

    • values

      public static NarrativeFormat[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static NarrativeFormat valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null