(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?
Here, we assess how speech pathology exercises, namely cough suppression therapy techniques, are able to impact patients' self-reported severity of swallowing discomfort. This study examines these symptom changes in patients with both chronic cough and dysphagia, and we observe that swallowing discomfort is reduced in patients following these therapy interventions.