SHARE
Video Collection
Erin Flanagan, MD
Erin Flanagan, MD: director of pediatric palliative care, Advocate Children’s Hospital, Park Ridge, IL
The Parent-Palliative Clinician Partnership: Knowing the Child; Interpreting for the Child
SHARE
1 / 4
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;
}">