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.
This commit is contained in:
parent
c159fe57b9
commit
3fb1aa1e67
1 changed files with 0 additions and 6 deletions
|
|
@ -1,12 +1,6 @@
|
||||||
// ============================================================
|
// ============================================================
|
||||||
// PHYSICAL EXAM GUIDE — step-by-step OSCE reference + report generator
|
// 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:
|
// Data model:
|
||||||
// PE_DATA[ageGroup][system] = { overview, components: [{ name, steps: [{label, method, normal}], abnormalHints }] }
|
// PE_DATA[ageGroup][system] = { overview, components: [{ name, steps: [{label, method, normal}], abnormalHints }] }
|
||||||
// Each step has its own Normal / Abnormal / Skip toggle so the physician
|
// Each step has its own Normal / Abnormal / Skip toggle so the physician
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue