-
There’s a shift that happens emotional...
-
Decision-Making: My biggest fear was get...
-
I need his life to be good NOW.
-
You Can Say, “That’s Enough....
-
She is an individual, not a diagnosis.
-
MD: Parents–Don’t underestimate ...
-
As a parent, you know instinctively in y...
-
We said, “We want to be part of the So...
-
What gets to me is all the medical appoi...
-
Just because your child is seriously ill...
-
The Medical Team: You want a sense of be...
-
It becomes about a good fit.
SHARE
Videos
Theme: Advocating for your child
There’s a shift that happens emotionally.
Page: 9 of 10
There’s a shift that happens emotionally.
SHARE
97 / 109
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;
}">