Uses of Class
com.ibm.fhir.model.type.Time
-
Packages that use Time Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type com.ibm.fhir.model.visitor -
-
Uses of Time in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return Time Modifier and Type Method Description TimeHealthcareService.AvailableTime. getAvailableEndTime()The closing time of day.TimePractitionerRole.AvailableTime. getAvailableEndTime()The closing time of day.TimeHealthcareService.AvailableTime. getAvailableStartTime()The opening time of day.TimePractitionerRole.AvailableTime. getAvailableStartTime()The opening time of day.TimeLocation.HoursOfOperation. getClosingTime()Time that the Location closes.TimeLocation.HoursOfOperation. getOpeningTime()Time that the Location opens.Methods in com.ibm.fhir.model.resource with parameters of type Time Modifier and Type Method Description HealthcareService.AvailableTime.BuilderHealthcareService.AvailableTime.Builder. availableEndTime(Time availableEndTime)The closing time of day.PractitionerRole.AvailableTime.BuilderPractitionerRole.AvailableTime.Builder. availableEndTime(Time availableEndTime)The closing time of day.HealthcareService.AvailableTime.BuilderHealthcareService.AvailableTime.Builder. availableStartTime(Time availableStartTime)The opening time of day.PractitionerRole.AvailableTime.BuilderPractitionerRole.AvailableTime.Builder. availableStartTime(Time availableStartTime)The opening time of day.Location.HoursOfOperation.BuilderLocation.HoursOfOperation.Builder. closingTime(Time closingTime)Time that the Location closes.Location.HoursOfOperation.BuilderLocation.HoursOfOperation.Builder. openingTime(Time openingTime)Time that the Location opens. -
Uses of Time in com.ibm.fhir.model.type
Methods in com.ibm.fhir.model.type that return Time Modifier and Type Method Description TimeTime.Builder. build()Build theTimestatic TimeTime. of(String value)static TimeTime. of(LocalTime value)Methods in com.ibm.fhir.model.type that return types with arguments of type Time Modifier and Type Method Description List<Time>Timing.Repeat. getTimeOfDay()Specified time of day for action to take place.Methods in com.ibm.fhir.model.type with parameters of type Time Modifier and Type Method Description protected Time.BuilderTime.Builder. from(Time time)Timing.Repeat.BuilderTiming.Repeat.Builder. timeOfDay(Time... timeOfDay)Specified time of day for action to take place.Method parameters in com.ibm.fhir.model.type with type arguments of type Time Modifier and Type Method Description Timing.Repeat.BuilderTiming.Repeat.Builder. timeOfDay(Collection<Time> timeOfDay)Specified time of day for action to take place. -
Uses of Time in com.ibm.fhir.model.visitor
Methods in com.ibm.fhir.model.visitor with parameters of type Time Modifier and Type Method Description booleanDefaultVisitor. visit(String elementName, int elementIndex, Time time)Delegates to#visit(elementName, elementIndex, Element)booleanVisitor. visit(String elementName, int elementIndex, Time time)
-