Class DashboardService

java.lang.Object
com.serinity.consultationcontrol.service.DashboardService

public class DashboardService extends Object
  • 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

      public ResultSet rdvLast7Days(int doctorId) throws Exception
      Throws:
      Exception
    • consultationsLast7Days

      public ResultSet consultationsLast7Days(int doctorId) throws Exception
      Throws:
      Exception
    • statusDistribution

      public ResultSet statusDistribution(int doctorId) throws Exception
      Throws:
      Exception
    • monthlyRdv

      public ResultSet monthlyRdv(int doctorId) throws Exception
      Throws:
      Exception
    • topPatients

      public ResultSet topPatients(int doctorId) throws Exception
      Throws:
      Exception