public DataSet Doctor_GetNewIPDPatients(int doctorId)
    {
        Doctor_GetNewIPDPatientsDL objDoctor_GetNewIPDPatientsDL = new Doctor_GetNewIPDPatientsDL();

        return(objDoctor_GetNewIPDPatientsDL.Doctor_GetNewIPDPatients(doctorId));
    }
 public DataSet Doctor_GetNewIPDPatients(int doctorId)
 {
     Doctor_GetNewIPDPatientsDL objDoctor_GetNewIPDPatientsDL = new Doctor_GetNewIPDPatientsDL();
     return objDoctor_GetNewIPDPatientsDL.Doctor_GetNewIPDPatients(doctorId);
 }