Uses of Class
Singletons.AppointmentFilter
Packages that use AppointmentFilter
-
Uses of AppointmentFilter in Singletons
Methods in Singletons that return AppointmentFilterModifier and TypeMethodDescriptionAppointmentFilter.filterByDate
(LocalDate date) AppointmentFilter.filterByDoctor
(String doctorId) AppointmentFilter.filterByPatient
(String patientId) AppointmentFilter.filterByPrescriptionStatus
(PrescriptionStatus status) AppointmentFilter.filterByStatus
(Appointment.Status status) Methods in Singletons with parameters of type AppointmentFilterModifier and TypeMethodDescriptionAppointmentManager.getAppointmentsWithFilter
(AppointmentFilter filter) Get a list of appointments with a given filter Other filter methods use this as a base