SHARE
Videos
Theme: Prenatal Diagnosis
“I don’t use the terminology of quality of life. It labels something that is very difficult to label.” A perinatal doctor on listening to what is in the parents’ heart and hearing where they are headed.
Page: 3 of 3
“I don’t use the terminology of quality of life. It labels something that is very difficult to label.” A perinatal doctor on listening to what is in the parents’ heart and hearing where they are headed.
SHARE
25 / 26
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;
}">