نتایج جستجو برای: guillain

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

Journal: :acta medica iranica 0
shahriar nafissi department of neurology, shariati hospital, tehran university of medical sciences, tehran, iran. zahra vahabi department of neurology, shariati hospital, tehran university of medical sciences, tehran, iran. maryam sadeghi ghahar department of radiology, ahvaz university of medical sciences, ahvaz, iran. ali akbar amirzargar department of radiology, ahvaz university of medical sciences, ahvaz, iran. soheil naderi department of neurology, shariati hospital, tehran university of medical sciences, tehran, iran.

guillain barre syndrome (gbs) is an inflammatory, usually demyelinating, polyneuropathy; clinically characterized by acute onset of symmetric progressive muscle weakness with loss of myotatic reflexes. thirty five patients with gbs, defined clinically according to the criteria of asbury and cornblath, were recruited from three hospital affiliated to tehran university of medical sciences.as a co...

Journal: :Bulletin de la Societe des sciences medicales du Grand-Duche de Luxembourg 1995
J H Rees S E Soudain N A Gregson R A Hughes

BACKGROUND Although infection with Campylobacter jejuni is recognized as a common antecedent of the Guillain-Barré syndrome, the clinical and epidemiologic features of this association are not well understood. METHODS We performed a prospective case-control study in a cohort of patients with Guillain-Barré syndrome (96 patients) or Miller Fisher syndrome (7 patients) who were admitted to hosp...

2012

Objective: To determine the frequency of axonal variants in our patients of Guillain-Barre Syndrome. Study Design: Descriptive study. Place and Duration: Department of Neurology, Military Hospital, Rawalpindi and Armed Forces Institute of Rehabilitation Medicine (AFIRM) from 01 Jan 2009 to 30 Jul 2010. Patients and Methods: Forty adult patients meeting the National Institute of Neurological Dis...

2016
Orkun Tolunay Tamer Çelik Ümit Çelik Mustafa Kömür Zeynep Tanyeli Abdurrahman Sönmezler

Guillain-Barré syndrome and acute transverse myelitis manifest as demyelinating diseases of the peripheral and central nervous system. Concurrency of these two disorders is rarely documented in literature. A 4-year-old girl presenting with cough, fever, and an impaired walking ability was admitted to hospital. She had no previous complaints in her medical history. A physical examination reveale...

Journal: :Journal of neurology, neurosurgery, and psychiatry 1965
T L MUNSAT J E BARNES

Multiple cranial nerve dysfunction can occur with primary intracranial processes (neoplasm, basilarvertebral insufficiency, congenital defects, aneurysms, dural vein thrombosis, multiple sclerosis), myopathy or neuromuscular junction disorder (myasthenia gravis, botulism, orbital 'myositis', ocular myopathy), and as a manifestation of a more systemic disorder (sarcoidosis, endocrinopathy, conne...

2014
Caren L Hughes Jeffrey T Yorio Craig Kovitz Yasuhiro Oki

INTRODUCTION Guillain-Barre syndrome, or acute inflammatory demyelinating polyneuropathy, has been described in the presence of malignancies such as lymphoma. Guillain-Barre syndrome/acute inflammatory demyelinating polyneuropathy causes paresthesias and weakness, which can make the treatment of lymphoma with chemotherapy challenging. Given the rarity of this co-presentation it is not known if ...

Journal: :Medical principles and practice : international journal of the Kuwait University, Health Science Centre 2003
Periasamy Vembu Asmahan Al-Shubaili Adnan Al-Khuraibet Olivia Kreze Ramesh Pandita

OBJECTIVE To report a case of severe Guillain-Barré syndrome in a 32-year old female patient diagnosed with acute lymphoblastic leukaemia who was on chemotherapy. CLINICAL PRESENTATION AND INTERVENTION The patient received chemotherapy including vincristine and steroids according to the Medical Research Council United Kingdom Acute Lymphoblastic Leukaemia-12 (MRC UKALL-12) protocol. On the 21...

2017
Nooshin Salehi Eric D. Choi Roger C. Garrison

BACKGROUND Miller Fisher Syndrome is characterized by the clinical triad of ophthalmoplegia, ataxia, and areflexia, and is considered to be a variant of Guillain-Barre Syndrome. Miller Fisher Syndrome is observed in approximately 1-5% of all Guillain-Barre cases in Western countries. Patients with Miller Fisher Syndrome usually have good recovery without residual deficits. Venous thromboembolis...

Journal: :Journal of neurology, neurosurgery, and psychiatry 1998
A Créange L Bélec B Clair J D Degos J C Raphaël R K Gherardi

OBJECTIVE To delineate the possible implication of the immunosuppressive cytokine transforming growth factor beta 1 (TGF-beta1) in the pathogenesis of Guillain-Barré syndrome. Guillain-Barré syndrome is a disorder that may implicate cytokines in its pathogenesis. TGF-beta1 is a potent anti-inflammatory cytokine occasionally shown to be regulated in the course of demyelinating disorders. METHO...

Journal: :Acta medica academica 2015
Charalambos Neocleous Konstandinos Diakolios Alkistis Adramerina Evangelos Varveris Vasiliki Tsioni Konstandina Machairidou

OBJECTIVE The aim of this report is to highlight the importance of close observation and follow-up in children who present with an acutely irritable hip. This is because hip pain is a symptom of not only benign but also severe conditions. Thus, at the time of the initial presentation, hip pain can be misdiagnosed. This report serves as an example for a wide range of doctors such as orthopaedic ...

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

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

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