Enum EventTiming

    • Enum Constant Detail

      • MORN

        public static final 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 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 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 EventTiming NOON
        Event occurs around 12:00pm. The exact time is unspecified and established by institution convention or patient interpretation.
      • AFT

        public static final 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 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 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 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 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 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 EventTiming NIGHT
        Event occurs during the night. The exact time is unspecified and established by institution convention or patient interpretation.
      • PHS

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

      • values

        public static EventTiming[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (EventTiming c : EventTiming.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static 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 EventTiming fromCode​(String codeString)
                                    throws org.hl7.fhir.exceptions.FHIRException
        Throws:
        org.hl7.fhir.exceptions.FHIRException