public DataSet Doctor_GetAllIPDObservationReports(int patientId)
    {
        Doctor_GetAllIPDObservationReportsDL objDoctor_GetAllIPDObservationReportsDL = new Doctor_GetAllIPDObservationReportsDL();

        return(objDoctor_GetAllIPDObservationReportsDL.Doctor_GetAllIPDObservationReports(patientId));
    }
 public DataSet Doctor_GetAllIPDObservationReports(int patientId)
 {
     Doctor_GetAllIPDObservationReportsDL objDoctor_GetAllIPDObservationReportsDL = new Doctor_GetAllIPDObservationReportsDL();
     return objDoctor_GetAllIPDObservationReportsDL.Doctor_GetAllIPDObservationReports(patientId);
 }