示例#1
0
文件: Dashboard.cs 项目: skgtrx/CMS
 /// <summary>
 /// Retrives the count of Total Appointments of a particular patient
 /// </summary>
 /// <returns>Count of Total Appointments</returns>
 public int GetTotalPatientAppointments(int PatientId)
 {
     return(dashboardData.GetTotalPatientAppointments(PatientId));
 }