Event
IN THE ROOM: Considering Tracheostomy, With or Without Home Ventilation
October 29, 2020 12:00 pm
Video Recap
The Panelists
Benjamin S. Wilfond, MD
View Bio
Carrie Henderson, MD
View Bio
Renee Boss, MD, MHS
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;
}">