SHARE
Video Collection
Kate Nelson, MD, PhD
Staff Physician, Pediatric Palliative Care
Toronto’s Hospital for Sick Kids
A physician on the power differential between clinician and patient/parent in the hospital: There is such a cost to parents that is not the same for clinicians
SHARE
1 / 5
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;
}">