نتایج جستجو برای: anti epileptic drugs aed

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

Journal: :Neurology 2022

Objective To investigate the effects of anti-epileptic drugs (AED) on overall burden disease in patients with neuro-autoimmune (NAD). Background AEDs have shown to provide benefits against neurological damage various illnesses. However, extent role neuroprotection and prevention additional comorbidity NAD has not been completely characterized. Design/Methods A retrospective analysis 34464 hospi...

Journal: :Iranian biomedical journal 2010
Mehri Maleki Mohammad Sayyah Fatemeh Kamgarpour Morteza Karimipoor Aida Arab Anahita Rajabi Kourosh Gharagozli Ahmad Reza Shamshiri Esmaeil Shahsavand Ananloo

BACKGROUND One third of epileptic patients are resistant to several anti-epileptic drugs (AED). P-glycoprotein (P-gp) is an efflux transporter encoded by ATP-binding cassette subfamily B member 1 (ABCB1) gene that excludes drugs from the cells and plays a significant role in AEDs resistance. Over-expression of P-gp could be a result of polymorphisms in ABCB1 gene. We studied the association of ...

Journal: :iranian journal of child neurology 0
p. karimzadeh pediatric neurologist, associate professor of pediatric neurology department, pediatric neurology research center, shahid beheshti medical university (sbmu) s. tabarestani pediatric neurologist f. mahvelati pediatric neurologist, assistant professor of pediatric neurology department, pediatric neurology research center, shahid beheshti medical university (sbmu) s.h. tonekaboni pediatric neurologist, associate professor of pediatric neurology department, pediatric neurology research center, shahid beheshti medical university (sbmu) m. ghofrani professor of pediatric neurology , pediatric neurology research center ,shahid beheshti medical universtiy

objective the ketogenic diet is a high-fat, low carbohydrate, adequate protein diet,developed in the 1920s for the management of intractable seizure disorders in children. to evaluate efficacy and tolerability of the classic  ketogenic diet, we analyzed records of the children started on the diet from 1999 to 2006 at the mofid children's hospital.materials & methods   the subjects were 87 child...

Journal: :Frontiers in veterinary science 2016
Tina Koch Ralf S. Mueller Britta Dobenecker Andrea Fischer

Epilepsy is one of the most common neurologic disorders in dogs and life-long treatment with antiepileptic drugs (AED) is frequently required. Adverse events of AED targeting the skin are only rarely reported in veterinary medicine and the true incidence and spectrum of cutaneous reactions in epileptic dogs remains unknown. In this study, we hypothesized that cutaneous reactions commonly occur ...

2015
Miljana Z Jovandaric

Aim: To examine the effects of anti-epileptic drugs (AED) used during pregnancy on the frequency and the type of congenital malformations in newborns. Methods: The study included 96 newborns, born by mothers affected by epilepsy (before the pregnancy). The control group consisted of 96 healthy newborns delivered by mothers. Results: Almost all of the pregnant women used AED (98%) during the pre...

Journal: :Arquivos de neuro-psiquiatria 2010
Bruno Lopes dos Santos Regina Maria França Fernandes Fábio Fernandes Neves

Ribeirão Preto School of Medicine, University of São Paulo, São Paulo SP, Brazil: Physician Resident in Neurology, Department of Neurosciences and Behaviour Sciences; Neurologist and Associated Professor, Department of Neurosciences and Behaviour Sciences; Emergencist Physician, Departament of Internal Medicine. Idiosyncratic reactions to drugs are adverse effects not straightly related with ph...

خسروشاهی, ناهید, ملاطفی, رسول, مویری, حشمت, کیهانی دوست, زرین,

Background: Epilepsy is a common disease in the pediatric neurology. There are frequent anti-epileptic drugs which are used in management of epilepsy. Anti-epileptic drugs may have some complications on bone and vitamin-D metabolism. In this study we aimed to evaluate vitamin-D metabolism in epileptic children.Methods: The study was a prospective and cross sectional one. A total 89 epilept...

2013
Pernille E. Jacobsen Tine B. Henriksen Dorte Haubek John R. Østergaard

OBJECTIVE Some anti-epileptic drugs (AED) have well-known teratogenic effects. The aim of the present study was to elucidate the effect of prenatal exposure to AED and the risk of enamel defects in the primary and permanent dentition. METHODS A total of 38 exposed and 129 non-exposed children, 6-10 years of age, were recruited from the Aarhus Birth Cohort and the Department of Neurology, Vibo...

2017
Gareth Morris Marco Leite Dimitri M Kullmann Ivan Pavlov Stephanie Schorge Gabriele Lignani

A major challenge in experimental epilepsy research is to reconcile the effects of anti-epileptic drugs (AEDs) on individual neurons with their network-level actions. Highlighting this difficulty, it is unclear why carbamazepine (CBZ), a frontline AED with a known molecular mechanism, has been reported to increase epileptiform activity in several clinical and experimental studies. We confirmed ...

Journal: :Toxicology in vitro : an international journal published in association with BIBRA 2007
Melinda von Borstel Smith Kristi Crofoot Rosita Rodriguez-Proteau Theresa M Filtz

Adverse effects of anti-seizure/anti-epileptic medications on bone density have been observed and reported since the early 1960s. Phenytoin and carbamazepine are two commonly prescribed anti-epileptic drugs most frequently associated with osteomalacia including fractures, bone demineralization, and reduced bone formation. The mechanism by which anti-epileptic drugs induce bone loss is not fully...

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

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

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