Event
Operating a mini ICU; Providing 24/7 Care in the Home
January 27, 2022 8:00 pm
Video Recap
The Panelists
Sue McCarthy
View Bio
Nicole Nault
View Bio
Irene Jakubiak
View Bio
Lisa Burgess
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;
}">