public DataSet Doctor_GetOPDTreatmentMedicine(string appointmentToken)
    {
        Doctor_GetOPDTreatmentMedicineDL objGetOPDTreatmentMedicineDL = new Doctor_GetOPDTreatmentMedicineDL();

        return(objGetOPDTreatmentMedicineDL.Doctor_GetOPDTreatmentMedicine(appointmentToken));
    }
 public DataSet Doctor_GetOPDTreatmentMedicine(string appointmentToken)
 {
     Doctor_GetOPDTreatmentMedicineDL objGetOPDTreatmentMedicineDL = new Doctor_GetOPDTreatmentMedicineDL();
     return objGetOPDTreatmentMedicineDL.Doctor_GetOPDTreatmentMedicine(appointmentToken);
 }