نتایج جستجو برای: intrastromal corneal cyst

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

Journal: :Equine Veterinary Education 2021

This case series describes acute corneal hydrops in three young horses. Due to similarities the clinical appearance and progression of disease with that which is reported humans cats hydrops, traumatic Descemet’s membrane rupture was suspected be underlying aetiology these equine cases. The horses presented severe oedema intrastromal bullae formation anterior bulging contour. Focal posterior ch...

Journal: :Journal of refractive surgery 2013
Jan Venter Rodney Blumenfeld Steve Schallhorn Martina Pelouskova

PURPOSE To report the outcomes of the correction of mixed astigmatism with non-penetrating femtosecond laser intrastromal astigmatic keratotomy in patients with previous refractive surgery. METHODS One hundred twelve eyes that had low mixed astigmatism after excimer laser surgery, refractive lens exchange, or phakic intraocular lens implantation underwent intrastromal astigmatic keratotomy us...

Journal: :The British journal of ophthalmology 2008
S Kaushal V Jhanji N Sharma R Tandon J S Titiyal R B Vajpayee

AIMS Evaluation of a new surgical technique for the management of corneal ectasia with peripheral corneal involvement. METHODS Twelve eyes of 12 patients with corneal ectasias and peripheral corneal thinning requiring surgical intervention, including eight patients with combined keratoconus and PMD and four patients of keratoglobus, were enrolled for the study in a tertiary care hospital. All...

2008
Jean Y Chuo Sonia N Yeung Guillermo Rocha

Department of Ophthalmology and Visual Sciences, Eye Care Center, University of British Columbia, 2550 Willow Street, Vancouver, BC V5Z 3N9, Canada Department of Ophthalmology, University of Manitoba, Winnipeg, Brandon Regional Health Authority, Brandon, MB, Canada Author for correspondence: jeanchuo@gmail.com Recent advances in technology and our understanding of corneal physiology have led to...

2013
Calin Petru Tataru

The leading topic of this particular paper is dedicated to available surgical options for refractive eye disorders treatment including surgery of cornea and intraocular surgery. Corneal Surgery includes laser refractive surgery - LASIK (Laser-Assisted In Situ Keratomileusis), FemtoLASIK (Femtosecond laser-assisted LASIK), PRK (Photorefractive keratectomy). This article describes relevant princi...

Journal: :Investigative ophthalmology & visual science 1977
E Kessler B J Mondino S I Brown

The host response to the intrastromal injection of heat-inactivated Pseudomonas aeruginosa cells was studied. An extensive polymorphonuclear leukocyte (PMN) infiltration, which progressed to ulceration within 1 week, was observed. In some cases descemetoceles also developed. Only a limited degree of PMN infiltration and no ulcerations were observed at 1 week in eyes treated with corticosteroids...

Journal: :Archives of ophthalmology 2011
Lena V Chheda Warren M Sobol Bruce M Buerk Paul A Kurz

1. Gorovoy MS, Stern GA, Hood CI, Allen C. Intrastromal noninflammatory bacterial colonization of a corneal graft. Arch Ophthalmol. 1983;101(11):17491752. 2. Meisler DM, Langston RH, Naab TJ, Aaby AA, McMahon JT, Tubbs RR. Infectious crystalline keratopathy. Am J Ophthalmol. 1984;97(3):337-343. 3. Singh M, Kaur B. Actinomycetic corneal ulcer. Eye (Lond). 1989;3(pt 4):460462. 4. Karimian F, Feiz...

2018
Chintan Malhotra Arun Kumar Jain Nikhil Aggarwal

A 70-year-old patient who underwent uneventful primary implantation of Auro K Pro (a Type I Boston Keratoprosthesis-based device), developed infiltrates in the deep stroma of the carrier corneal graft and exudates on the optic stem of the keratoprosthesis assembly, 6 weeks postoperatively, which subsequently progressed to endophthalmitis. Vitreous tap was positive for a panfungal polymerase cha...

Journal: :Arquivos brasileiros de oftalmologia 2008
Beatriz de Abreu Fiuza Gomes Lara Murad Bichara Marcony Rodrigues de Santhiago Octávio Moura Brasil do Amaral Filho

The purpose of this case report is to correlate clinical features of granular dystrophy using 820 nm optical coherence tomography (OCT) in order to determine the depth of intrastromal corneal deposits. We report a case of a 38-year-old man with granular dystrophy. After complete ophthalmologic examination the patient was submitted to OCT, using the Stratus OCT III, originally proposed for study...

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

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

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