Esempio n. 1
0
 public ActionResult Sharesinlab(string Fromdate)
 {
     DoctorDashboardServiceRef.DoctorDashboardServiceClient serv = new DoctorDashboardServiceRef.DoctorDashboardServiceClient();
     return(Json(serv.Sharesinlab(Fromdate), JsonRequestBehavior.AllowGet));
 }
Esempio n. 2
0
 public ActionResult Patientwaitinginterval(string Fromdate)
 {
     DoctorDashboardServiceRef.DoctorDashboardServiceClient serv = new DoctorDashboardServiceRef.DoctorDashboardServiceClient();
     return(Json(serv.Patientwaitinginterval(Fromdate), JsonRequestBehavior.AllowGet));
 }
Esempio n. 3
0
 public ActionResult Agegroupforpatients(string Fromdate, string Todate)
 {
     DoctorDashboardServiceRef.DoctorDashboardServiceClient serv = new DoctorDashboardServiceRef.DoctorDashboardServiceClient();
     return(Json(serv.Agegroupforpatients(Fromdate, Todate), JsonRequestBehavior.AllowGet));
 }
Esempio n. 4
0
 public ActionResult Refferedto(string Fromdate, string Todate)
 {
     DoctorDashboardServiceRef.DoctorDashboardServiceClient serv = new DoctorDashboardServiceRef.DoctorDashboardServiceClient();
     return(Json(serv.Refferedto(Fromdate, Todate), JsonRequestBehavior.AllowGet));
 }
Esempio n. 5
0
 public ActionResult Overallnewexist(string Fromdate)
 {
     DoctorDashboardServiceRef.DoctorDashboardServiceClient serv = new DoctorDashboardServiceRef.DoctorDashboardServiceClient();
     return(Json(serv.Overallnewexist(Fromdate), JsonRequestBehavior.AllowGet));
 }