نتایج جستجو برای: induced reflex epilepsy

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

Journal: :The American journal of occupational therapy : official publication of the American Occupational Therapy Association 2010
Sharon Duff Traci-Anne Goyen

OBJECTIVES To determine the reliability and aspects of validity of the Evaluation Tool of Children's Handwriting-Cursive (ETCH-C; Amundson, 1995), using the general scoring criteria, when assessing children who use alternative writing scripts. METHOD Children in Years 5 and 6 with handwriting problems and a group of matched control participants from their respective classrooms were assessed w...

Journal: :Seizure 2014
Eunice S.M. Yuen John R. Sims

PURPOSE Human photosensitive epilepsy models have been used as proof of principle (POP) trials for epilepsy. Photosensitive patients are exposed to intermittent photic stimulation and the reduction in sensitivity to the number of standard visual stimulation frequencies is used as an endpoint. The aim of this research was to quantify the predictive capabilities of photosensitive POP trials, thro...

2015
Péter Halász

System epilepsy is an emerging concept interpreting major nonlesional epilepsies as epileptic dysfunctions of physiological systems. I extend here the concept of reflex epilepsy to epilepsies linked to input dependent physiological systems. Experimental and clinical reseach data were collected to create a coherent explanation of underlying pathomechanism in AE and NFLE. We propose that AE shoul...

Journal: :Journal of applied physiology 2007
Lie Gao Yan-Xia Pan Wei-Zhong Wang Yu-Long Li Harold D Schultz Irving H Zucker Wei Wang

Chronic heart failure (CHF) is well known to be associated with both an enhanced chemoreceptor reflex and an augmented cardiac "sympathetic afferent reflex" (CSAR). The augmentation of the CSAR may play an important role in the enhanced chemoreceptor reflex in the CHF state because the same central areas are involved in the sympathetic outputs of both reflexes. We determined whether chemical an...

Fariba Ansari, Maryam Sharayeli Mehrdad Roghani, Reza sedaghat Siamak Afshin-Majd, Zahra Zarrinkhameh

Background and Objective: Temporal lobe epilepsy is hallmarked with neuronal degeneration in some areas of hippocampus and mossy fiber sprouting in dentate area. Considering some evidences on neuroprotective and antioxidant activity of silymarin (SM), this study was undertaken to evaluate the preventive effect of this agent on structural changes in hippocampus of kainate-epileptic rats. Materia...

Journal: :Indian pediatrics 2007
M R Savitha B Krishnamurthy D A Ashok Nallur B Ramachandra

A cross sectional hospital based study was undertaken to find out the various clinical aspects and management of Hot Water Epilepsy (HWE) in children. Of the 71 cases analysed, 67.6% had onset of seizures in the first decade of life. Seizures occurred frequently towards the end of head bath (71.8%). In 14.1% cases, seizures were precipitated with cold-water head bath also. Complex partial seizu...

Journal: :Journal of applied physiology 2009
Z Ghanim J C Lamy A Lackmy V Achache N Roche A Pénicaud S Meunier R Katz

The vestibular responses evoked by transmastoid galvanic stimulation (GS) in the rectified soleus electromyogram (EMG) in freely standing human subjects disappear when seated. However, a GS-induced facilitation of the soleus monosynaptic (H and tendon jerk) reflex has been described in few experiments in subjects lying prone or seated. This study addresses the issue of whether this reflex facil...

2011
Akihiro Hori Masaki Fujimura Noriyuki Ohkura Akira Tokuda

BACKGROUND Exhaled nitric oxide (ENO) is elevated in bronchial asthma patients, and inhaled corticosteroid therapy lowers the elevated ENO levels in such patients. ENO appears to be an inflammatory marker, but its role in the pathophysiology of cough remains unclear. This study aimed to elucidate the relationship between NO and increased cough reflex sensitivity induced by allergic airway react...

Journal: :The Chinese journal of physiology 2014
Hui-Fang Chiu Jen-Kun Cheng Pu-Hua Lin Jung-Chen Chang I-Ming Chen Ching-I Lin Wei-Pin Chang Chia-Hsien Lin

Chronic amphetamine intake leads to neurogenic bladder and chronic urinary retention. The mechanism underlying persistent urinary retention is unclear. The pelvic-urethral reflex (PUR) is essential for the urethra to develop sufficient resistance to maintain urine continence, an important function of the urinary system. Recent studies on PUR activities have indicated that repetitive/tetanic sti...

Journal: :Epilepsia and paroxyzmal conditions 2022

Background. Epilepsy is a common disease in children and adults, requiring long-term or lifelong use of antiepileptic drugs (AEDs) 60% cases. Enzyme-inducing enzyme-inhibiting AEDs may have negative effect on vitamin D metabolism. However, at present, standard treatment protocols for patients with epilepsy include no nutrients vitamin-mineral containing complexes. Objective: to analyze studies ...

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

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

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