Exemplo n.º 1
0
        public List <DoctorDashboardClass> Patientwaitinginterval(string Fromdate)
        {
            DoctorDashboardMgr ddmgr = new DoctorDashboardMgr();

            return(ddmgr.Patientwaitinginterval(Fromdate));
        }
Exemplo n.º 2
0
        public List <DoctorDashboardClass> Overallnewexist(string Fromdate)
        {
            DoctorDashboardMgr ddmgr = new DoctorDashboardMgr();

            return(ddmgr.Overallnewexist(Fromdate));
        }
Exemplo n.º 3
0
        public List <DoctorDashboardClass> Agegroupforpatients(string Fromdate, string Todate)
        {
            DoctorDashboardMgr ddmgr = new DoctorDashboardMgr();

            return(ddmgr.Agegroupforpatients(Fromdate, Todate));
        }
Exemplo n.º 4
0
        public List <DoctorDashboardClass> Referedtowhom(string Fromdate, string Todate)
        {
            DoctorDashboardMgr ddmgr = new DoctorDashboardMgr();

            return(ddmgr.Referedtowhom(Fromdate, Todate));
        }
Exemplo n.º 5
0
        public List <DoctorDashboardClass> PatientCategory(string Fromdate, string Todate)
        {
            DoctorDashboardMgr ddmgr = new DoctorDashboardMgr();

            return(ddmgr.PatientCategory(Fromdate, Todate));
        }
Exemplo n.º 6
0
        public List <DoctorDashboardClass> Gender(string Fromdate, string Todate)
        {
            DoctorDashboardMgr ddmgr = new DoctorDashboardMgr();

            return(ddmgr.Gender(Fromdate, Todate));
        }
Exemplo n.º 7
0
        public List <DoctorDashboardClass> Sharesinlab(string Fromdate)
        {
            DoctorDashboardMgr ddmgr = new DoctorDashboardMgr();

            return(ddmgr.Sharesinlab(Fromdate));
        }
Exemplo n.º 8
0
        public List <DoctorDashboardClass> Doctorsharepharmacy(string Fromdate)
        {
            DoctorDashboardMgr ddmgr = new DoctorDashboardMgr();

            return(ddmgr.Doctorsharepharmacy(Fromdate));
        }
Exemplo n.º 9
0
        public List <DoctorDashboardClass> Surgerydetails(string Fromdate)
        {
            DoctorDashboardMgr ddmgr = new DoctorDashboardMgr();

            return(ddmgr.Surgerydetails(Fromdate));
        }