Uses of Class
Model.ScheduleManagement.TimeSlot
Packages that use TimeSlot
-
Uses of TimeSlot in DataHandling
Methods in DataHandling that return TimeSlotMethods in DataHandling with parameters of type TimeSlot -
Uses of TimeSlot in Model
ModifierConstructorDescriptionAppointment
(String patientId, LocalDate date, TimeSlot timeSlot, Appointment.Type type) -
Uses of TimeSlot in Model.ScheduleManagement
Methods in Model.ScheduleManagement that return TimeSlotModifier and TypeMethodDescriptionTimeSlotWithDoctor.getTimeSlot()
static TimeSlot
CalendarUtils.getTimeSlotFromStartTime
(LocalTime startTime) Methods in Model.ScheduleManagement that return types with arguments of type TimeSlotModifier and TypeMethodDescriptionSchedule.getAvailableTimeSlotsOnDate
(LocalDate date) Schedule.getSchedule()
Schedule.getTimeSlots()
Methods in Model.ScheduleManagement with parameters of type TimeSlotModifier and TypeMethodDescriptionvoid
Schedule.setWorkingHours
(DayOfWeek day, TimeSlot timeSlot) Constructors in Model.ScheduleManagement with parameters of type TimeSlotModifierConstructorDescriptionTimeSlotWithDoctor
(TimeSlot timeSlot, List<Staff> doctors, boolean[] availability)