نتایج جستجو برای: transdiagnostic treatment

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

Journal: :Discover Psychology 2022

Abstract Diabetes Mellitus (DM) is the most common metabolic disorder and cause of death in eastern populations, with prevalence estimated to be at level epidemic illness. Despite medical attention, psychological factors remain a significant contributor DM, requiring effective interventions. This study evaluated effects Mindfulness-integrated Cognitive Behavior Therapy (MiCBT) on depression, tr...

Journal: :Journal of anxiety disorders 2015
Michel A Thibodeau R Nicholas Carleton Peter M McEvoy Michael J Zvolensky Charles P Brandt Paul A Boelen Alison E J Mahoney Brett J Deacon Gordon J G Asmundson

Intolerance of uncertainty (IU) is a construct of growing prominence in literature on anxiety disorders and major depressive disorder. Existing measures of IU do not define the uncertainty that respondents perceive as distressing. To address this limitation, we developed eight scales measuring disorder-specific intolerance of uncertainty (DSIU) relating to various anxiety disorders and major de...

Journal: :Journal of clinical child and adolescent psychology : the official journal for the Society of Clinical Child and Adolescent Psychology, American Psychological Association, Division 53 2017
Lori M Hilt Brian T Leitzke Seth D Pollak

Rumination, a cognitive process that involves passively, repetitively focusing on negative feelings and their meaning, is a transdiagnostic risk factor for psychopathology. Research with adults has suggested that attentional control difficulties may underlie rumination, but questions remain about the nature of these processes. Furthermore, the relationship between attentional control and rumina...

Journal: :گوارش 0
mina mazaheri narges mohammadi hamed daghaghzadeh hamid afshar

background: the unified treatment approach (up), an emotion-focused cognitive-behavioral therapy that holds emotional processes as a central target of treatment, is applicable for disorders with strong emotional components. the aim of this study was to examine the effectiveness of emotion regulation intervention derivative from the up on emotional problems and quality of life among patients wit...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه مازندران 1387

vocabulary as a major component of language learning has been the object of numerous studies each of which has its own contribution to the field. finding the best way of learning the words deeply and extensively is the common objective of most of those studies. however, one effective way for achieving this goal is somehow neglected in the field. using a variety of activities such as games can r...

Journal: :Psychotherapy research : journal of the Society for Psychotherapy Research 2012
James F Boswell Shannon E Sauer-Zavala Matthew W Gallagher Nicole K Delgado David H Barlow

Initial symptom severity is a client characteristic associated with psychotherapy outcome, although this relationship is not well-understood. Readiness to change is a factor that may influence this relationship. This study tested readiness as a moderator of the relationship between initial severity and symptom change. Data were derived from an RCT examining the efficacy of a transdiagnostic CBT...

2016
Allison G. Harvey Kerrie Hein Lu Dong Freddie L. Smith Michael Lisman Stephanie Yu Sophia Rabe-Hesketh Daniel J. Buysse

BACKGROUND Severe mental illness (SMI) is common, chronic and difficult to treat. Sleep and circadian dysfunctions are prominent correlates of SMI, yet have been minimally studied in ways that reflect the complexity of the sleep problems experienced. Prior treatment studies have been disorder-focused-they have treated a specific sleep problem in a specific diagnostic group. However, real life s...

2016
Sverre U. Johnson Asle Hoffart

We aimed to systematically evaluate a generic model of metacognitive therapy (MCT) with a highly comorbid anxiety disorder patient, that had been treated with diagnosis-specific cognitive-behavioral therapy (CBT) without significant effect. Traditionally, CBT has progressed within a disorder-specific approach, however, it has been suggested that this could be less optimal with highly comorbid p...

2016
C. L. H. Bockting A. D. Williams K. Carswell A. E. Grech

The World Health Organization (WHO) reports that low- and middle-income countries (LMICs) are confronted with a serious 'mental health gap', indicating an enormous disparity between the number of individuals in need of mental health care and the availability of professionals to provide such care (WHO in 2010). Traditional forms of mental health services (i.e. face-to-face, individualised assess...

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

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

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