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

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

Journal: :Investigative ophthalmology & visual science 1981
J Wallman J I Adams J N Trachtman

The distribution of refractive errors was followed in chicks from hatching to 8 weeks of age. A dramatic progressive decrease in the variability of refractions was observed over this period. In addition, there appeared to be a parallel decline in hyperopia, even when the artifactual hyperopia of retinoscopy was taken into account. These results are evidence for a postnatal development regulator...

Journal: :Investigative ophthalmology & visual science 2005
David A Atchison Nicola Pritchard Katrina L Schmid Dion H Scott Catherine E Jones James M Pope

PURPOSE To determine and compare the shapes of the retinas of emmetropic and myopic eyes. METHODS Nonrotationally symmetrical ellipsoids were mathematically fitted to the retinal surfaces of 21 emmetropic and 66 myopic eyes (up to -12 D) of participants aged 18 to 36 years (mean, 25.5) using transverse axial and sagittal images derived from magnetic resonance imaging. RESULTS The shapes of ...

Journal: :The Malaysian journal of medical sciences : MJMS 2003
Ai Hong Chen Abdul Aziz

The purpose of this study was to investigate the relationship between heterophoria and refractive error. Thirty-six subjects (11 myopes, 25 emmetropes) participated in this study. Heterophoria was measured with the Free-Space Phoria Card at five different viewing distances (25cm, 33cm, 50cm, 100cm and 300cm). Regardless of the types of heterophoria, the amount of heterophoria reduced towards or...

2013
Jung Jin Lee Seung-Hee Baek Ungsoo Samuel Kim

PURPOSE To define the long-term results of accommodation insufficiency and to investigate the correlation between accommodation insufficiency and other factors including near point of convergence (NPC), age, and refractive errors. METHODS From January 2008 to December 2009, 11 patients with acute near vision disturbance and remote near point of accommodation (NPA) were evaluated. Full ophthal...

2017
Bogdana Tabacaru Horia Tudor Stanca

Purpose: To evaluate the safety, efficacy, predictability and stability for a cohort of myopic eyes treated by Femtosecond-LASIK procedure. Methods: 60 eyes (36 patients) with different degrees of myopia that underwent refractive surgery by using the Femtosecond-LASIK technique were prospectively evaluated for 12 months. The mean preoperative spherical equivalent value was -3.827 ± 1.410 diopte...

Journal: :Journal of optometry 2014
Neisha M Rodriguez Angel F Romero

PURPOSE To determine the prevalence of refractive conditions in the adult population that visited primary care optometry clinics in Puerto Rico. METHODS A retrospective cross-sectional study of patients examined at the Inter American University of Puerto Rico School of Optometry Eye Institute Clinics between 2004 and 2010. Subjects considered had best corrected visual acuity by standardized s...

Journal: :Journal of refractive surgery 1998
J M Davidorf R Zaldivar S Oscherow

PURPOSE To examine the efficacy, predictability, stability, and safety of posterior chamber phakic intraocular lens (IOL) implantation in eyes with high hyperopia. METHODS We analyzed the results of 24 eyes that received a posterior chamber hydrogel-collagen plate phakic IOL (Staar Collamer Implantable Contact Lens, ICL) for the correction of hyperopia with the goal of emmetropia. Mean follow...

2016
Ming-Hung Hsieh Jen-Chieh Lin

BACKGROUND/PURPOSE To evaluate the relationship between refractive error and vision-related quality of life in 16-year-old students in Taiwan. METHODS A cross-sectional study was designed for 16-year junior-high-school students in Taiwan. Myopia was defined as a spherical refractive error (SRE) < -0.50 D, hyperopia as SRE > +1.0 D, and emmetropia as SRE -0.5-+1.0 D in the better eye. Vision-r...

2004
Jiejin Wang Paul Mitchell Wayne Smith

METHODS. A population-based survey examined 3654 people aged 49 years or older, 82% of whom were permanent residents in an area west of Sydney, Australia. Participants had a detailed eye examination, including standardized refraction and stereo macular photographs. ARM was diagnosed from blinded photographic grading. Autorefractor measurements and subjective refraction were used to assess SEq r...

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

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

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