نتایج جستجو برای: dental phobia

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

Journal: :European journal of oral sciences 2013
Stephan Doering Marie-Christin Ohlmeier Ad de Jongh Arne Hofmann Vanessa Bisping

It has been hypothesized that treatment specifically focused on resolving memories of negative dental events might be efficacious for the alleviation of anxiety in patients with dental phobia. Thirty-one medication-free patients who met the Diagnostic and Statistical Manual of Mental Disorders (DSM-IV-TR) criteria of dental phobia were randomly assigned to either Eye Movement Desensitization an...

Journal: :European journal of oral sciences 2013
Ulla Wide Boman Viktor Carlsson Maria Westin Magnus Hakeberg

The aim was to investigate the efficacy of behavioural interventions as treatment of dental anxiety/phobia in adults, by conducting a systematic review of randomized controlled trials (RCTs). The inclusion criteria were defined according to the Patients, Interventions, Controls, Outcome (PICO) methodology. The study samples had documented dental anxiety, measured using validated scales [the Den...

Journal: :Journal of anxiety disorders 2009
F M D Oosterink A de Jongh I H A Aartman

The purpose of the present study was to assess which types of experiences are most closely associated with pathological forms of dental anxiety. Data came from a sample of dental patients (n=1462). Pathological dental anxiety was operationalized in two ways: (1) a score of > or =36 on the Short form of the Dental Anxiety Inventory (S-DAI; high dental anxiety, HDA), or (2) fulfilling the screeni...

Journal: :Biological psychology 2011
Anne Schienle Angelika Köchel Verena Leutgeb

Although dental phobia afflicts men and women, gender differences in neural correlates of this disorder have not been investigated thus far. We recorded event-related potential (ERPs) in 30 individuals with dental phobia (15 women, 15 men with comparable disorder severity) and 30 nonphobic controls (15 women, 15 men) while they passively viewed pictures depicting dental treatment, generally fea...

Journal: :Dental Medicine Research 2014

2016
Lubna Al-Nasser Faisel Yunus Anwar E. Ahmed

Background: Dental anxiety is a common problem that hinders patients from seeking timely dental treatment. The aims of this study were 1) To estimate the prevalence of dental phobia in a sample of Saudis in Riyadh, Saudi Arabia, and 2) To identify behavioral consequences of moderate or high dental anxiety in Saudi adults. Materials and Methods: Multistage cluster random sampling was employed to...

Journal: :NeuroImage 2011
Ulrike Lueken Johann Daniel Kruschwitz Markus Muehlhan Jens Siegert Jürgen Hoyer Hans-Ulrich Wittchen

Specific phobia of the animal subtype has been employed as a model disorder exploring the neurocircuitry of anxiety disorders, but evidence is lacking whether the detected neural response pattern accounts for all animal subtypes, nor across other phobia subtypes. The present study aimed at directly comparing two subtypes of specific phobia: snake phobia (SP) representing the animal, and dental ...

Journal: :The International journal of clinical and experimental hypnosis 2014
Joseph Meyerson Nir Uziel

Dental phobia is a well-known condition that may prevent patients from receiving adequate dental care. Dentists offer varied methods to help their patients overcome their phobic reactions and to enable them to proceed with needed dental treatment. These methods include diverse medical and behavioral interventions that are generally intended to regulate physiological, behavioral, cognitive, and ...

Journal: :Pakistan Journal of Medical and Health Sciences 2022

Background: Dental phobia the fear to dental procedures, instruments or dentist is common among people of all ages that cause delay treatments. By finding out response students towards treatment will help in apprehension and overcoming phobia. The purpose this study conducted LMDC medical graduates was know prevalence them. Method: A cross sectional access BDS, MBBS, DPT Pharm D Lahore Medical ...

2016
Kumar Raghav AJ Van Wijk Fawzia Abdullah Md. Nurul Islam Marc Bernatchez Ad De Jongh

BACKGROUND Virtual Reality Exposure Therapy (VRET) is found to be a promising and a viable alternative for in vivo exposure in the treatment of specific phobias. However, its usefulness for treating dental phobia is unexplored. The aims of the present study are to determine: (a) the efficacy of VRET versus informational pamphlet (IP) control group in terms of dental trait and state anxiety redu...

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

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

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