نتایج جستجو برای: barre syndrome gbs

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

2016
Rajkumar M. Meshram S. Abhisheik Hina Agrawal Samadhan Dhakne

Guillain Barre Syndrome (GBS) off late has been the most frequent cause of acute flaccid paralysis worldwide, replacing poliomyelitis which dominated in the past few decades. A 4 months old female infant was presented with sudden onset; nonprogressive weakness of both lower limbs with areflexia and urinary retention such clinical features consistent with Guillain Barre Syndrome. She was treated...

2007
Nitin K Sethi Josh Torgovnick Edward Arsura Alissa Johnston Elizabeth Buescher

Guillain Barre Syndrome (GBS) is readily diagnosed when the presentation is that of ascending weakness and areflexia. Atypical presentations with preserved, and at times, brisk reflexes, can be a diagnostic dilemma. We describe a patient with GBS who presented with facial diplegia and hyperreflexia on examination and discuss management options.

Journal: :Archives of Pediatric Infectious Diseases 2021

: Guillain-Barre syndrome (GBS) characterizes a monophasic ascending, symmetrical paralysis, with areflexia, progressing over days to weeks. Normally, as post-infectious autoimmune procedure, it leads destroying myelin. Scattered reports exist regarding the concurrent evidence of COVID-19 infection and adults possible GBS. However, few former cases were reported in children. Here in, we report ...

2013
Yoon Young Cho Ji Young Joung Hyemin Jeong Dongmo Je Yun Soo Hong Sunghwan Suh Sun Wook Kim

Both Graves disease and Guillain-Barre syndrome (GBS) are autoimmune disorders caused by impaired self-tolerance mechanisms and triggered by interactions between genetic and environmental factors. GBS in patients who suffer from other autoimmune diseases is rarely reported, and the development of postinfectious GBS in a patient with Graves disease has not been previously reported in the literat...

2015
Jaschar Shakuri-Rad Patrick W. Gavin Shawn P. Todd Tony T. Tran Cody R. Christensen Kenneth F. Shockley Thomas J. Maatman

Guillain-Barre Syndrome is a well described acute demyelinating polyradiculoneuropathy with a likely autoimmune basis characterized by progressive ascending muscle paralysis. Classically, GBS is attributed to antecedent upper respiratory and gastrointestinal infections. We present the first case of GBS after Robotically Assisted Laparoscopic Prostatectomy using the daVinci(®) Surgical System.

Ahmadfard, Parivash, Aramesh fard, Shideh, Ebrahimi, Mohammad mehdi, Khazforoosh, Sahar, Manafi, Alireza, Mossallaiepoor, Ali, Mousaei, N, Rahimi jaberi, Abbas, Salami, Javad, Shirazi zade mehraban, Shadan,

Background &Objective: Guillain Barre´ syndrome is an autoimmune neuropathy which is considered to be the most acute areflexic paralysis with albuminocytologic dissociation.1 Areflexia or hyporeflexia, pain in limbs, autonomic dysfunction, progressive bilateral and symmetric weakness of limbs, numbness and paresthesia are described as the clinical features of GBS.Nevertheless, with having less ...

ژورنال: مجله علمی پژوهان 2018
بیات, مولود, رمضان جماعت, سارا, روشنایی, قدرت اله, فردمال, جواد, مزده, مهردخت, کریمی, نسیم,

Background and Objective: Guillain-Barre syndrome is an autoimmune neurological disease that is considered as the most serious type of paralysis without reflex. Different factors and therapeutic measures are effective in causes and how to control it. The aim of this study was to determine the epidemiology of Guilen Barre syndrome in Hamedan province during the years 2006-2015. Materials and Me...

Journal: :Journal of clinical images and medical case reports 2023

Background: Guillian Barre Syndrome (GBS) is the most common cause of minor flaccid paralysis in world and post-polio eradication on Indian subcontinent as well. It affects 0.6 4 people per 1 lakh year

Journal: :iranian journal of child neurology 0
ahmad talebian 1. department of pediatrics, kashan university of medical sciences, kashan, iran babak soltani 1. department of pediatrics, kashan university of medical sciences, kashan, iran motahhareh talebian 1. department of pediatrics, kashan university of medical sciences, kashan, iran

how to cite this article: talebian a, soltani b, talebian m. bilateral ptosis as the first presentation of guillain-barre syndrome. iran j child neurol. winter 2016; 10(1):70-72. abstract objective guillain-barre syndrome (gbs) is the most common cause of acute weakness in children. it has multiple variant forms with different presentations. a rare initial sign is ptosis. in this study, we pres...

Journal: :Japanese journal of infectious diseases 2003
Abhijit M Bal Renu S Bharadwaj Nadimpalli Gita Suvarna A Joshi Jyotsna P Thakare

Leptospirosis is a disease with protean manifestations. We report a case of Guillain-Barre syndrome (GBS) in a pediatric patient following infection with Leptospira. Infecting Leptospira presumably belonged to serovar Copenhageni. The patient recovered completely. The possibility of GBS developing as a result of antecedent leptospiral infection should be kept in mind.

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

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

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