Пример #1
0
    public DataSet Doctor_GetIPDReportMedicine(int ipdObservationReportId, string ipdObservationId)
    {
        Doctor_GetIPDReportMedicineDL objDoctor_GetIPDReportMedicineDL = new Doctor_GetIPDReportMedicineDL();

        return(objDoctor_GetIPDReportMedicineDL.Doctor_GetIPDReportMedicine(ipdObservationReportId, ipdObservationId));
    }
 public DataSet Doctor_GetIPDReportMedicine(int ipdObservationReportId, string ipdObservationId)
 {
     Doctor_GetIPDReportMedicineDL objDoctor_GetIPDReportMedicineDL = new Doctor_GetIPDReportMedicineDL();
     return objDoctor_GetIPDReportMedicineDL.Doctor_GetIPDReportMedicine(ipdObservationReportId, ipdObservationId);
 }