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