chore(pe-guide): restore source-citation comment block
Daniel clarified the earlier feedback: not "never cite in code", but "ask before citing". He confirmed this block should stay.
This commit is contained in:
parent
ee4940e0a6
commit
917d4f8115
1 changed files with 6 additions and 0 deletions
|
|
@ -1,6 +1,12 @@
|
|||
// ============================================================
|
||||
// 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue