-
Pediatric dementia
-
Building prognostic awareness re childre...
-
A neurologist acknowledges the frustrati...
-
A neurologist on the emotional and pract...
-
A pediatric neurologist on helping paren...
-
A neurologist on validating for parents ...
-
Future vs Today: Helping families attend...
-
Helping families prioritize for good day...
-
A pediatric neurologist on talking with ...
-
“Neurologists have this bad reputation...
-
The notion of REVERSIBILITY to inform de...
Videos
Theme: Neurology
Pediatric dementia
Pediatric dementia
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;
}">