نتایج جستجو برای: gunshot firearms

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

Journal: :Journal of epidemiology and community health 2004
Edmond D Shenassa Michelle L Rogers Kirsten L Spalding Mary B Roberts

OBJECTIVE To estimate the protective effect of storing firearms locked or unloaded, or both, on the risk of suicide by firearms among people with relatively low intention to die. DESIGN AND SETTING Cross sectional survey. The 1993 National Mortality Followback Survey of 22 957 deaths in the United States, representing 2.2 million people, conducted by the National Center for Health Statistics....

قندیلی, لطیف , محمودلو, رحیم , کریمی پور, مجتبی , یوسف فام , پریسا,

  Abstract   Background & Aims : Gunshot trauma is a major problem from worlds war until today and its mortality is increased with progress in military industry. According to strategic position of west Azarbaijan province and residue of implanted mines in through the POV our hospital is faced with a lot of gunshot victims. This study aimed to study epidemiologic variable of gunshot victims from...

Journal: :Injury prevention : journal of the International Society for Child and Adolescent Injury Prevention 2010
Mathieu Gagné Yvonne Robitaille Denis Hamel Danielle St-Laurent

OBJECTIVES To examine whether significant changes in method-specific male suicide rates occurred in the province of Quebec after stronger firearms regulations were introduced in Canada in 1991; to ascertain whether more stringent firearms regulations influence firearms and total suicide trends among men and to determine whether different results are obtained according to the statistical methods...

Journal: :American Journal of Public Health 1999

Journal: :trauma monthly 0
ali ebrahimi trauma research center, baqiyatallah university of medical sciences, tehran, ir iran; trauma research center, baqiyatallah university of medical sciences, tehran, ir iran, p.o.box: 1436614313- tehran, tel: +98 21 88053766, fax: +98 21 88053766 nasrin nejadsarvari tehran university of medical sciences, imam khomeini hospital, tehran, ir iran ehsan shams koushki trauma research center, baqiyatallah university of medical sciences, tehran, ir iran

results: we performed reverse sural flaps in eight gunshot patients, to cover the defects of the lower leg and foot. surgical site infection observed in one patient (12.5%) was treated successfully with antibiotic therapy. the reverse sural flap provided a satisfactory coverage for gunshot defects in all the patients. objectives: the purpose of this prospective case series study was explore the...

Journal: :International Journal of Osteoarchaeology 2022

The research was focused on the study of weapon-related traumas in skeletal remains soldiers who died Battle San Martino (Italy, 1859). These are housed monumental ossuary Martino. examination 817 skulls revealed traces injuries 90 skulls, selected and submitted to anthropological studies. aim this work head attributable firearms blade weapons relation armaments military tactics used that perio...

Journal: :Annals of internal medicine 2013
Marshall B Kapp

Increasing public attention has been devoted in the past several years to gun-related injuries. Some of the concern has centered on the safety of individuals, especially and understandably on children, who live in homes with guns. The proper role of physicians in contributing to child safety at home (and elsewhere) is an important, albeit controversial, topic (1). However, gun safety is also a ...

1997
Raymond W. Kelly

Attached are reports prepared by the Bureau of Alcohol, Tobacco and Firearms (ATF) for the 17 communities participating in the Youth Crime Gun Interdiction Initiative. They fulfill three goals by: (1) Documenting how juveniles and youth illegally obtain firearms; (2) Enabling Federal and local enforcement agencies to assess the illegal firearms problem in their communities and develop strategie...

Journal: :Suicide & life-threatening behavior 2010
Gad Lubin Nomi Werbeloff Demian Halperin Mordechai Shmushkevitch Mark Weiser Haim Y Knobler

The use of firearms is a common means of suicide. We examined the effect of a policy change in the Israeli Defense Forces reducing adolescents' access to firearms on rates of suicide. Following the policy change, suicide rates decreased significantly by 40%. Most of this decrease was due to decrease in suicide using firearms over the weekend. There were no significant changes in rates of suicid...

Journal: :Scandinavian journal of public health 2012
Anu Liettu Hannu Säävälä Helinä Hakko Matti Joukamaa Pirkko Räsänen

AIMS Our aim was to compare the weapons used in lethal or potentially lethal violence against parents according to the age (adolescent vs. adult) of the offender and victim (mother vs. father) of the offence. METHOD All forensic psychiatric examination statements of male offenders who had offended violently against one of their parents during 1973-2004 in Finland (n=192) were reviewed retrosp...

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

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

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