SHARE
Video
SHARE
Theme: Goals of Care
Perinatal palliative care: “Parents can hold that [uncertainty] space better than we clinicians do.”
Page: 1 of 7
Perinatal palliative care: “Parents can hold that [uncertainty] space better than we clinicians do.”
3 / 80
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;
}">