Uses of Class
org.hl7.fhir.dstu2.model.Timing.UnitsOfTime
-
Packages that use Timing.UnitsOfTime Package Description org.hl7.fhir.dstu2.model -
-
Uses of Timing.UnitsOfTime in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type Timing.UnitsOfTime Modifier and Type Field Description protected Enumeration<Timing.UnitsOfTime>Timing.TimingRepeatComponent. durationUnitsThe units of time for the duration, in UCUM units.protected Enumeration<Timing.UnitsOfTime>Timing.TimingRepeatComponent. periodUnitsThe units of time for the period in UCUM units.Methods in org.hl7.fhir.dstu2.model that return Timing.UnitsOfTime Modifier and Type Method Description static Timing.UnitsOfTimeTiming.UnitsOfTime. fromCode(String codeString)Timing.UnitsOfTimeTiming.UnitsOfTimeEnumFactory. fromCode(String codeString)Timing.UnitsOfTimeTiming.TimingRepeatComponent. getDurationUnits()Timing.UnitsOfTimeTiming.TimingRepeatComponent. getPeriodUnits()static Timing.UnitsOfTimeTiming.UnitsOfTime. valueOf(String name)Returns the enum constant of this type with the specified name.static Timing.UnitsOfTime[]Timing.UnitsOfTime. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.dstu2.model that return types with arguments of type Timing.UnitsOfTime Modifier and Type Method Description Enumeration<Timing.UnitsOfTime>Timing.UnitsOfTimeEnumFactory. fromType(Base code)Enumeration<Timing.UnitsOfTime>Timing.TimingRepeatComponent. getDurationUnitsElement()Enumeration<Timing.UnitsOfTime>Timing.TimingRepeatComponent. getPeriodUnitsElement()Methods in org.hl7.fhir.dstu2.model with parameters of type Timing.UnitsOfTime Modifier and Type Method Description Timing.TimingRepeatComponentTiming.TimingRepeatComponent. setDurationUnits(Timing.UnitsOfTime value)Timing.TimingRepeatComponentTiming.TimingRepeatComponent. setPeriodUnits(Timing.UnitsOfTime value)StringTiming.UnitsOfTimeEnumFactory. toCode(Timing.UnitsOfTime code)Method parameters in org.hl7.fhir.dstu2.model with type arguments of type Timing.UnitsOfTime Modifier and Type Method Description Timing.TimingRepeatComponentTiming.TimingRepeatComponent. setDurationUnitsElement(Enumeration<Timing.UnitsOfTime> value)Timing.TimingRepeatComponentTiming.TimingRepeatComponent. setPeriodUnitsElement(Enumeration<Timing.UnitsOfTime> value)
-