
Uses of Enum Class
org.hl7.fhir.r5.model.Timing.UnitsOfTime
Packages that use Timing.UnitsOfTime
-
Uses of Timing.UnitsOfTime in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Timing.UnitsOfTimeModifier and TypeFieldDescriptionprotected Enumeration<Timing.UnitsOfTime> Timing.TimingRepeatComponent.durationUnitThe units of time for the duration, in UCUM units Normal practice is to use the 'mo' code as a calendar month when calculating the next occurrence.protected Enumeration<Timing.UnitsOfTime> Timing.TimingRepeatComponent.periodUnitThe units of time for the period in UCUM units Normal practice is to use the 'mo' code as a calendar month when calculating the next occurrence.Methods in org.hl7.fhir.r5.model that return Timing.UnitsOfTimeModifier and TypeMethodDescriptionstatic Timing.UnitsOfTimeTiming.TimingRepeatComponent.getDurationUnit()Timing.TimingRepeatComponent.getPeriodUnit()static Timing.UnitsOfTimeReturns the enum constant of this class with the specified name.static Timing.UnitsOfTime[]Timing.UnitsOfTime.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.UnitsOfTimeModifier and TypeMethodDescriptionTiming.UnitsOfTimeEnumFactory.fromType(PrimitiveType<?> code) Timing.TimingRepeatComponent.getDurationUnitElement()Timing.TimingRepeatComponent.getPeriodUnitElement()Methods in org.hl7.fhir.r5.model with parameters of type Timing.UnitsOfTimeModifier and TypeMethodDescriptionTiming.TimingRepeatComponent.setDurationUnit(Timing.UnitsOfTime value) Timing.TimingRepeatComponent.setPeriodUnit(Timing.UnitsOfTime value) Timing.UnitsOfTimeEnumFactory.toCode(Timing.UnitsOfTime code) Timing.UnitsOfTimeEnumFactory.toSystem(Timing.UnitsOfTime code) Method parameters in org.hl7.fhir.r5.model with type arguments of type Timing.UnitsOfTimeModifier and TypeMethodDescriptionTiming.TimingRepeatComponent.setDurationUnitElement(Enumeration<Timing.UnitsOfTime> value) Timing.TimingRepeatComponent.setPeriodUnitElement(Enumeration<Timing.UnitsOfTime> value)