نتایج جستجو برای: morbidity violence

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

Journal: :Canadian journal of public health = Revue canadienne de sante publique 2007
Chantelle A M Richmond

OBJECTIVE Societies that foster high-quality social relationships and social support seemingly produce healthier populations. Existing research identifies social support as a significant dimension and determinant of Canadian Aboriginal health, yet patterns of morbidity and mortality overwhelmingly reflect social causes (e.g., violence, suicide), thereby suggesting that social support may not be...

Journal: :JAMA pediatrics 2013
Helena M McAnally Lindsay A Robertson Victor C Strasburger Robert J Hancox

outer percentiles with potential morbidity may be flawed if we use WHO standards. In a recent study from Norway and Belgium, proportions of the healthy children outside the 2 SDs of WHO standards were different than expected. Furthermore, Finnish children are 0.2 to 0.8 SD taller on average than the WHO standards. Thus, the concept of “similarity” of heights among children from different ethnic...

Journal: :Canadian journal of psychiatry. Revue canadienne de psychiatrie 2004
Tanya L Zakrison Amira Shahen Shaban Mortaja Paul A Hamel

OBJECTIVE To determine the prevalence of psychological morbidity among Palestinian children living in the southern Bethlehem District of the West Bank during July 2000. METHODS We undertook a descriptive study using the Rutter A2 (parent) Scale to determine psychological morbidity. This questionnaire comprises 31 questions that were answered by a parent of the 206 subject children (ages 6 to ...

2014
Thaliny Batista Sarmento de OLIVEIRA Magaly Suênia Abrantes PINTO Rodrigo Feliciano de MAACEDO Thaisy Sarmento Batista de OLIVEIRA Alessandro Leite CAVALCANTI

BACKGROUND Children and adolescents are vulnerable to violent situations in their social, family and school environment. The aim of the study was to characterize morbidity due to violence in Brazilian children and adolescents. METHODS A cross-sectional study through the analysis of 1,356 corpus delicti medical reports and police reports of children and adolescents aged 0-19 years, victims of ...

Journal: :Jornal de pediatria 2005
Luciana Phebo Anna Tereza M S de Moura

OBJECTIVES To present the main aspects of an approach to urban violence among children and adolescents and to point out the social and educational role of pediatricians. SOURCES OF DATA A literature review based on MEDLINE, LILACS and SciELO was carried out for the years 1993 to 2005, using the following keywords: urban violence, children and adolescents. In addition to the review, policies a...

2011
Lynn B Meuleners Andy H Lee Patti A Janssen Michelle L Fraser

BACKGROUND Interpersonal violence is responsible for more ill-health and premature death in women under the age of 45 than other preventable health conditions, but findings concerning the effects of violence during pregnancy on both maternal and foetal health have been inconsistent. METHODS A retrospective population-based cohort study was undertaken using linked data from the Hospital Morbid...

Journal: :European journal of emergency medicine : official journal of the European Society for Emergency Medicine 1998
Deirdre Anglin Carolyn Sachs

OBJECTIVES The most effective methods for identification and management of domestic violence (DV) victims in health care settings are unknown. The objective of this study was to systematically review screening for DV in the emergency department (ED) to identify victims and decrease morbidity and mortality from DV. METHODS Using the terms "domestic violence" or "partner violence," and "identif...

2013
Wagner Silva Ribeiro Jair de Jesus Mari Maria Inês Quintana Michael E. Dewey Sara Evans-Lacko Liliane Maria Pereira Vilete Ivan Figueira Rodrigo Affonseca Bressan Marcelo Feijó de Mello Martin Prince Cleusa P. Ferri Evandro Silva Freire Coutinho Sérgio Baxter Andreoli

BACKGROUND Violence and other traumatic events, as well as psychiatric disorders are frequent in developing countries, but there are few population studies to show the actual impact of traumatic events in the psychiatric morbidity in low and middle-income countries (LMIC). AIMS To study the relationship between traumatic events and prevalence of mental disorders in São Paulo and Rio de Janeir...

2012
JU Achor PC Ibekwe

BACKGROUND Even though intimate partner violence represents a major public health problem in Nigeria, much of its associated burden of psychiatric morbidity presenting in the clinical setting goes unrecognized and untreated. OBJECTIVES The purpose of this paper is to clarify the psychiatric perspectives on intimate partner violence and highlight the barriers that militate against the detectio...

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

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

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