Hi Tina Stancheva,
I have uploaded the small version of the project, without interaction with the Database.
You are request to check the Dashboard page only.
The code is run fine.
But if you uncommnet the code one of the line of the below lines in "PatientAppointmentListCallBack" method of "DashboardViewModel" then
you will get an error, which has been attached..
//**************************************************************************************************************************************
//this.ConfirmedAppointmentList = new ObservableCollection<DashBoardAppointment>(AllAppoinmentList.Where(t => t.AppointmentStatusId == Constants.Confirmed));
//this.PendingOfficeActionList = new ObservableCollection<DashBoardAppointment>(AllAppoinmentList.Where(t => t.AppointmentStatusId == Constants.PendingOfficeAction));
//this.PendingPatientActionList = new ObservableCollection<DashBoardAppointment>(AllAppoinmentList.Where(t => t.AppointmentStatusId == Constants.PendingPatientActionList));
//this.CanceledAppointmentList = new ObservableCollection<DashBoardAppointment>(AllAppoinmentList.Where(t => t.AppointmentStatusId == Constants.Cancelled));
//this.DeclinedAppointmentList = new ObservableCollection<DashBoardAppointment>(AllAppoinmentList.Where(t => t.AppointmentStatusId == Constants.Declined));
//this.WaitList = new ObservableCollection<DashBoardAppointment>(AllAppoinmentList.Where(t => t.AppointmentStatusId == Constants.WaitList));
//****************************************************************************************************************************
you can download the sample code from
here .
url:
http://64.244.59.21/ot.rar .
Thanks
Deepak.