Replace all 'Johns Hopkins Kids Kard' citations with 'Harriet Lane Handbook'
This commit is contained in:
parent
2de10dc544
commit
3b67d325fc
2 changed files with 6 additions and 6 deletions
|
|
@ -503,7 +503,7 @@
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<div class="card-header">
|
<div class="card-header">
|
||||||
<h3><i class="fas fa-kit-medical"></i> Resuscitation Medications</h3>
|
<h3><i class="fas fa-kit-medical"></i> Resuscitation Medications</h3>
|
||||||
<span style="font-size:11px;color:var(--g500);">Johns Hopkins Kids Kard / AHA PALS 2020</span>
|
<span style="font-size:11px;color:var(--g500);">Harriet Lane Handbook / AHA PALS 2020</span>
|
||||||
</div>
|
</div>
|
||||||
<div style="padding:16px;">
|
<div style="padding:16px;">
|
||||||
<p style="font-size:12px;color:var(--g500);margin:0 0 14px;">Enter patient weight to calculate all resuscitation medication doses.</p>
|
<p style="font-size:12px;color:var(--g500);margin:0 0 14px;">Enter patient weight to calculate all resuscitation medication doses.</p>
|
||||||
|
|
@ -528,7 +528,7 @@
|
||||||
<span style="font-size:11px;color:var(--g500);">Child/Adult and Infant versions</span>
|
<span style="font-size:11px;color:var(--g500);">Child/Adult and Infant versions</span>
|
||||||
</div>
|
</div>
|
||||||
<div style="padding:16px;">
|
<div style="padding:16px;">
|
||||||
<p style="font-size:12px;color:var(--g500);margin:0 0 14px;">Select responses to calculate GCS. Total score 3-15. Source: Johns Hopkins Kids Kard.</p>
|
<p style="font-size:12px;color:var(--g500);margin:0 0 14px;">Select responses to calculate GCS. Total score 3-15. Source: Harriet Lane Handbook.</p>
|
||||||
|
|
||||||
<div style="display:flex;gap:8px;flex-wrap:wrap;margin-bottom:14px;">
|
<div style="display:flex;gap:8px;flex-wrap:wrap;margin-bottom:14px;">
|
||||||
<button class="calc-pill active" data-gcs="child">Child / Adult</button>
|
<button class="calc-pill active" data-gcs="child">Child / Adult</button>
|
||||||
|
|
@ -613,7 +613,7 @@
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<div class="card-header">
|
<div class="card-header">
|
||||||
<h3><i class="fas fa-lungs"></i> Pediatric Equipment Sizing</h3>
|
<h3><i class="fas fa-lungs"></i> Pediatric Equipment Sizing</h3>
|
||||||
<span style="font-size:11px;color:var(--g500);">Johns Hopkins Kids Kard</span>
|
<span style="font-size:11px;color:var(--g500);">Harriet Lane Handbook</span>
|
||||||
</div>
|
</div>
|
||||||
<div style="padding:16px;">
|
<div style="padding:16px;">
|
||||||
<p style="font-size:12px;color:var(--g500);margin:0 0 14px;">Select age/weight group to view recommended equipment sizes.</p>
|
<p style="font-size:12px;color:var(--g500);margin:0 0 14px;">Select age/weight group to view recommended equipment sizes.</p>
|
||||||
|
|
|
||||||
|
|
@ -1817,7 +1817,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
// ═══════════════════════════════════════════════════════════
|
// ═══════════════════════════════════════════════════════════
|
||||||
// RESUSCITATION MEDICATIONS — Johns Hopkins Kids Kard / AHA PALS 2020
|
// RESUSCITATION MEDICATIONS — Harriet Lane Handbook / AHA PALS 2020
|
||||||
// ═══════════════════════════════════════════════════════════
|
// ═══════════════════════════════════════════════════════════
|
||||||
|
|
||||||
var RESUS_MEDS = [
|
var RESUS_MEDS = [
|
||||||
|
|
@ -2117,7 +2117,7 @@
|
||||||
setTimeout(updateGCS, 200);
|
setTimeout(updateGCS, 200);
|
||||||
|
|
||||||
// ═══════════════════════════════════════════════════════════
|
// ═══════════════════════════════════════════════════════════
|
||||||
// EQUIPMENT SIZING — Johns Hopkins Kids Kard
|
// EQUIPMENT SIZING — Harriet Lane Handbook
|
||||||
// ═══════════════════════════════════════════════════════════
|
// ═══════════════════════════════════════════════════════════
|
||||||
|
|
||||||
var EQUIP_DATA = {
|
var EQUIP_DATA = {
|
||||||
|
|
@ -2211,7 +2211,7 @@
|
||||||
'</div>' +
|
'</div>' +
|
||||||
'<div style="margin-top:10px;font-size:11px;color:var(--g400);">' +
|
'<div style="margin-top:10px;font-size:11px;color:var(--g400);">' +
|
||||||
'<strong>ETT Formulas:</strong> Uncuffed = (age/4)+4, Cuffed = (age/4)+3, Depth = ETT size x 3. ' +
|
'<strong>ETT Formulas:</strong> Uncuffed = (age/4)+4, Cuffed = (age/4)+3, Depth = ETT size x 3. ' +
|
||||||
'Source: Johns Hopkins Kids Kard.' +
|
'Source: Harriet Lane Handbook.' +
|
||||||
'</div>';
|
'</div>';
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue