public DataSet Doctor_GetOPDTreatmentAllMedicines(int patientId)
    {
        Doctor_GetOPDTreatmentAllMedicinesDL objGetOPDTreatmentAllMedicinesDL = new Doctor_GetOPDTreatmentAllMedicinesDL();

        return(objGetOPDTreatmentAllMedicinesDL.Doctor_GetOPDTreatmentAllMedicines(patientId));
    }
 public DataSet Doctor_GetOPDTreatmentAllMedicines(int patientId)
 {
     Doctor_GetOPDTreatmentAllMedicinesDL objGetOPDTreatmentAllMedicinesDL = new Doctor_GetOPDTreatmentAllMedicinesDL();
     return objGetOPDTreatmentAllMedicinesDL.Doctor_GetOPDTreatmentAllMedicines(patientId);
 }