Uses of Class
com.ibm.fhir.model.type.code.UnitsOfTime
-
Packages that use UnitsOfTime Package Description com.ibm.fhir.model.type com.ibm.fhir.model.type.code -
-
Uses of UnitsOfTime in com.ibm.fhir.model.type
Methods in com.ibm.fhir.model.type that return UnitsOfTime Modifier and Type Method Description UnitsOfTimeTiming.Repeat. getDurationUnit()The units of time for the duration, in UCUM units.UnitsOfTimeTiming.Repeat. getPeriodUnit()The units of time for the period in UCUM units.Methods in com.ibm.fhir.model.type with parameters of type UnitsOfTime Modifier and Type Method Description Timing.Repeat.BuilderTiming.Repeat.Builder. durationUnit(UnitsOfTime durationUnit)The units of time for the duration, in UCUM units.Timing.Repeat.BuilderTiming.Repeat.Builder. periodUnit(UnitsOfTime periodUnit)The units of time for the period in UCUM units. -
Uses of UnitsOfTime in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as UnitsOfTime Modifier and Type Field Description static UnitsOfTimeUnitsOfTime. Ayearstatic UnitsOfTimeUnitsOfTime. Ddaystatic UnitsOfTimeUnitsOfTime. Hhourstatic UnitsOfTimeUnitsOfTime. MINminutestatic UnitsOfTimeUnitsOfTime. MOmonthstatic UnitsOfTimeUnitsOfTime. Ssecondstatic UnitsOfTimeUnitsOfTime. WKweekMethods in com.ibm.fhir.model.type.code that return UnitsOfTime Modifier and Type Method Description UnitsOfTimeUnitsOfTime.Builder. build()static UnitsOfTimeUnitsOfTime. of(UnitsOfTime.ValueSet value)Factory method for creating UnitsOfTime objects from a passed enum value.static UnitsOfTimeUnitsOfTime. of(String value)Factory method for creating UnitsOfTime objects from a passed string value.
-