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

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

Journal: :Pediatric dentistry 2004
Linda P Nelson Ilse Savelli-Castillo

Recent US Food and Drug Administration approval of new antiepileptic drugs (AEDs) offers a significant improvement in the treatment of childhood epilepsy. After a period of many years, during which no new AEDs became available, 7 new AEDs were introduced in the United States beginning in 1993. Approximately 25% of pediatric patients who remain refractory to therapy with conventional epileptic d...

Journal: :Ulusal travma ve acil cerrahi dergisi = Turkish journal of trauma & emergency surgery : TJTES 2012
Cem Copuroğlu Mert Ozcan Hakan Dülger Erol Yalnız

Although spontaneous and simultaneous bilateral hip fractures without trauma are seen rarely, epileptic seizures may lead to these fractures. We present an 82-year-old female patient with poor bone quality and a 20-year history of epilepsy. She had been using anticonvulsant drugs for almost 20 years. Following a convulsive epileptic attack, bilateral intertrochanteric femur fractures occurred (...

Journal: :Annals of agricultural and environmental medicine : AAEM 2013
Jolanta Parada-Turska Patrycja Nowicka-Stążka Maria Majdan Mirosław Jabłoński Waldemar A Turski Wojciech Rzeski

INTRODUCTION AND OBJECTIVE The hyperplasia of synovial fibroblasts is considered to be essential for the evolution of joint destruction in rheumatoid arthritis (RA). Previously, we reported that anti-rheumatic drugs, both COX inhibitors and disease-modifying anti-rheumatic drugs inhibit proliferation of synoviocytes in vitro. The presented study investigates the effect of anti-epileptic drugs o...

Journal: :The Ulster Medical Journal 2008
Russell Aline

The book describes recent advances in diagnostic radiology which are improving discrimination in difficult cases and advancing understanding of the disease. Each of the different groups of medical therapies is appointed a chapter. What seemed (to this medical SHO) a mildly bewildering array of pharmaceuticals for the treatment of this disease is reduced to four groups with clear indications and...

Journal: :Indian journal of physiology and pharmacology 1960
M L GUJRAL

Despite an abundance of information on clinical and experimental epilepsy and on the drugs effective in its treatment, we 3rc still without a full undentanding of the inherent etiology of the epileptogenic focus and the mechanism of action of anticonvulsant drugs. In recent years allcolion has therefore been mainly directed towards the elucidation of these factors on a neuropharmacological and ...

 بابک منشی, , اکبر سلطان‌زاده, , حسین کهنوجی, , علیرضا آلاله, , ناهید صدیقی, , ندا یوسفی, ,

Background: Recent studies have raised the issue of an increased incidence of polycystic ovaries (PCO) and menstrual disturbances in women with epilepsy treated with valproate (VPA). It seems that antiepileptic drugs, especially valproate, may have a functional role in altering the endocrine system of child-bearing women with epilepsy. We conducted this study to investigate the association of V...

Journal: :Acta neurologica Belgica 2008
Vijay Kumar Jain Skand Sinha Satish Kumar

PURPOSE In epileptic patients fractures are six times more frequent than in the general population. Known predisposing factors are anticonvulsant drugs, malnutrition, lack of physical activity and sunlight exposure. METHODS In this study we describe two patients, one with a bilateral supracondylar fracture and one with a unilateral supracondylar fracture after an epileptic seizure. The litera...

Journal: :British journal of anaesthesia 1982
Y Kayama

When unrestrained cats were with ketamine 2-6 mg kg-1 i.v., anaesthesia was associated with seizure waves induced in the cortical e.e.g. After cats were pretreated with trimethadione 500 mg kg-1 i.p., ketamine did not induce seizure waves. Pretreatment with diphenylhydantoin 25 or 100 mg kg-1 i.p. slightly enhanced seizure waves following ketamine. In both situations the anaesthetic effect of k...

2006
Christine Lebrun

Epilepsy is three to six times more frequent in multiple sclerosis than in the general adult population. The probable anatomic basis for the seizures is areas of inflammation and demyelination in the cortex and juxtacortical white matter. Partial epilepsies with focal seizures often with atypical symptoms and with or without secondary generalisation are the usual pattern. Seizures can be observ...

Journal: :Pharmacological reports : PR 2009
Tomasz Jakubus Małgorzata Michalska-Jakubus Krzysztof Lukawski Agnieszka Janowska Stanisław J Czuczwar

Epilepsy is a common chronic neurological disorder that requires long-term or sometimes lifetime therapy. Recent evidence indicates that prolonged use of antiepileptic drugs (AEDs) might modify some vascular risk factors; however, the influence of AED therapy on the development of atherosclerosis has been the subject of controversy. Some epidemiological studies have reported a higher prevalence...

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

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

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