public DataSet Doctor_GetIPDActiveMedicines(int patientId, int doctorId)
 {
     Doctor_GetIPDActiveMedicinesDL objDoctor_GetIPDActiveMedicinesDL = new Doctor_GetIPDActiveMedicinesDL();
     return objDoctor_GetIPDActiveMedicinesDL.Doctor_GetIPDActiveMedicines(patientId, doctorId);
 }
Ejemplo n.º 2
0
    public DataSet Doctor_GetIPDActiveMedicines(int patientId, int doctorId)
    {
        Doctor_GetIPDActiveMedicinesDL objDoctor_GetIPDActiveMedicinesDL = new Doctor_GetIPDActiveMedicinesDL();

        return(objDoctor_GetIPDActiveMedicinesDL.Doctor_GetIPDActiveMedicines(patientId, doctorId));
    }