Ejemplo n.º 1
0
 public DataSet appointment_GetScheduleInfo(string hospitalId, string deptId, string deptType, string doctorId,
                                            string searchCode, string startDate, string endDate)
 {
     return(basic.appointment_GetScheduleInfo(hospitalId, deptId, deptType, doctorId, searchCode, startDate, endDate));
 }