SHARE
Video Collection
Frances McCarthy, MS, RNC-NIC,CPLC
Clinical Coordinator
Neonatal Comfort Care Program
NY Presbyterian Morgan Stanley Children’s Hospital
NICU bedside nurses take the brunt of a lot things. Watching babies suffer is always a challenge.
SHARE
1 / 5
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;
}">