Uses of Class
src.models.doctor
Packages that use doctor
-
Uses of doctor in src.models
Methods in src.models that return doctorMethods in src.models with parameters of type doctorConstructors in src.models with parameters of type doctorModifierConstructorDescriptionappointment(int id, doctor doctor, LocalDateTime dateandtime, LocalDateTime reminder, String healthproblem, boolean remindercheck) Constructor to create an appointment -
Uses of doctor in src.util
Modifier and TypeMethodDescriptiongooglemaps.getDoctors(user user, symptom symptom, int radius) Get a List of specific Doctors near the users location