نتایج جستجو برای: ocular nerve palsy

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

Journal: :journal of current ophthalmology 0
دیما عندلیب dima andalib داود قره باغی davood gharabaghi

purpose: congenital third nerve palsy was generally thought to exist in isolation without associated abnormalities. in this report, we present a case of congenital third nerve palsy in osteogenesis imperfecta. methods: a 6-month-old girl with osteogenesis imperfceta presented with ptosis and large incomitant exotropia in left eye (le) at birth. ocular examination revealed total third nerve pals...

Journal: :بینا 0
ابوالقاسم رستگار a rastegar یزد- دانشگاه علوم پزشکی یزد- بیمارستان شهید صدوقی محمد حسن اسلامی mh eslami یزد- دانشگاه علوم پزشکی یزد- بیمارستان شهید صدوقی

purpose: to determine the distribution of oculomotor, abducens, and trochlear nerve palsies in diabetic patients with ocular nerve palsy. methods: this study was performed on all diabetic patients who referred to ophthalmology and neurology clinics at yazd medical science university because of ocular palsy from march 2004 to october 2005. signs and symptoms of the disorder were evaluated. resul...

Journal: :Indian Journal of Ophthalmology 2007

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...

Journal: :Malaysian family physician : the official journal of the Academy of Family Physicians of Malaysia 2016
M Mazliha Y L Boo P W Chin

Dengue fever is a common mosquito-borne viral infection endemic in tropical and subtropical countries. Neurological manifestations in dengue infection are relatively uncommon, and include encephalitis, encephalopathy, neuromuscular disorders and neuro-ocular disorders. Cranial mononeuropathy is a rare manifestation of dengue infection. A 40-year-old man was diagnosed with isolated, unilateral s...

Journal: :Investigative ophthalmology & visual science 2002
Agnes M F Wong Douglas Tweed James A Sharpe

PURPOSE During fixation and saccades, human eye movements obey Listing's law, which specifies the torsional eye position for each combination of horizontal and vertical eye positions. To study the mechanisms that implement Listing's law, the authors measured whether the law was violated in peripheral and central unilateral sixth nerve palsy. METHODS Twenty patients with peripheral (13 chronic...

Journal: :Archives of ophthalmology 2008
Manoj V Parulekar Shuan Dai J Raymond Buncic Agnes M F Wong

OBJECTIVES To investigate whether ocular torsion and vertical misalignment differ in the upright vs supine position in skew deviation and to compare these findings with those in trochlear nerve palsy. METHODS Ten patients with skew deviation, 14 patients with unilateral peripheral trochlear nerve palsy, and 12 healthy subjects were prospectively recruited. With subjects first in the upright p...

2015
N Ekpenyong

Background: Microvascular ocular cranial nerve palsy can result from diabetes and hypertension and may be increasing with the increase in the incidence of diabetes and hypertension in Nigeria. Objective: This study provides clinical considerations for the neuro-ophthalmic evaluation of diplopic patients with presumed microvascular ocular cranial nerve palsy. Method: A case report is presented o...

Introduction: Varicella-zoster virus may cause an infectious disease called Ramsay Hunt syndrome. The related symptoms include facial nerve palsy (FNP), otalgia, the vesicular eruptions of the auricle and external auditory canal, less common ocular movement disorder, facial hypoesthesia, myofascial pain, vestibular symptoms, hearing loss, dysphasia, vocal cord paralysis, as well as tongue paral...

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

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

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