Skip to main content

Department of Pediatric Surgery

Clinical rounds resource review

Document Vault

Access pediatric surgical clinical protocols, trainee guidelines, and academic presentations.

Resource Library

Academic & Clinical Downloads

Browse clinical care guidelines, research worksheets, and lecture slides verified by our senior faculty team.

Document Title Category Link
Duodenal Atresia Neonatal Outcomes study pdf Download PDF
Duodenal Atresia Neonatal Outcomes study pdf Download PDF
Holiday-Segar Fluid Replacement Guidelines guideline Download PDF
Holiday-Segar Fluid Replacement Guidelines guideline Download PDF
Neonatal Diaphragmatic Hernia Protocol protocol Download PDF
Neonatal Diaphragmatic Hernia Protocol protocol Download PDF
Wilms Tumor Resection presentation slides presentation Download PDF
Wilms Tumor Resection presentation slides presentation Download PDF
')) { let dlHTML = `
`; mockDownloads.forEach(d => { dlHTML += ` `; }); dlHTML += `
Document Title Category Link
${d.title} ${d.cat} Download PDF
`; container.innerHTML = dlHTML; } }); function filterStaticDownloads(category) { const buttons = document.querySelectorAll('.dl-filter-btn'); buttons.forEach(btn => btn.classList.remove('active')); event.target.classList.add('active'); const rows = document.querySelectorAll('.dl-row'); rows.forEach(row => { if (category === 'all' || row.getAttribute('data-category') === category) { row.style.display = 'table-row'; } else { row.style.display = 'none'; } }); }