Class DashboardService
java.lang.Object
com.serinity.consultationcontrol.service.DashboardService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubleacceptanceRate(int doctorId) consultationsLast7Days(int doctorId) monthlyRdv(int doctorId) intpendingAppointments(int doctorId) rdvLast7Days(int doctorId) statusDistribution(int doctorId) inttodayAppointments(int doctorId) topPatients(int doctorId) inttotalConsultations(int doctorId) inttotalPatients(int doctorId)
-
Constructor Details
-
DashboardService
public DashboardService()
-
-
Method Details
-
totalPatients
public int totalPatients(int doctorId) -
todayAppointments
public int todayAppointments(int doctorId) -
pendingAppointments
public int pendingAppointments(int doctorId) -
totalConsultations
public int totalConsultations(int doctorId) -
acceptanceRate
public double acceptanceRate(int doctorId) -
rdvLast7Days
-
consultationsLast7Days
-
statusDistribution
-
monthlyRdv
-
topPatients
-