diff --git a/public/components/calculators.html b/public/components/calculators.html index b33b4dc..9f2df9c 100644 --- a/public/components/calculators.html +++ b/public/components/calculators.html @@ -503,7 +503,7 @@

Resuscitation Medications

- Johns Hopkins Kids Kard / AHA PALS 2020 + Harriet Lane Handbook / AHA PALS 2020

Enter patient weight to calculate all resuscitation medication doses.

@@ -528,7 +528,7 @@ Child/Adult and Infant versions
-

Select responses to calculate GCS. Total score 3-15. Source: Johns Hopkins Kids Kard.

+

Select responses to calculate GCS. Total score 3-15. Source: Harriet Lane Handbook.

@@ -613,7 +613,7 @@

Pediatric Equipment Sizing

- Johns Hopkins Kids Kard + Harriet Lane Handbook

Select age/weight group to view recommended equipment sizes.

diff --git a/public/js/calculators.js b/public/js/calculators.js index 27c283a..2f355ea 100644 --- a/public/js/calculators.js +++ b/public/js/calculators.js @@ -1817,7 +1817,7 @@ } // ═══════════════════════════════════════════════════════════ - // RESUSCITATION MEDICATIONS — Johns Hopkins Kids Kard / AHA PALS 2020 + // RESUSCITATION MEDICATIONS — Harriet Lane Handbook / AHA PALS 2020 // ═══════════════════════════════════════════════════════════ var RESUS_MEDS = [ @@ -2117,7 +2117,7 @@ setTimeout(updateGCS, 200); // ═══════════════════════════════════════════════════════════ - // EQUIPMENT SIZING — Johns Hopkins Kids Kard + // EQUIPMENT SIZING — Harriet Lane Handbook // ═══════════════════════════════════════════════════════════ var EQUIP_DATA = { @@ -2211,7 +2211,7 @@ '
' + '
' + 'ETT Formulas: Uncuffed = (age/4)+4, Cuffed = (age/4)+3, Depth = ETT size x 3. ' + - 'Source: Johns Hopkins Kids Kard.' + + 'Source: Harriet Lane Handbook.' + '
'; }); }