Dec. 6, 2017 — How consistently you type on a keyboard and the way you use your smartphone may one day tell your doctor — or someone else, like your employer — if your brain is ailing.


}
);

ss.positionArrowsIa(‘#dyn-ss-1’, 0, slideshow_length);

/* Attach event handlers */
$(‘#dyn-ss-1’).find(‘.controls.primary .prev’).on(‘click tap’, function(event) {
currSlide = slideshowInst.getCurrentSlide();
event.preventDefault();

if(currSlide !== 0){
slideshowInst.goToPrevSlide();

if( thisDevice === “mobile” ) {
webmd.metrics.dpv({
moduleName: ‘ia-ss-ctl_prev’,
pageName: window.s_pagename,
iCount: currSlide,
refresh: false
});
} else {
wmdPageLink(‘ia-ss-ctl_prev’);
}
}
});

$(‘#dyn-ss-1’).find(‘.controls.primary .next’).on(‘click tap’, function(event) {
event.preventDefault();
slideshowInst.goToNextSlide();

currSlide = slideshowInst.getCurrentSlide() + 1;

if( thisDevice === “mobile” ) {
webmd.metrics.dpv({
moduleName: ‘ia-ss-ctl_next’,
pageName: window.s_pagename,
iCount: currSlide,
refresh: false
});
} else {
wmdPageLink(‘ia-ss-ctl_next’);
}
});

/* Reposition arrows when browser is resized */
$(window).on(‘resize’, function() {
var currentSlide = slideshowInst.getCurrentSlide();

// only run if width changed to prevent it triggering on iPhone scroll
if (currentWidth !== $(window).width()) {
currentWidth = $(window).width();
ss.positionArrowsIa(‘#dyn-ss-1’, currentSlide, slideshow_length);
}
});
},
onSlideAfter: function ($slideElement, oldIndex, newIndex) {
ss.positionArrowsIa(‘#dyn-ss-1’, newIndex, slideshow_length);
}
}
);
});
});
});

Right now, doctors generally rely on questionnaires about a person’s symptoms and written challenges like drawing a clock to begin to home in on brain diseases like depression and dementia. New technologies would replace these with passive monitoring of things like computer or smartphone use, or even changes to a person’s brain waves, to detect brain changes consistent with diseases like Alzheimer’s, Parkinson’s, PTSD, depression, and injuries like a concussion.

Several companies brought products that highlight these new approaches to the recent SharpBrains Virtual Summit. SharpBrains is an independent market research firm tracking products aimed at boosting brain health.

While the technologies discussed are still being studied, all the companies included say they plan to submit their products to the FDA for approval as medical devices. That process is different from the kind of rigorous testing the FDA requires of new drugs, however, and doesn’t guarantee that the products work as claimed.

Here are some of the new products in development.

Finding Brain Trouble Earlier

NeuraMetrix is new software that tracks the rhythm of a person’s typing as they work on a computer.

 “It’s highly likely the most consistent thing that a human body ever does,” says Jan Samzelius, founder and CEO of NeuraMetrix Inc.