Enum Timing.EventTiming

java.lang.Object
java.lang.Enum<Timing.EventTiming>
org.hl7.fhir.r5.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.
    • IMD

      public static final Timing.EventTiming IMD
      Event occurs a single time (with no repetitions) as soon as possible after the scheduled or actual start of the overall event.
    • HS

      public static final Timing.EventTiming HS
    • WAKE

      public static final Timing.EventTiming WAKE
    • C

      public static final Timing.EventTiming C
    • CM

      public static final Timing.EventTiming CM
    • CD

      public static final Timing.EventTiming CD
    • CV

      public static final Timing.EventTiming CV
    • AC

      public static final Timing.EventTiming AC
    • ACM

      public static final Timing.EventTiming ACM
    • ACD

      public static final Timing.EventTiming ACD
    • ACV

      public static final Timing.EventTiming ACV
    • PC

      public static final Timing.EventTiming PC
    • PCM

      public static final Timing.EventTiming PCM
    • PCD

      public static final Timing.EventTiming PCD
    • PCV

      public static final Timing.EventTiming PCV
    • 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()