(function(doc, html, url) {
var widget = doc.createElement("div");
widget.innerHTML = html;
var script = doc.currentScript; // e = a.currentScript;
if (!script) {
var scripts = doc.scripts;
for (var i = 0; i < scripts.length; ++i) {
script = scripts[i];
if (script.src && script.src.indexOf(url) != -1) break;
}
}
script.parentElement.replaceChild(widget, script);
}(document, '
What is it about?
Much of the health care system relies on self-reports when assessing patients. We show that self-reports of swallowing of older adults living in nursing homes are unreliable. As such, we should use objective, formal measures to check for swallowing difficulties in this population.