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

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

Journal: :Journal of Oral Science 2021

Numerous studies have confirmed the effectiveness of cognitive behavioral therapy (CBT) for chronic pain, and it is generally regarded as an appropriate intervention. However, may not be effective some pain sites, duration effect limited. In addition, CBT lacked a comparison group. This review summarizes evidence orofacial assists in development guidelines management. A literature search PubMed...

Journal: :Psychotherapy and psychosomatics 1981

behavioral medicine biofeedback and behavioral approaches in psychosomatic medicine ebook, behavioral medicine biofeedback and behavioral approaches in psychosomatic medicine pdf, behavioral medicine biofeedback and behavioral approaches in psychosomatic medicine doc and behavioral medicine biofeedback and behavioral approaches in psychosomatic medicine epub for behavioral medicine biofeedback ...

Journal: :The Japanese Journal of Rehabilitation Medicine 1987

Journal: :Applied sciences 2023

Phobias are a type of anxiety disorder characterized by severe fear objects and situations. In recent years, virtual reality exposure therapy has emerged as safer more convenient method treating phobias, with the same rate success classical therapy, in vivo to stimuli. Following extensive research concerning available technologies after studying state art field, we developed PhoVR (Phobia throu...

Journal: :Frontiers in bioscience 2018
Enzo Maria Vingolo Giuseppe Napolitano Serena Fragiotta

Microperimetric biofeedback training (MBFT) is a visual rehabilitative strategy based on fixation stability improvement reinforcing or creating a new preferential fixation locus. The rationale consists in reeducating visual system to a new visual condition, promoting retina-brain transmission, and thus cortical plasticity. The use of MBFT found is major application in visual diseases involving ...

Journal: :International Journal of Electronics and Telecommunications 2023

In this paper the biofeedback therapy application is presented. The implemented in desired system based on RaspberyPI. EEG signal taken using popular headset with forehead probe and ear reference one. A patient trying to focus task should keep attention level above threshold, threshold given monitor by therapist. success factor during one session be more than about 80%, so therapist have contro...

2014
Sasa Ilovar Danaja Zolger Eduardo Castrillon Josip Car Kit Huckvale

BACKGROUND Bruxism is a disorder of jaw-muscle activity characterised by repetitive clenching or grinding of the teeth which results in discomfort and damage to dentition. The two clinical manifestations of the condition (sleep and awake bruxism) are thought to have unrelated aetiologies but are palliated using similar techniques. The lack of a definitive treatment has prompted renewed interest...

Journal: :Kalpa publications in computing 2023

The fear of public speaking is one the most common social phobias causing anxiety problems in many people. In this context, project focuses on developing a tool capable helping mental health professionals using virtual reality as controlled environment expository therapies, case applied to Glossophobia. To enhance creation self-control mechanisms these patients, use explored with aid Neuro and ...

Journal: :Communication Sciences and Disorders 2022

Objectives: Biofeedback therapy is a training technique that has positive effect on the voice. In order to conduct resonant voice or tube phonation more effectively, it important for patient feel vibration sensation in specific part of facial structures. Therefore, this study, clinical basis was presented by quantifying site and magnitude using sensors during various semi-occluded vocal tract p...

Journal: :Health technology assessment 2009
J Greenhalgh R Dickson Y Dundar

OBJECTIVES To assess the evidence for the long-term effectiveness of biofeedback for the treatment of essential hypertension in adults and to model any clinical benefits. DATA SOURCES Bibliographic databases including the Cochrane Library, EMBASE, MEDLINE, ISI Web of Knowledge/Web of Science, ISI Web of Knowledge/ISI Proceedings, the Cochrane Library 2007, CINAHL, AMED and PsycINFO were searc...

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

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

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"; } -->