-
Decision-making about a trach for my son...
-
Considering a trach: Wanting to do every...
-
A mom on every night with the CPAP (not ...
-
Shared Decision-Making: Parent and Provi...
-
Decision-Making: the gift of time to fig...
-
Decision-making re Trach: CPAP and doing...
-
I just couldn’t see our son with the t...
-
Tracheostomy for my son?
SHARE
Video Collection
Saying No to Trach
Decision-making about a trach for my son: palliative care appreciates that it can be a loving decision not to do everything.
SHARE
1 / 8
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;
}">