نتایج جستجو برای: fatal poisoning

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

Journal: :Acute medicine 2021

We report a case of fatal methaemoglobinaema resulting from sodium nitrite poisoning. A 28 year old woman arrested in the emergency department following collapse. During resuscitation venous blood gas revealed methaemoglobin percentage 81%. Following treatment with methylene blue, bicarbonate and adrenaline, decreased. Prior to transfer intensive care, CT head extensive hypoxic brain injury. Tw...

Journal: :Nederlands tijdschrift voor geneeskunde 1966
J J Ovezall

Journal: :British medical journal 1977
J M Horder

Journal: :British medical journal 1948
R F ALEXANDER G B FORBES E S HAWKINS

My thanks are due to Dr. D. K. Adams for permission to publish this report. References Dax, E. C. (1938). Trans. Ophthal. Soc, 58, 227. Duke-Elder, W. S. (1940). Textbook of Ophthalmology, 3, 2768. London. Eugenics Laboratory Memoirs (1922) (Nettleship Memorial Volume), 2, Part I. London. Hadfield, G., and Garrod, L. P. (1947). Recent Advances in Pathology. London. Mann, I. (1937). Developmenta...

Journal: :Arhiv za higijenu rada i toksikologiju 2007
Davorka Sutlović Marija Definis-Gojanović

Drug abuse with alcohol consumption have been on the rise in Split-Dalmatian County for a while now. This article reports two separate cases with three deaths due to fatal combinations of heroin and alcohol. The first case of poisoning is related to a young couple, a 30-year-old man and a 28-year-old woman, who were found dead in a car, surrounded by cans of a variety alcoholic drinks. Two need...

2011
Prateek Rastogi

Copper sulfate or ‘blue vitriol’ is commonly used as a herbicide and fungicide. It is cheap and easily available, and can also be easily prepared in the laboratory. We report a fatal case of suicidal poisoning by copper sulfate by a pregnant adult female. Although medical treatment was instituted, the fatality ensued. Histopathological examination revealed hepatosplenomegaly and evidence of sep...

Journal: :Forensic science international 1998
T S Thompson R G Treble A Magliocco J R Roettger J C Eichhorst

A case involving a fatal poisoning (suicide) by the insecticide malathion is described. The intact insecticide was found in the post-mortem blood and gastric contents at concentrations of 1.8 and 978 micrograms/ml, respectively. None of the insecticide was found in the autopsied liver tissue. Gas chromatography-mass spectrometry (GC-MS) techniques were used for the identification and quantifica...

Journal: :Critical Care 2004
Miran Brvar Tom Ploj Gordana Kozelj Martin Mozina Marko Noc Matjaz Bunc

INTRODUCTION Colchicum autumnale, commonly known as the autumn crocus, contains alkaloid colchicine with antimitotic properties. CASE REPORT A 76-year-old man with a history of alcoholic liver disease and renal insufficiency, who mistakenly ingested Colchicum autumnale instead of wild garlic (Aliium ursinum), presented with nausea, vomiting and diarrhea 12 hours after ingestion. On admission ...

Journal: :British medical journal 1979
A J Crisp K M Sherry

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

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

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