SHARE
Video
SHARE
Theme: NICU
A physician: The hardest part of the job is not difficult conversations; it is care coordination. “When families leave the hospital, they are not set up for success”
Page: 1 of 3
A physician: The hardest part of the job is not difficult conversations; it is care coordination. “When families leave the hospital, they are not set up for success”
2 / 32
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;
}">