نتایج جستجو برای: simple fébrile seizure

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

Journal: :Seizure 2010
Noémi Becser Andersen Jørgen Alving Sándor Beniczky

Medication withdrawal (MW) is an important method of provoking seizures and activating epileptiform EEG activity during the diagnostic work-up of patients evaluated for epilepsy surgery. Previously it was suggested that MW might influence the seizure-type and activate cortical areas otherwise not producing epileptiform discharges, leading to a false localization of the irritative zone. In order...

Journal: :Journal de Pédiatrie et de Puériculture 2020

Journal: :Epilepsia 2001
E Kutluay E A Passaro D Gomez-Hassan A Beydoun

PURPOSE Midline epileptiform discharges are rare compared with discharges at other scalp locations. Neuroimaging results and semiologic seizure characteristics of patients with midline spikes are not adequately described. The aim of this study was to describe the neuroimaging findings and detailed seizure semiologies in patients with midline spikes. METHODS We reviewed the EEG database of the...

Journal: :Seizure 2016
Chusak Limotai Panutchaya Noivong

Ictal dancing is a very rare seizure semiology. Five cases have been previously reported in the literature [1–4]. Even though one case report investigated with stereo-encephalography (SEEG) showing intracranial ictal EEG change arising from right prefrontal region, particularly right dorsolateral prefrontal area in patients with ictal singing associated with dancing, underlying mechanisms and t...

Journal: :Acta neurologica Taiwanica 2013
Tsang-Shan Chen Jenq-Dau Lee

A 34-year-old epilepsy woman had first seizure when aged 14. Seizure patterns are mainly simple partial type, presented by a sense of air within chest wall rising to head or focal twitching of right hand. She also had generalized tonicclonic seizures before. In recent four years, she did not experience generalized seizure although simple partial seizures were noted average four to five times a ...

Journal: :Brain : a journal of neurology 2008
Bernt A Engelsen Charalampos Tzoulis Bjørn Karlsen Atle Lillebø Liv M Laegreid Jan Aasly Massimo Zeviani Laurence A Bindoff

The epileptic semiology of 19 patients (from 15 families) with mitochondrial disease due to mutations in the POLG1 gene is presented. The patients were either homozygous for the 1399G > A (p.A467T) or 2243G > C (p.W748S) mutations or compound heterozygotes for these two mutations. While the clinical features have been reviewed, detailed analysis of their epilepsy is presented for the first time...

Journal: :Archives of neurology 2007
Christian Hoppe Annkathrin Poepel Christian E Elger

OBJECTIVE To evaluate the effects of a daily patient reminder on seizure documentation accuracy. DESIGN Randomized controlled trial. SETTING Monitoring unit of an academic department of epileptology. Patients Consecutive sample of 91 adult inpatients with focal epilepsies undergoing video-electroencephalographic monitoring. Intervention While all patients were asked to document seizures at ...

2007
A. RAGHURAM

A theorem of W. Kohnen states that the generalized Riemann hypothesis (GRH) holds on an average for holomorphic cusp forms on the upper half plane for the full modular group SL2(Z). In this article we prove a couple of generalizations of this theorem of Kohnen that the GRH holds on an average for holomorphic cusp forms on the upper half plane for arbitrary level, weight and primitive nebentypus...

Journal: :Epilepsy & behavior : E&B 2011
Hinnerk Feldwisch-Drentrup Matthias Ihle Michel Le Van Quyen Cesar Teixeira Antonio Dourado Jens Timmer Francisco Sales Vincent Navarro Andreas Schulze-Bonhage Björn Schelter

Subclinical seizures (SCS) have rarely been considered in the diagnosis and therapy of epilepsy and have not been systematically analyzed in studies on seizure prediction. Here, we investigate whether predictions of subclinical seizures are feasible and how their occurrence may affect the performance of prediction algorithms. Using the European database of long-term recordings of surface and in...

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

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

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