From 3fb1aa1e67d2b2bd8ebc40a78732b29ab297064c Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 22 Apr 2026 17:49:31 +0200 Subject: [PATCH] chore(pe-guide): remove source-citation comment block Daniel prefers no citations embedded in the code. Keeps the data-model comment which is load-bearing for future edits. --- public/js/peGuide.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/public/js/peGuide.js b/public/js/peGuide.js index 8298140..a0a5937 100644 --- a/public/js/peGuide.js +++ b/public/js/peGuide.js @@ -1,12 +1,6 @@ // ============================================================ // PHYSICAL EXAM GUIDE — step-by-step OSCE reference + report generator // ============================================================ -// Sources for the exam content: -// - Bates' Guide to Physical Examination, 13th edition (technique) -// - Nelson Textbook of Pediatrics, 22nd edition (age-specific content) -// - Hutchison's Clinical Methods, 25th edition (systematic approach) -// - Developmental reflex timing: Fenichel Clinical Pediatric Neurology, 8th ed -// // Data model: // PE_DATA[ageGroup][system] = { overview, components: [{ name, steps: [{label, method, normal}], abnormalHints }] } // Each step has its own Normal / Abnormal / Skip toggle so the physician