نتایج جستجو برای: infliction of public disaster

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

2006
P. L. Sanjeeva Reddy P. K. Mohanty Bhaskar Rao Santosh Kumar

s: Thematic Session : Disaster, Development And Governance 1 THEMATIC SESSION D1: DISASTER, DEVELOPMENT AND GOVERNANCE Chairperson: Dr. P. L. Sanjeeva Reddy Director, Indian Institute of Public Administration, New Delhi

Journal: :The Yale Journal of Biology and Medicine 1951
George James

No conceivable definition of public health can fail to include defense against atomic attack. The very word "public" implies a series of problems facing numerous individuals more or less simultaneously; "health" means the prevention of death or illness and the restoration of the afflicted. The millions in our possible target areas are the "public," and the 100,000 to 500,000 possible casualties...

Ethical issues in Technological disaster: A systematic review of literature Introduction: Industrialization could bring risk of Technological Disaster (TD) such as happened in Chernobyl, Bhopal and Fukushima crisis. little has been discussed about its related ethical issues. In this study, we aimed to investigate ethical issues have been stated for technological disasters. Material and Methods:...

Journal: :Indian journal of medical sciences 2009
S B Agampodi

In a meta analysis of media and disaster it was observed that when the media and public health professionals work closely together, informing and educating the public with accurate information, beneÞ cial effects can be achieved and the wellbeing of the disaster community can be enhanced. However, only a few studies actually examined associations between the media and health problems following ...

Journal: :Disaster medicine and public health preparedness 2007
Jeffrey Hammond

After-action reports detailing the preparation, response, and outcomes after large tornadoes are sparse in the medical literature. Thus, the retrospective report by Ablah and colleagues1 in this issue of Disaster Medicine and Public Health Preparedness, documenting the EF5 tornado that devastated Greensburg, KS, in May 2007, is a timely and important contribution to the growing disaster medicin...

2014
Kaitlin Benedict Benjamin J. Park

The link between natural disasters and subsequent fungal infections in disaster-affected persons has been increasingly recognized. Fungal respiratory conditions associated with disasters include coccidioidomycosis, and fungi are among several organisms that can cause near-drowning pneumonia. Wound contamination with organic matter can lead to post-disaster skin and soft tissue fungal infections...

Journal: :Disaster medicine and public health preparedness 2013
James J James

It’s been 1 year since the American Medical Association closed the Center for Disaster Medicine and Public Health and stopped supporting its preparedness and response programs. To ensure the continuation and potential growth of these programs as vital components of the evolving discipline of disaster medicine and public health, 2 major transitions were undertaken. The first was to revise the Na...

احمدی, فضل الله, خانکه, حمید رضا, محمدی, رخشنده,

  Background & Aim: The health care services have an essential role in saving human life at the time of disaster impact. Disasters always have prominent effects on health, public health and welfare of affected people. The way throu which health care services are delivered at the time of disaster impact is one of the most important challenges in crisis management. Although he Islamic Republic of...

Journal: :Prehospital and disaster medicine 2013
Ali Ardalan Hani Mowafi Frederick M Burkle

The Bandar Bushehr, Iran earthquake of April 9, 2013 gravely illustrates how disaster-prone areas of the world are compounding their risk of disaster and major public health emergencies when there is a geographical convergence of natural and technological hazards. Scientists must emphasize to policy makers that ever-increasing regional industrialization and the broader introduction of nuclear f...

Journal: :Communicable diseases intelligence quarterly report 2008
Kirsty Hope Tony Merritt Keith Eastwood Kelly Main David N Durrheim David Muscatello Kerry Todd Wei Zheng

During a recent natural disaster public health staff required timely and comprehensive surveillance of priority health conditions, including injury, mental health disorders and selected infectious diseases, to inform response and recovery activities. Although traditional surveillance is of value in such settings it is constrained by a focus on notifiable conditions and delays in reporting. The ...

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

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

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