コード例 #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));
 }