Event
IN THE ROOM: Go Ahead and Ask – An honest discussion about end of life
August 19, 2020 4:00 pm
The Panelists
Shaelyn Waller, RN
View Bio
Elizabeth and Lars Schuster
View Bio
Michelle Moon, MD
View Bio
Made possible by a grant from:
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;
}">