-
“Sometimes families need permission fo...
-
A physician:“I am Team Parent.”
-
A physician’s story: When the family f...
-
The best advice I got as a NICU Mom: Pus...
-
When he wants to do something, you just ...
-
A Perinatal MD: We don’t really know w...
-
Trisomy 13 and 18 as an example of some ...
-
“Noah is a trainwreck on paper but he ...
-
The mother of a medically complex child�...
-
A physician on the power differential be...
-
“I would like clinicians to know that ...
-
“I can’t save my son but I can make ...
SHARE
Videos
Theme: Advocating for your child
“Sometimes families need permission for an off-ramp.”
Page: 1 of 10
“Sometimes families need permission for an off-ramp.”
SHARE
1 / 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;
}">