SHARE
Videos
SHARE
Theme: Palliative Care
A pediatric neurologist on Palliative Care: "It's that human level work that we have to intentionally bring back into these conversations..."
Page: 4 of 9
A pediatric neurologist on Palliative Care: "It's that human level work that we have to intentionally bring back into these conversations..."
37 / 107
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;
}">