SHARE
Videos
SHARE
Theme: Palliative Care
A patient family encounter that grew me as physician: I learned “to serve as a vessel, to be a container, for their reality.”
Page: 2 of 9
A patient family encounter that grew me as physician: I learned “to serve as a vessel, to be a container, for their reality.”
13 / 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;
}">