public DataSet Doctor_GetIPDAllMedicines(int patientId, int doctorId)
 {
     Doctor_GetIPDAllMedicinesDL objDoctor_GetIPDAllMedicinesDL = new Doctor_GetIPDAllMedicinesDL();
     return objDoctor_GetIPDAllMedicinesDL.Doctor_GetIPDAllMedicines(patientId, doctorId);
 }
    public DataSet Doctor_GetIPDAllMedicines(int patientId, int doctorId)
    {
        Doctor_GetIPDAllMedicinesDL objDoctor_GetIPDAllMedicinesDL = new Doctor_GetIPDAllMedicinesDL();

        return(objDoctor_GetIPDAllMedicinesDL.Doctor_GetIPDAllMedicines(patientId, doctorId));
    }