-
Communicating with the siblings: What ca...
-
Addressing the Child’s Worries about D...
-
“We had a pinky promise that I would a...
-
A pediatric palliative care social worke...
-
Sibling illness and death: Parents on ho...
-
Siblings: “I wracked my brain about ho...
-
Siblings: Holding on to hope while also ...
-
She, the sister, finally understood. She...
-
Talking to siblings about end of life.
-
Our goal is to get them as OK with this ...
-
We tell them this is going to be a tough...
SHARE
Video Collection
Talking about End of Life
Communicating with the siblings: What can we do to make this as less traumatic as possible, to minimize damage.
SHARE
1 / 11
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;
}">