SHARE
Video Collection
Robert Macauley, MD
Director, Bridges Program, OHSU Doernbecher Children’s Hospital
A palliative care MD: “We need to try to understand what the parent's motivation is; and not shy away from pain.”
SHARE
1 / 3
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;
}">