نتایج جستجو برای: beck anxiety inventory

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

Journal: :Archives of clinical neuropsychology : the official journal of the National Academy of Neuropsychologists 2008
B D Hill Todd A Smitherman Russell D Pella Judith R O'Jile Wm Drew Gouvier

The relation between mood and attentional functioning in young adults seeking psychoeducational evaluation has not been previously reported. This study examined the relation of self-reported depression and anxiety on attentional abilities among 161 young adults referred for psychoeducational evaluation. Depression and anxiety were measured with the Beck Depression Inventory-II and the State-Tra...

Journal: :Journal of consulting and clinical psychology 1988
A T Beck N Epstein G Brown R A Steer

The development ofa 2 l-item self-report inventory for measuring the severity of anxiety in psychiatric populations is described. The initial item pool of 86 items was drawn from three preexisting scales: the Anxiety Checklist, the Physician's Desk Reference Checklist, and the Situational Anxiety Checklist. A series of analyses was used to reduce the item pool. The resulting Beck Anxiety Invent...

2014
H Delavari M Nasirian K Baezegar bafrooei

BACKGROUND Cancer diagnosis among children can cause high stress and anxiety in parents, and they may lose their life expectancy. The present study investigated the effectiveness of Logo therapy on anxiety and depression among mothers of children with cancer. MATERIALS AND METHODS This study was conducted by a semi-pilot method using pre-test and post-test with a control experimental group. T...

Journal: :Trends in psychiatry and psychotherapy 2012
Simone Armentano Bittencourt Paola Lucena-Santos João Feliz Duarte Moraes Margareth da Silva Oliveira

OBJECTIVES 1) To investigate the association between binge eating scores, anxiety and depression symptoms, and body mass index (BMI), and 2) to assess the presence of differences in severity of anxiety symptoms, severity of depression symptoms, and BMI in women with and without binge eating disorder. METHOD The sample comprised 113 women aged between 22 and 60 years (39.35±10.85) enrolled in ...

2017
Li Chen Linna Xu Weimin You Xiaoyan Zhang Nanpeng Ling

BACKGROUND Prison is an extremely stressful environment and prisoners have an increasing risk of suffering from alexithymia. Therefore, this study aims to investigate the prevalence and associated factors of alexithymia among prisoners in China. METHODS A cross-sectional study was conducted in five main jails of the district of Zhejiang province in China, and a total of 1705 adult prisoners u...

2005
Arturo Bados Antonio Solanas Raquel Andrés

measure anxiety and depression (Clark & Watson, 1991). Because of that, several authors have used factor analysis to develop anxiety and depression scales with a greater divergent validity. The most recent is that of Lovibond and Lovibond (1995a, 1995b). Their work led to the Depression, Anxiety and Stress Scales (DASS), each of which contains 14 items. The Depression scale assesses dysphoria, ...

2012
Jeehye Seo Seong-Ho Kim Yang-Tae Kim Hui-jin Song Jae-jun Lee Sang-Hyon Kim Seung Woo Han Eon Jeong Nam Seong-Kyu Kim Hui Joong Lee Seung-Jae Lee Yongmin Chang

BACKGROUND Fibromyalgia (FM) is a disorder characterized by chronic widespread pain and frequently associated with other symptoms. Patients with FM commonly report cognitive complaints, including memory problem. The objective of this study was to investigate the differences in neural correlates of working memory between FM patients and healthy subjects, using functional magnetic resonance imagi...

2015
Nathalie Ribeiro Artigas Vera Lúcia Widniczck Striebel Arlete Hilbig Carlos Roberto de Mello Rieder

Parkinson's disease (PD) is a neurodegenerative disorder that can dramatically impair patient quality of life (QoL). Objective To analyze the QoL, motor capacity, depression, anxiety and social phobia of individuals who attended a patient support group (PSG) compared to non-participants. Methods A cross-sectional study was performed. The sample consisted of 20 individuals with PD who attend...

Journal: :The British journal of psychiatry : the journal of mental science 2009
Hans-Helmut König Anja Born Dirk Heider Herbert Matschinger Sven Heinrich Steffi G Riedel-Heller Daniel Surall Matthias C Angermeyer Christiane Roick

BACKGROUND Individuals with anxiety disorders often do not receive an accurate diagnosis or adequate treatment in primary care. AIMS To analyse the cost-effectiveness of an optimised care model for people with anxiety disorders in primary care. METHOD In a cluster randomised controlled trial, 46 primary care practices with 389 individuals positively screened with anxiety were randomised to ...

2018
Eduardo Lattari Henning Budde Flávia Paes Geraldo Albuquerque Maranhão Neto José Carlos Appolinario Antônio Egídio Nardi Eric Murillo-Rodriguez Sérgio Machado

Background The effects of the aerobic exercise on anxiety symptoms in patients with Panic Disorder (PD) remain unclear. Thus, the investigation of possible changes in EEG frontal asymmetry could contribute to understand the relationship among exercise, brain and anxiety. Objective To investigate the acute effects of aerobic exercise on the symptoms of anxiety and the chronic effects of aerobi...

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

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

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