نتایج جستجو برای: emmetropia

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

2012
In Geun Kim Jung Min Park Soo Jung Lee

PURPOSE To evaluate factors associated with the direction of horizontal deviation in the sensory strabismus of patients with unilateral organic amblyopia. METHODS The medical charts of 53 patients who had been diagnosed with sensory strabismus between 2000 and 2009 were reviewed retrospectively. The underlying ocular disease, time of onset and the duration of vision impairment, refractive err...

Journal: :The British journal of ophthalmology 1994
A F Spencer S A Vernon

A knowledge of the optic disc size may be of value when assessing the glaucoma suspect. The vertical diameter of the optic disc was measured using a Zeiss four mirror gonioscope and a 900 Haag-Streit slit-lamp in one eye of 39 patients, 32 with refractive errors within 3 dioptres of emmetropia. The disc was measured by projecting a slit beam of known height onto the image of the disc. A magnifi...

Journal: :Investigative ophthalmology & visual science 2011
Chelvin C A Sng Xiao-Yu Lin Gus Gazzard Benjamin Chang Mohamed Dirani Audrey Chia Prabakaran Selvaraj Kit Ian Bjorn Drobe Tien-Yin Wong Seang-Mei Saw

PURPOSE Peripheral hyperopia was hypothesized to stimulate axial elongation. This study describes peripheral refraction and its associations with central refractive error in young Singapore Chinese children. METHODS Two hundred fifty children aged 40 months or older recruited from the Strabismus, Amblyopia, and Refractive Error in Young Singapore Children study were included in this analysis....

Journal: :Journal of refractive surgery 2000
V E Reviglio E L Bossana J D Luna J C Muiño C P Juarez

PURPOSE To evaluate effectiveness, safety, predictability, and short-term stability of laser in situ keratomileusis (LASIK) using the LaserSight Compac-200 Mini excimer laser with software version 9.0, for all refractive errors. METHODS One hundred fifty consecutive patients (300 eyes) that received bilateral LASIK for myopia, hyperopia, and astigmatism were studied prospectively. A new 9.0 s...

2011

Until recently, the pursuit of emmetropia in patients with astigmatism (around 30% of the population) was infeasible since the only intraocular lenses available on the market were designed to correct myopia or hyperopia. However, with the new toric lens designs now available, a patient’s cataract, myopia, hyperopia and astigmatism can all be corrected by means of a simple, safe operation follow...

2012
Antonio Leccisotti Ioannis M. Aslanides Johnny E. Moore Sunil Shah

1 School of Biomedical Sciences, University of Ulster, Cromore Road, Coleraine, BT52 1SA, UK 2 Siena Eye Laser, 53035 Monteriggioni, Siena, Italy 3 Emmetropia Mediterranean Eye Institute, Plateia Eleytherias 44, 71201, Heraklion, Crete, Greece 4 School of Life & Health Sciences, Aston University, Aston Triangle, Birmingham, B4 7ET, UK 5 Midland Eye Institute, 50 Lode Lane, Solihull, West Midlan...

Journal: :Vision Research 2006
Frederike D. Hanke Guido Dehnhardt Frank Schaeffel Wolf Hanke

Corneal topography of a harbor seal measured with a Placido's disc shows a central flattened stripe in the vertical meridian. Together with a pupil that can form a vertical slit, the flat vertical meridian can minimize the optical effects caused by the transition from water to air. Using infrared (IR) photoretinoscopy, we analyzed the refractive state of harbor seals and revealed a high degree ...

2015
Juan Gros-Otero Jorge García-Pérez Francisco Javier Hurtado-Ceña Juan Gros Otero

Lens damage during phakic intraocular lens implantation is a major complication. A case of a patient who developed lens vacuoles during toric implantable collamer lens (ICL) removal from her right eye and insertion of a new non-toric ICL due to persistent rotation of the former is presented in this work. As this event is very uncommon when implanting phakic intraocular lenses, the performed sur...

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

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

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