public DataSet GetPatientAppointmentHistory(int patientId)
 {
     GetPatientAppointmentHistoryDL objGetPatientAppointmentHistoryDL = new GetPatientAppointmentHistoryDL();
     return objGetPatientAppointmentHistoryDL.GetPatientAppointmentHistory(patientId);
 }
예제 #2
0
    public DataSet GetPatientAppointmentHistory(int patientId)
    {
        GetPatientAppointmentHistoryDL objGetPatientAppointmentHistoryDL = new GetPatientAppointmentHistoryDL();

        return(objGetPatientAppointmentHistoryDL.GetPatientAppointmentHistory(patientId));
    }