نتایج جستجو برای: road traffic death

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

Journal: :مجله علوم اعصاب شفای خاتم 0
khosro sadeghniiat-haghighi occupational sleep research center, tehran university of medical sciences, tehran, iran.

one of the leading causes of death and disability in the middle east is road traffic accidents. there are multiple factors that cause these traffic accidents, and the most important of which is fatigue, drowsiness and lack of concentration. the risk of road traffic accidents due to sleepiness, which were reported by police, increased by more than sevenfold in low alertness hours during circadia...

Journal: :مجله علوم اعصاب شفای خاتم 0
alireza ghaznavi pediatric orthopaaed department, tehran, iran

injuries caused by traffic accidents cause many deaths and disabilities children. road traffic injuries are the main cause of death between the ages of 15 and 19 years and is the second cause of death among 5 to 14 year olds. children's attitudes about driving and safe use of roads formed in 11 years. road traffic injuries is one of the five cause of disability among children. most victims...

Journal: :مجله علوم اعصاب شفای خاتم 0
amin saberinia disaster & emergency management center, ministry of health & medical education, tehran, iran mashyaneh haddadi injury prevention & safety promotion department, ministry of health & medical education, tehran, iran

road traffic injuries as a man-made calamity impose great burden on poor people and needs to be addressed through social justice and end of poverty. pointing out that around 186,300 children under the age of 18 are killed every year, and much more are injured, urgent need to work on road safety measures will be revealed. although preventing road traffic crashes from occurring should be the main...

افخمی نیا, فرزانه, رحیمی, الهه, موسوی نسب, نورالدین, یزدانی چراتی, جمشید,

Background and objectives: Road accidents are one of the most important causes of mortality and severe physical and psychological damage which may lead to adverse social, cultural and economic consequences in the human community. Frequency and severity of road accidents in developing countries are noticeably higher in comparison to developed countries. In Iran, 25% of casualties are due to the ...

Ali Kamali, Ali Sharifi, Hamid Sharifi, Naser Nasiri, Parvaneh Nazari,

Background: Several factors influence the growth in the number of road traffic accidents and the resulting death rate. Road accident scenarios can be considered in different seasons and time intervals. In the present study, the role of factors effective in the growth of the number of accidents was explored in the south of Kerman during the period from 2013 to 2017. Materials and Methods: In th...

Amin Saberinia, Mashyaneh Haddadi,

Road traffic injuries as a man-made calamity impose great burden on poor people and needs to be addressed through social justice and end of poverty. Pointing out that around 186,300 children under the age of 18 are killed every year, and much more are injured, urgent need to work on road safety measures will be revealed. Although preventing road traffic crashes from occurring should be the main...

Road traffic accidents are the leading cause of death in international travelers. With the growth of international travel, the number of visitors who rent a vehicle upon arrival at their destination by air or by sea is expected to increase. Jet lag is a well-recognized maladaptation to international travel across multiple time zones. Little is known about the possible influence of jet lag sympt...

The main objective of this study is to estimate a part of road traffic injury costs including costs due to fatality and disability, which are related to lost social products. Lost output consists of costs, which are related to losses of national product or lost-income in death, hospitalization or physical disabilities. In recent years, the Disability-Adjusted Life Years (DALYs) has been used as...

Journal: :bulletin of emergency and trauma 0
mahmood vakili md, mph, associate professor in community medicine, school of medicine, shahid sadoughi university of medical sciences, yazd, iran mohsen mirzaei md, mph, department of community medicine, school of medicine, monitoring of health research center ,shahid sadoughi university of medical sciences, yazd, iran azar pirdehghan md, mph, assistant professor in community medicine,, school of medicine, hamadan university of medical sciences, hamadan, iran mohamadreza sadeghian md, mph, health center of yazd province, yazd shahid sadoughi university of medical sciences, yazd, iran majid jafarizadeh md, mph, health center of yazd province, yazd shahid sadoughi university of medical sciences, yazd, iran mojtaba alimi bs, expert in public health, shahid sadoughi university of medical sciences, yazd, iran

objectives : to estimate the disabled-adjusted life years ( dalys) of road traffic accidents in patients referred to hospitals in yazd province, central iran. methods: this cross-sectional study was conducted in yazd province during 2010. to calculate the years of life lost (yll) due to premature death and to calculate the incidence of non-fatal injuries and years lost due to disability (yld), ...

2016
Davies Adeloye Jacqueline Y Thompson Moses A Akanbi Dominic Azuh Victoria Samuel Nicholas Omoregbe Charles K Ayo

OBJECTIVE To estimate the burden of road traffic injuries and deaths for all road users and among different road user groups in Africa. METHODS We searched MEDLINE, EMBASE, Global Health, Google Scholar, websites of African road safety agencies and organizations for registry- and population-based studies and reports on road traffic injury and death estimates in Africa, published between 1980 ...

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

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

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