public DataSet Doctor_GetCurrentIPDPatients(int doctorId)
 {
     Doctor_GetCurrentIPDPatientsDL objDoctor_GetCurrentIPDPatientsDL = new Doctor_GetCurrentIPDPatientsDL();
     return objDoctor_GetCurrentIPDPatientsDL.Doctor_GetCurrentIPDPatients(doctorId);
 }
    public DataSet Doctor_GetCurrentIPDPatients(int doctorId)
    {
        Doctor_GetCurrentIPDPatientsDL objDoctor_GetCurrentIPDPatientsDL = new Doctor_GetCurrentIPDPatientsDL();

        return(objDoctor_GetCurrentIPDPatientsDL.Doctor_GetCurrentIPDPatients(doctorId));
    }