نتایج جستجو برای: suicide ideations

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

Journal: :زن در توسعه و سیاست 0
زهرا نصرالهی دانشیار علوم اقتصادی دانشگاه یزد عزت الله لطفی دانشجوی کارشناسی ارشد علوم اقتصادی دانشگاه یزد عطیه هنردوست کارشناس ارشد علوم اقتصادی دانشگاه مفید

the rate of suicide globally and in iran is increasing. suicide destroys human capital and poses huge obstacles for the improvement of women’s health and for the wider public health agenda. the main objectives of this paper is to review the available evidence on suicide in iran as well as to explore the underlying causes and reasons for suicidal tendencies among iranian women. the paper tests w...

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

Objective: The present study was conducted to identify risk and prediction factors of suicide attempts among drug abusers. Method: This causal-comparative study was conducted on 91 drug abusers that included 42 male and female suicide attempters and 49 male and female counterparts. Millon multi-axial personality inventory-II (MCMI-II), Dass-42 (depression, anxiety, stress), and coping styles in...

Background: Deaths due to potential suicide are preventable and this phenomenon is costly for the health care system and contradicts the values and cultural standards of an Islamic country. Methods: This study is a retrospective study. The research population includes all cases of suicide during the years 2011-2018 who were referred to the emergency department of Babol hospitals. The results w...

مهدی یار, منصوره, نجاتی, سیده فرشته, گودرزی, محمد علی,

Suicide affects all societies and has unfortunately become more common in recent decades.  Understanding the factors influencing this phenomenon can help in developing programs to reduce suicide.  Past studies have identified emotional vulnerabilities such as emotion dysregulation as risk factors for suicide. A secondary factor is parenting styles, which again has been studied for its effect on...

ژورنال: Hormozgan Medical Journal 2013
Hosseinpoor, M. , Khajeh, E. , Rezvani, Y. , Sedigh, B. ,

Introduction: Suicide is one of the most important social and public health issues which affect not only the persons who attempted but also their families and community. World Health Organization estimated in 2000 about one million people has died by suicide. In many countries suicide is among main 10 reasons for mortality and one out of three causes of death for15-35 year old age group. Method...

Introduction: the psychological factors and life skills could have important role in attempting suicide of women. The purpose of this study was to identify some of the predictors of suicide in women by comparing two groups of Chemical Suicide female Attempters and control. The research method is causal comparative and the statistical society consisted of women attempting suicide by chemical dru...

kiani Chelmari, Ahmadreza, Ramezani, Shoukofeh, rashid, Sajjad,

Objectives The current study aimed at validating the Integrated Motivational-Volitional Model of suicidal behavior in Iranian students.  Methods The population of the current descriptive correlational and structural equation model included all students of Ardabil city among which 520 people of Mohaghegh Ardabili University students were selected as the sample. Suicide Attempt Scale, The Suicid...

  Background: Suicide can be defined as an intentional act of self harm that leads to death. The aim of the present study was to determine the epidemiological characteristics of suicide cases which were recorded by Rafsanjan Legal Medical Organization from 2004 to 2009.   Materials and Methods: This descriptive study was carried out in the year 2010 in Rafsanjan County of Kerman ...

Journal: :international journal of pediatrics 0
amir hosein ghazizadeh hashemi assistant professor of otorhinolaryngology, shahid beheshti university of medical sciences, tehran, iran. maryam ajilian abbasi ibn-e- sina hospital, mashhad university of medical sciences, mashhad, iran. bibi leila hoseini midwifery msc; instructor, midwifery department, sabzevar university of medical sciences, sabzevar, iran. gholam hasan khodaei advisor to the president of the university, mashhad university of medical sciences, mashhad, iran. masumeh saeidi students research committee, faculty of medicine, mashhad university of medical sciences, mashhad, iran.

over 800,000 people die due to suicide every year and there are many more who attempt suicide. hence, many millions of people are affected or experience suicide bereavement every year. suicide occurs throughout the lifespan and was the second leading cause of death among 15-29 year olds globally in 2012. it is a global phenomenon in all regions of the world; suicide accounted for 1.4% of all de...

Journal: :Psychiatry research 2015
Martin Lindström Maria Rosvall

Studies of the association between parental separation in childhood and suicide thoughts and attempts are scarce. The aim of this study is to investigate associations between parental separation/divorce during childhood, and ever having had suicide thoughts and ever having made suicide attempt, adjusting for social capital and other covariates. In 2012 a cross-sectional public health survey was...

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

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

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