Uses of Class
com.ehealthsystem.doctor.DoctorTimeSlot
Packages that use DoctorTimeSlot
-
Uses of DoctorTimeSlot in com.ehealthsystem.database
Methods in com.ehealthsystem.database that return types with arguments of type DoctorTimeSlotModifier and TypeMethodDescriptionstatic ArrayList<DoctorTimeSlot>
Database.getDoctorsFreeTimes
(Doctor doctor, LocalDate selectedDate) Deprecated.: FoundDoctorFullController.getFreeTimeSlots() is used instead -
Uses of DoctorTimeSlot in com.ehealthsystem.doctor
Methods in com.ehealthsystem.doctor that return types with arguments of type DoctorTimeSlotModifier and TypeMethodDescriptionstatic ArrayList<DoctorTimeSlot>
DoctorTimeSlot.getFreeTimeSlots
(LocalDate date, Doctor doctor) Get a list of possible time slots, including whether they are free or not