نتایج جستجو برای: somatic anxiety

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

Journal: :The British journal of psychiatry : the journal of mental science 2012
Niina Markkula Tommi Härkänen Jonna Perälä Krista Partti Sebastián Peña Seppo Koskinen Jouko Lönnqvist Jaana Suvisaari Samuli I Saarni

BACKGROUND Mental disorders are associated with increased mortality, but population-based surveys with reliable diagnostic procedures controlling for somatic health status are scarce. AIMS To assess excess mortality associated with depressive, anxiety and alcohol use disorders and the principal causes of death. METHOD In a nationally representative sample of Finns aged 30-70 years, psychiat...

2011
Simon Øverland Marit Knapstad Ingvard Wilhelmsen Arnstein Mykletun Nick Glozier

BACKGROUND Gastrointestinal complaints are very common in the general population and very often co-occur with common mental disorders. We aimed to study the prospective impact of gastrointestinal complaints on long term sickness absence, and address the contribution from co-occurring common mental disorders and other somatic symptoms. METHOD Health data on 13 880 40-45 year olds from the Hord...

Introduction: Paddy farming has been reported as one of the most important causes of non-fatal injuries and occupational accidents among farmers. The ignorance of the health of farmers can cause harm to farmers and lead to disability. As a result, these health consequences can result in less exploitation and economic growth in households. Therefore, this study aimed to determine the general hea...

2014
Emily Ruedinger Dianne Neumark-Sztainer

somatic symptoms in adolescents is important in designing or improving interventions for these patients. Methods: Participants were 141 middle school adolescents, aged 11to 15-years, with a mean age of 12.33-years (SD 1⁄4 1.22). Male participants made up 43.3% of the sample. Participants were asked to complete a questionnaire packet, with up to 20 students participating at one time. Portions of...

2017
Paul Gregory Salmon Paul G. Salmon

A COMPARISON OF BRIEF, SINGLE-SESSIONS OF PHYSICAL ACTIVITY AND RELAXATIONIMEDITATION ON AFFECTIVE RESPONSES OF FEMALE UNDERGRADUATES Paul G. Salmon December 8, 2003 This study compared brief, single sessions of physical activity (P A, self-paced treadmill walking) and relaxation/meditation (RIM, the 'Body Scan') on positive and negative affect and anxiety measures in female undergraduates. Bot...

2017
Wei Cai Yung-lung Tang Song Wu Hong Li

This study developed and validated a new measure to assess the death anxiety (i.e., Scale of Death Anxiety, SDA) on an individual's somatic, cognitive, emotional, and behavioral reactions from a symptomatic perspective in Chinese youth samples. Following a systematic process, a four-factor structure of the SDA was identified through principle components analysis and confirmatory factor analysis...

Journal: :Human psychopharmacology 2008
Jonathan Davidson Christer Allgulander Mark H Pollack James Hartford Janelle S Erickson James M Russell David Perahia Madalaine M Wohlreich Janice Carlson Joel Raskin

OBJECTIVE To assess the efficacy and tolerability of duloxetine in elderly patients with generalized anxiety disorder (GAD). METHODS Acute-phase data from a subset of patients (>or=65 years) with GAD were pooled from four randomized, double-blind, placebo-controlled trials of duloxetine (3 flexible, 1 fixed dosing). Patients were treated with duloxetine 60-120 mg once daily or placebo for 9-1...

2016
Ewa A Ogłodek Anna M Szota Marek J Just Aleksander Araszkiewicz Adam R Szromek

AIM Alexithymia is associated with limited cognitive processing of emotions by an individual suffering from recurrent urticaria and alexithymia and makes them focus on somatic manifestations of emotional arousal and on poorly controlled compulsive reactions to negative stimulation. Alexithymia is considered to be a personality trait, which, along with other factors, predisposes individuals towa...

2010
Nader Haftgoli Bernard Favrat François Verdon Paul Vaucher Thomas Bischoff Bernard Burnand Lilli Herzig Javier Garcia-Campayo

Title: Patients presenting with somatic complaints in general practice: depression, anxiety and somatoform disorders are frequent and associated with psychosocial stressors

Journal: :Psychotherapie, Psychosomatik, medizinische Psychologie 2002
Frank Röhricht Wolfram Beyer Stefan Priebe

In view of the uncertain relationship between body related "Boundary loss" and anxiety as well as depression symptoms we carried out the following study. Our aim was to explore these symptoms in their diagnostic and clinical significance and to define body distortions and organic disturbances. We examined the body perception (via Image Marking Procedure), aspects of body image via Body Distorti...

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

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

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