نتایج جستجو برای: cranial nerve diseases

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

2017
Rutika Khadse Neelam Pawar Meenakshi Ravindran R Ramakrishanan

Introduction: The diagnosis and management of ocular motor nerve dysfunction varies according to the age of the patient, characteristics of the ocular motor nerve palsies, and presence of associated symptoms and signs. Purpose of the Study: To analyse the various etiology, clinical presentations, recovery pattern in patients with third, fourth, and six cranial nerve palsies in Indian population...

2012
Yoshio Ozaki Akihiro Tanaka Keiko Shimamoto Hideki Amuro Yonsu Son Tomoki Ito Shosaku Nomura

INTRODUCTION We report the case of a patient with Churg-Strauss syndrome with eighth cranial nerve palsy. Vestibulocochlear nerve palsy is extremely rare in Churg-Strauss syndrome. To the best of our knowledge, only one case of complicated neuropathy of the eighth cranial nerve has been described in a previous report presenting an aggregate calculation, but no differentiation between polyarteri...

Journal: :The Journal of the Association of Physicians of India 2003
T Bandyopadhyay D Das S K Das A Ghosh

Sarcoidosis is a multisystem disease with neurological involvement seen in only 5% of patients. Cranial neuropathy is a common mode of presentation. Out of the cranial nerves, seventh cranial nerve either unilateral or bilateral, is usually involved though sarcoidal lesions may implicate every cranial nerve. Other cranial nerves, commonly involved are optic, sensory component of trigeminal and ...

2017

Neoplastic perineural involvement of cranial nerves represents an uncommon but important feature of metastatic involvement of squamous cell carcinoma of the head and neck. Tumor cells invade all nerve compartments, possibly causing ischemia and subsequent degradation of the nerve. Invasion is guided by targeted proliferation in the context of secreted neurotropins and growth factors. Patients o...

2011
L. CALIFANO M.G. MELILLO A. VASSALLO S. MAZZONE

The Hyperventilation Test is widely used in the "bed-side examination" of vestibular patients. It can either activate a latent nystagmus in central or peripheral vestibular diseases or it can interact with a spontaneous nystagmus, by reducing it or increasing it. Aims of this study were to determine the incidence, patterns and temporal characteristics of Hyperventilation-induced nystagmus in pa...

Journal: :Ophthalmology journal 2014

Journal: :Oman Medical Journal 2010

2014
Prabhat Agrawal Omkar Singh Ayush Agrawal Abhishek Raj

Diabetes mellitus commonly causes involvement of cranial nerves and third nerve being the most common, however recurrent and multiple cranial nerve involvement is rare. We present here a case of recurrent cranial nerve palsy and spontaneous recovery in a patient with diabetes mellitus.

Journal: :AJNR. American journal of neuroradiology 1989
L G Hutchins H R Harnsberger C W Hardin W P Dillon W R Smoker A G Osborn

The clinical and radiologic records of 76 patients with trigeminal neuropathy and an abnormal imaging study (CT and/or MR) were analyzed retrospectively. The trigeminal nerve (cranial nerve V) was divided into proximal (brainstem, preganglionic, gasserian ganglion, and cavernous sinus) and distal (extracranial V1, V2, and V3) segments. Lesions were organized according to segments and correlated...

Journal: :veterinary research forum 2012
gholamreza najafi farhad soltanalinejad hossein dehghani

the autonomic nervous system consists of a vast range of nerves and ganglions. anatomical studies have demonstrated that the sympathetic innervations of the head and neck are affected by the neurons that ramify from the cranial cervical ganglion (ccg). the ccg is the end of the sympathetic cervical trunk, which runs with the vagal nerve during its cervical course. in this study sixteen adult (2...

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

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

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