SHARE
Videos
SHARE
Theme: Palliative Care
A physician: The hardest part of the job is not difficult conversations; it is care coordination. “When families leave the hospital, they are not set up for success”
Page: 1 of 9
A physician: The hardest part of the job is not difficult conversations; it is care coordination. “When families leave the hospital, they are not set up for success”
3 / 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;
}">