نتایج جستجو برای: intoxication syndrome

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

2009
Mohammad Jafar Modabbernia Ali Reza Mirsafa Amirhossein Modabbernia Farhad Pilehroodi Maryam Shirazi

INTRODUCTION Little is known about catatonia associated with lead intoxication. CASE PRESENTATION A retired printing house worker man presented with one week history of refusal to eat and mutism. He was treated with possible diagnosis of catatonia with administration of Lorazepam 3 mg P.O. daily. Significant improvement occurred after 48 hours. In further examinations, there was no evidence o...

Journal: :Muscle & nerve 1987
P D Donofrio A J Wilbourn J W Albers L Rogers V Salanga H S Greenberg

Arsenic-induced polyneuropathy is traditionally classified as an axonal-loss type, electrodiagnostically resulting in low amplitude or absent sensory and motor responses, relatively preserved proximal and distal motor conduction rates, and distal denervation. We report four patients with a subacute onset progressive polyradiculoneuropathy following high-dose arsenic poisoning. In three patients...

Journal: :Journal of the South African Veterinary Association 2007
R D Last J H Hill G Theron

Forty seven of 150, 15-month-old long weaners died of an acute renal disease syndrome following introduction into an old maize field with a heavy stand of Amaranthus spp. The clinical syndrome was characterised by sudden onset neurological disease with ataxia and recumbency. Subcutaneous oedema, ascites and perirenal oedema with urine odour were the major gross necropsy findings. Renal histopat...

Arjmand, Reza, Bayat, Gholamreza, Elahimehr, Nasrin, Fatemi abhari, Seyede Marzieh , Sadri, Homa, Tavakoli-far, Bahareh ,

Background: Children’s intoxication is a major problem in healthcare systems and given its high prevalence, it has received significant attention. Attention to children and adolescents’ healthcare is a fundamental factor in improving health in the community. There has been no comprehensive study of prevalence and causes of intoxication in children in Alborz Province so far. Goal of this study i...

Journal: :Archives of clinical neuropsychology : the official journal of the National Academy of Neuropsychologists 2014
Elsa Kaphan Emmanuel Barbeau Marie L Royère Eric Guedj Jean Pelletier André Ali Chérif

Very few data are available on the long-term changes in the cognitive abilities of patients with loss of psychic self-activation syndrome (LPSAS). Here, we present a 25-year follow-up study on a case of LPSAS resulting from bilateral pallidal lesions caused by carbon monoxide intoxication. Typical signs of LPSAS were observed, showing no changes in severity, but Ganser syndrome (GS) gradually d...

2015
Yu-Guang Chen Cheng-Li Lin Ming-Shen Dai Ping-Ying Chang Jia-Hong Chen Tzu-Chuan Huang Yi-Ying Wu Chia-Hung Kao Erika Boesen.

Acetaminophen (APAP) intoxication is a common cause of hepatic toxicity and life-threatening hepatic failure. However, few studies have investigated the possible association between APAP intoxication and acute kidney injury (AKI). We constructed a retrospective cohort study to clarify the relationship between APAP intoxication and the risk of AKI.We identified patients with APAP intoxication an...

Journal: :iranian journal of neonatology 0
ahmadshah farhat assistant professor of neonatology neonatal research center, faculty of medicine, mashhad university of medical sciences, mashhad, iran ashraf mohamadzadeh neonatal research center, faculty of medicine, mashhad university of medical sciences, mashhad, iran said javad sayedi department of pediatric , faculty of medicine, mashhad university of medical sciences, mashhad, iran zeinab nourbakhsh pediatric resident of faculty of medicine, mashhad university of medical sciences, mashhad, iran mehrieh rezaei general physisian, mashhad university of medical sciences, mashhad, iran

introduction vit d level is low in human milk (20-60 iu/lit) thus dialy supplement of 400 vit d is advised since birth for all infants. on the other hand upper limit dose for long term vit d intake is 1000 iu/day for children less than one year of age. excessive vit d more than upper limit by physicians or parents can cause hypervitaminosed. we report a rare case of hypervitaminose d in two mon...

Journal: :Pediatric practice and research 2022

Purpose: In this study, it was aimed to contribute the data on childhood iron intoxication in our country due retrospective evaluation of demographic, epidemiological, clinical features, treatments, and complications patients who applied for after oral intake.
 Materials Methods: Patients admitted a Pediatric Emergency Service Faculty Medicine diagnosed with between 2018 2020 were retrospe...

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

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

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