SHARE
Video Collection
Elaine Lin, MD
Complex Care Pediatrician, Boston Children’s Hospital and AAP Section on Home Care
A physician discusses: Keeping the rotation of homecare nurses current with medical orders.
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;
}">