SHARE
Videos
SHARE
Theme: Orienting to the Hospital
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
Page: 1 of 3
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
1 / 32
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;
}">