نتایج جستجو برای: negative religious coping

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

Journal: :The International journal of social psychiatry 2013
M S Nurasikin L A Khatijah A Aini M Ramli S A Aida N Z Zainal C G Ng

BACKGROUND Patients having psychiatric diagnoses often experience high level of distress. Religiousness is often used by them as part of their coping mechanism and problem-solving strategies. OBJECTIVE To determine the level of religious commitment and coping methods in psychiatric patients and its relationship with distress level. METHODS Religious commitment and coping patterns were measu...

Journal: :journal of reproduction and infertility 0

background: infertility as a crisis can both lead to negative reactions and stress in infertile couples and bring about positive reactions and growth, to which henceforth posttraumatic growth is referred. this study was conducted to model the relation between martial adjustment and posttraumatic growth through the mediation of religious coping strategies in infertile couples. methods: this corr...

Journal: :iranian rehabilitation journal 0
zahra nikmanesh university of sistan and baluchestan, zahedan, iran leila parandeh university of sistan and baluchestan, zahedan, iranسازمان اصلی تایید شده: دانشگاه سیستان و بلوچستان (sistan va baloochestan university) syed hamid reza abtahi department of otorhinolaryngology-head and neck surgery,isfahan university of medical sciences, isfahan, iran.سازمان اصلی تایید شده: دانشگاه سیستان و بلوچستان (sistan va baloochestan university) mahsa sepehrnejad isfahan university of medical sciences, isfahan, iran.سازمان اصلی تایید شده: دانشگاه علوم پزشکی اصفهان (isfahan university of medical sciences) mohammad hossein nilforoush department of otorhinolaryngology-head and neck, isfahan university of medical sciences, isfahan, iran.سازمان اصلی تایید شده: دانشگاه علوم پزشکی اصفهان (isfahan university of medical sciences)

objectives: the present study aimed to investigate the relationship between religious coping and quality of life of mothers of children with hearing deficiency.  methods: in this study, 55 mothers of children with hearing deficiency referred to isfahan cochlear implant center, from june to august 2012, were selected through applying census method. the participants answered the questionnaires of...

ژورنال: اعتیاد پژوهی 2020

Objective: The purpose of this study was to investigate the mediating role of religious coping styles in the relationship between religious attitudes and self-concept with addiction tendency in the students of Guilan University. Method: The study was a correlational design. A total of 530 students of Guilan University were selected by cluster sampling method and answered to the questionnaires o...

2010
Jeremy P. Cummings

Religious coping now represents a key variable of interest in research on health outcomes, not only because many individuals turn to their faith in times of illness, but also because studies have frequently found that religious coping is associated with desirable health outcomes. The purpose of this article is to familiarize readers with recent investigations of religious coping in samples with...

Journal: :Respiratory care 2011
Marquisha R Green Charles F Emery Elizabeth Kozora Philip T Diaz Barry J Make

BACKGROUND Although prior research indicates that religious and spiritual coping is associated with positive health outcomes, few studies have examined religious and spiritual coping among patients with emphysema. OBJECTIVE To describe the utilization of religious and spiritual coping and its relationship to quality of life among patients with emphysema, in a 2-year longitudinal follow-up st...

Journal: :Journal of clinical psychology 2006
Kelly M McConnell Kenneth I Pargament Christopher G Ellison Kevin J Flannelly

The present study investigated the relationship between spiritual struggles and various types of psychopathology symptoms in individuals who had and had not suffered from a recent illness. Participants completed self-report measures of religious variables and symptoms of psychopathology. Spiritual struggles were assessed by a measure of negative religious coping. As predicted, negative religiou...

Journal: :Journal of traumatic stress 2004
C V O Witvliet K A Phipps M E Feldman J C Beckham

This study assessed mental and physical health correlates of dispositional forgiveness and religious coping responses in 213 help-seeking veterans diagnosed with PTSD. Controlling for age, socioeconomic status, ethnicity, combat exposure, and hostility, the results indicated that difficulty forgiving oneself and negative religious coping were related to depression, anxiety, and PTSD symptom sev...

باستانی, فریده, جانانی, لیلا, رحمت نژاد, لیلی, رمضان زاده تبریز, الهه, قاسمی, الهام,

Background and Objective: Caregivers of patients with dementia face with challenges and negative outcomes of stress. The impact of stressor events on mental health is related to coping strategies and religious coping is one of the supportive strategies in family caregivers. The aim of this study was to investigate the perceived stress and religious coping among female caregivers of the e...

2016
Seyyedeh Fatemeh Ghafouri Saeed Ghanbari Hajar Fallahzadeh Omid Shokri

BACKGROUND Infertility as a crisis can both lead to negative reactions and stress in infertile couples and bring about positive reactions and growth, to which henceforth posttraumatic growth is referred. This study was conducted to model the relation between martial adjustment and posttraumatic growth through the mediation of religious coping strategies in infertile couples. METHODS This corr...

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

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

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