Sign in
Find educational resources for yourself and your patient families
- Perspectives on the lived experience of patient families
- Tips for using Courageous Parents Network resources to support parents and other caregivers
- Topical guides to complement your care of families
- Subscription to CPN clinician e-newsletter
- Invitations to CPN events for clinicians (and others)
0) {
const rect = $el.getBoundingClientRect();
const clickX = $event.clientX - rect.left;
const percentage = clickX / rect.width;
const newTime = percentage * $store.globalAudio.duration;
$refs.audio.currentTime = newTime;
}">