
Uses of Enum Class
org.hl7.fhir.r5.model.Timing.EventTiming
Packages that use Timing.EventTiming
-
Uses of Timing.EventTiming in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Timing.EventTimingModifier and TypeFieldDescriptionprotected List<Enumeration<Timing.EventTiming>> Timing.TimingRepeatComponent.whenAn approximate time period during the day, potentially linked to an event of daily living that indicates when the action should occur.Methods in org.hl7.fhir.r5.model that return Timing.EventTimingModifier and TypeMethodDescriptionstatic Timing.EventTimingstatic Timing.EventTimingReturns the enum constant of this class with the specified name.static Timing.EventTiming[]Timing.EventTiming.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.r5.model that return types with arguments of type Timing.EventTimingModifier and TypeMethodDescriptionTiming.TimingRepeatComponent.addWhenElement()Timing.EventTimingEnumFactory.fromType(PrimitiveType<?> code) Timing.TimingRepeatComponent.getWhen()Methods in org.hl7.fhir.r5.model with parameters of type Timing.EventTimingModifier and TypeMethodDescriptionTiming.TimingRepeatComponent.addWhen(Timing.EventTiming value) booleanTiming.TimingRepeatComponent.hasWhen(Timing.EventTiming value) Timing.EventTimingEnumFactory.toCode(Timing.EventTiming code) Timing.EventTimingEnumFactory.toSystem(Timing.EventTiming code) Method parameters in org.hl7.fhir.r5.model with type arguments of type Timing.EventTimingModifier and TypeMethodDescriptionTiming.TimingRepeatComponent.setWhen(List<Enumeration<Timing.EventTiming>> theWhen)