Uses of Enum
org.hl7.fhir.r4.model.Timing.EventTiming
-
Uses of Timing.EventTiming in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected List
<Enumeration<Timing.EventTiming>> Timing.TimingRepeatComponent.when
An approximate time period during the day, potentially linked to an event of daily living that indicates when the action should occur.Modifier and TypeMethodDescriptionstatic Timing.EventTiming
static Timing.EventTiming
Returns the enum constant of this type with the specified name.static Timing.EventTiming[]
Timing.EventTiming.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionTiming.TimingRepeatComponent.addWhenElement()
Timing.EventTimingEnumFactory.fromType
(PrimitiveType<?> code) Timing.TimingRepeatComponent.getWhen()
Modifier and TypeMethodDescriptionTiming.TimingRepeatComponent.addWhen
(Timing.EventTiming value) boolean
Timing.TimingRepeatComponent.hasWhen
(Timing.EventTiming value) Timing.EventTimingEnumFactory.toCode
(Timing.EventTiming code) Timing.EventTimingEnumFactory.toSystem
(Timing.EventTiming code) Modifier and TypeMethodDescriptionTiming.TimingRepeatComponent.setWhen
(List<Enumeration<Timing.EventTiming>> theWhen)