نتایج جستجو برای: symptoms of anxiety

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

Journal: :iranian journal of public health 0
abolfazl mohammadi dept. of psychiatry, school of medicine, tehran university of medical sciences, tehran, iran. behrooz birashk banafsheh gharaie

the cognitive behavioral interventions based on the transdiagnostic approach for emotional disorders have received useful empirical supports in recent years. most of the researches on this area have been conducted without any control group. moreover, little information about comparative effectiveness has reported. the current study was compared transdiagnostic group therapy with classical cogni...

ایزدی دهنوی, سعیده, حیدری نسب, لیلا, یعقوبی, حمید,

Introduction: The present study aimed to examine changes in depression and anxiety symptoms and their correspondence to fluctuations in sexual dysfunction with daily diary approach. Methods: The present study was of the correlation type, conducted in 2015. To investigate this study, at first, 120 young married women from the University of Tehran were selected in a manner available nationwide....

2017
Hang Su Jie Zhang Wenwei Ren Ying Xie Jingyan Tao Xiangyang Zhang Jincai He

Anxiety is often a core element of withdrawal symptoms; however, risk factors associated with anxiety symptoms during the early stage of withdrawal in methamphetamine (METH) users are not well understood. Two hundred ten METH-dependent subjects who had been abstinent for 1 to 7 days were recruited. We used a set of self-administrative questionnaires eliciting information on sociodemographics, d...

Mina Salimi, Razieh Hadizadeh Kaffash,

Although some childhood fairs and anxieties are as part of normal development in children, but relatively stable over time and may have some anxiety problems in adolescence and adulthood continue to increase. This study is done to determine the effectiveness of CBT (which was included: relaxation, visualization ideally, self-ordering in Maykenbam way, thinking-stop of anxiety in Wolpe way and c...

Journal: :Journal of anxiety disorders 2010
Thomas A Fergus David P Valentiner Patrick B McGrath Simon Jencius

Researchers postulate that both shame and guilt are emotions important to anxiety disorders. Extant data, however, indicate that guilt-proneness shares non-significant relationships with psychopathology symptoms after controlling for shame-proneness. To further investigate the relevance of shame and guilt to the anxiety disorders domain, the current study examined associations between shame- an...

Journal: :Journal of adolescence 2014
Brittany L Mathews Kathryn A Kerns Jeffrey A Ciesla

Etiological models identify difficulties in emotion regulation as potential contributors to the development and maintenance of anxiety. To date, studies with adolescents have not tested whether different types of anxiety symptoms are related to different emotion regulation difficulties. The current study aimed to examine specificity of associations between emotion regulation difficulties and sy...

Journal: :Psychiatry research 2008
Kyung Bong Koh Dong Kee Kim Shin Young Kim Joong Kyu Park Mooyoung Han

The objective of this study was to examine the relationship between anger management style, depression, anxiety and somatic symptoms in anxiety disorder and somatoform disorder patients. The subjects comprised 71 patients with anxiety disorders and 47 with somatoform disorders. The level of anger expression or anger suppression was assessed by the Anger Expression Scale, the severity of anxiety...

Abbas Abolghasemi, Ayat Hazratyan Kalan, Ozra Ghafari,

Social anxiety disorder is an anxiety disorder in which a person has an excessive and unreasonable fear of social situations. Social anxiety and self-consciousness arise from a fear of being closely watched and criticized by others. Clinical observation also suggests that some persons with social anxiety disorder may experience intense anger at others upon perceived negative evaluation or when ...

Journal: :Journal of pediatric psychology 2010
Michele Herzer Korey K Hood

OBJECTIVE To examine the prevalence of anxiety symptoms and their association with blood glucose monitoring (BGM) and glycemic control in adolescents with type 1 diabetes. METHODS 276 adolescents and their caregivers completed measures of anxiety symptoms. Adolescents completed a measure of depressive symptoms. Demographic and family characteristics were obtained from caregiver report. Diabet...

Journal: :international journal of high risk behaviors and addiction 0
bahman kord tamini department of psychology, faculty of education and psychology, university of sistan and baluchestan, zahedan, ir iran; department of psychology, faculty of education and psychology, university of sistan and baluchestan, zahedan, ir iran. tel: +98-5412416143, fax: +98-5412416120 mahvash raghibi department of psychology, faculty of education and psychology, university of sistan and baluchestan, zahedan, ir iran nour-mohammad bakhshani department of clinical psychology, zahedan university of medical sciences, research center for children and adolescents health, zahedan, ir iran

conclusions the research revealed that nonsmokers showed better mental health and dyadic adjustment than smokers, thus suggesting that smoking endangers and can impair the tranquility of families and that smoking also threatens the dyadic adjustment of couples. background the mental health and dyadic adjustment of smokers is a matter of serious concern which brings many demerits on mental healt...

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

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

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