نتایج جستجو برای: biofeedback therapy

تعداد نتایج: 656311  

Journal: :Environmental Health Perspectives 2003
E Hood

Background: Development and increasing acceptance of rehabilitation robots as well as advances in technology allow new forms of therapy for patients with neurological disorders. Robot-assisted gait therapy can increase the training duration and the intensity for the patients while reducing the physical strain for the therapist. Optimal training effects during gait therapy generally depend on ap...

Journal: :Nippon Daicho Komonbyo Gakkai Zasshi 2015

Journal: :Practica Oto-Rhino-Laryngologica 1990

Journal: :World Journal of Gastroenterology 2006

2017
Ju-Hong Kim

[Purpose] While electromyography (EMG) biofeedback has been recently used in diverse therapeutic interventions for stroke patients, research on its effects has been lacking. Most existing studies are confined to functions of the lower extremities, and research on upper extremity functional recovery using EMG biofeedback training is limited. Therefore, this study examined the effects of training...

2012
Katarzyna Krzemińska Michał Maternik Magdalena Drożyńska-Duklas Przemysław Szcześniak Piotr Czarniak Andrzej Gołębiewski Aleksandra Żurowska

INTRODUCTION Dysfunctional voiding is a frequent condition in children associated with symptoms of incontinence. The aim of this study was to present the efficacy of biofeedback treatment on the resolution of clinical symptoms in a large cohort of children with urodynamically confirmed dysfunctional voiding. MATERIAL AND METHODS 81 children (75 girls and 6 boys) aged 6-18 years (mean: 10.32 ±...

2015
Jeong-Ki Kim Byeong Geon Jeon Yoon Suk Song Mi Sun Seo Yoon-Hye Kwon JI Won Park Seung-Bum Ryoo Seung-Yong Jeong Kyu Joo Park

PURPOSE This study prospectively investigated the effects of biofeedback therapy on objective anorectal function and subjective bowel function in patients after sphincter-saving surgery for rectal cancer. METHODS Sixteen patients who underwent an ileostomy were randomized into two groups, one receiving conservative management with the Kegel maneuver and the other receiving active biofeedback ...

Journal: :Gut 1990
V Loening-Baucke

The efficacy of biofeedback treatment on faecal incontinence and anorectal function was evaluated in eight patients with faecal incontinence treated with biofeedback training and medical therapy. Outcome and anorectal function were compared with nine faecal incontinent patients who received medical therapy alone. Three month follow up showed that 50% of patients in the biofeedback plus conventi...

2013
Brenna Singer

This critical review examines whether videonasopharyngoscopy biofeedback is an effective therapy tool in improving velopharyngeal closure in patients with cleft palate. Study designs in this review include: randomized clinical trial, single subject ‘n-of-1’, single group or case series pre-posttest study, and systematic review. Results of these studies provide suggestive evidence for the clinic...

Journal: :Research, Society and Development 2021

The present study aimed to evaluate the influence of cardiac coherence through Biofeedback Therapy (BT) with paced breathing on blood pressure, stress and anxiety levels in individuals essential arterial hypertension. participants underwent 8 sessions guided by biofeedback visual therapy for 20 minutes, which they were evaluated clinical assessment, Hamilton Anxiety Rating Scale, Perceived Stre...

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->