-
The Flow of the Day: Caregivers Change S...
-
Self-Care: Providers will encourage pare...
-
Parents feel pressure to be “liked” ...
-
For Providers—Ask families about their...
-
The hospital is like a foreign land
-
It’s hard to know which doctor is in c...
-
Parents get exhausted by the steady stre...
-
The medical machine is not very humanist...
SHARE
Videos
Theme: Orienting to the Hospital
The Flow of the Day: Caregivers Change Shifts
Page: 3 of 3
The Flow of the Day: Caregivers Change Shifts
SHARE
25 / 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;
}">