Enum Timing.EventTiming

java.lang.Object
java.lang.Enum<Timing.EventTiming>
org.hl7.fhir.r4.model.Timing.EventTiming
All Implemented Interfaces:
Serializable, Comparable<Timing.EventTiming>
Enclosing class:
Timing

public static enum Timing.EventTiming extends Enum<Timing.EventTiming>
  • Enum Constant Details

    • MORN

      public static final Timing.EventTiming MORN
      Event occurs during the morning. The exact time is unspecified and established by institution convention or patient interpretation.
    • MORN_EARLY

      public static final Timing.EventTiming MORN_EARLY
      Event occurs during the early morning. The exact time is unspecified and established by institution convention or patient interpretation.
    • MORN_LATE

      public static final Timing.EventTiming MORN_LATE
      Event occurs during the late morning. The exact time is unspecified and established by institution convention or patient interpretation.
    • NOON

      public static final Timing.EventTiming NOON
      Event occurs around 12:00pm. The exact time is unspecified and established by institution convention or patient interpretation.
    • AFT

      public static final Timing.EventTiming AFT
      Event occurs during the afternoon. The exact time is unspecified and established by institution convention or patient interpretation.
    • AFT_EARLY

      public static final Timing.EventTiming AFT_EARLY
      Event occurs during the early afternoon. The exact time is unspecified and established by institution convention or patient interpretation.
    • AFT_LATE

      public static final Timing.EventTiming AFT_LATE
      Event occurs during the late afternoon. The exact time is unspecified and established by institution convention or patient interpretation.
    • EVE

      public static final Timing.EventTiming EVE
      Event occurs during the evening. The exact time is unspecified and established by institution convention or patient interpretation.
    • EVE_EARLY

      public static final Timing.EventTiming EVE_EARLY
      Event occurs during the early evening. The exact time is unspecified and established by institution convention or patient interpretation.
    • EVE_LATE

      public static final Timing.EventTiming EVE_LATE
      Event occurs during the late evening. The exact time is unspecified and established by institution convention or patient interpretation.
    • NIGHT

      public static final Timing.EventTiming NIGHT
      Event occurs during the night. The exact time is unspecified and established by institution convention or patient interpretation.
    • PHS

      public static final Timing.EventTiming PHS
      Event occurs [offset] after subject goes to sleep. The exact time is unspecified and established by institution convention or patient interpretation.
    • HS

      public static final Timing.EventTiming HS
      null
    • WAKE

      public static final Timing.EventTiming WAKE
      null
    • C

      public static final Timing.EventTiming C
      null
    • CM

      public static final Timing.EventTiming CM
      null
    • CD

      public static final Timing.EventTiming CD
      null
    • CV

      public static final Timing.EventTiming CV
      null
    • AC

      public static final Timing.EventTiming AC
      null
    • ACM

      public static final Timing.EventTiming ACM
      null
    • ACD

      public static final Timing.EventTiming ACD
      null
    • ACV

      public static final Timing.EventTiming ACV
      null
    • PC

      public static final Timing.EventTiming PC
      null
    • PCM

      public static final Timing.EventTiming PCM
      null
    • PCD

      public static final Timing.EventTiming PCD
      null
    • PCV

      public static final Timing.EventTiming PCV
      null
    • NULL

      public static final Timing.EventTiming NULL
      added to help the parsers with the generic types
  • Method Details

    • values

      public static Timing.EventTiming[] 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 Timing.EventTiming 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
    • fromCode

      public static Timing.EventTiming fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
      Throws:
      org.hl7.fhir.exceptions.FHIRException
    • toCode

      public String toCode()
    • getSystem

      public String getSystem()
    • getDefinition

    • getDisplay

      public String getDisplay()