public DataSet Doctor_GetIPDPatientDetails(int patientId, int doctorId)
 {
     Doctor_GetIPDPatientDetailsDL objDoctor_GetIPDPatientDetailsDL = new Doctor_GetIPDPatientDetailsDL();
     return objDoctor_GetIPDPatientDetailsDL.Doctor_GetIPDPatientDetails(patientId, doctorId);
 }
    public DataSet Doctor_GetIPDPatientDetails(int patientId, int doctorId)
    {
        Doctor_GetIPDPatientDetailsDL objDoctor_GetIPDPatientDetailsDL = new Doctor_GetIPDPatientDetailsDL();

        return(objDoctor_GetIPDPatientDetailsDL.Doctor_GetIPDPatientDetails(patientId, doctorId));
    }