نتایج جستجو برای: angle closure glaucoma

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

Journal: :Community eye health 2001
P J Foster

In the last few years the classification of angle-closure glaucoma has undergone revision. This is a result of population research in regions where angle-closure glaucoma is a major cause of blindness. Several studies have shown that most cases of angle-closure that cause glaucomatous optic neuropathy occur without the symptoms that Western ophthalmologists associate with episodes of acute angl...

Journal: :iranian journal of medical sciences 0
mohammad reza razeghinejad mohammad banifatemi

background: it has been estimated that 67 million people worldwide are affected with a primary glaucoma and that one-third have primary angle closure glaucoma. we aimed to determine the biometric differences between the eyes of patients with acute attack of primary angle closure and their non-involved fellow eyes.   methods: twenty eight patients with acute attack of primary angle closure were ...

2011
Eleni Gogaki Fani Tsolaki Sotiria Tiganita Christina Skatharoudi Demetrios Balatsoukas

Iridoschisis is a rare condition that consists of the separation of the anterior mesodermic layer of the iris. In more than two-thirds of cases it is associated with glaucoma. We report the case of an 80-year-old patient who had bilateral iridoschisis and presented with acute angle-closure glaucoma. The patient was free from a history of ocular trauma or of heritable ocular disease. Chronic ope...

Journal: :Australian and New Zealand Journal of Ophthalmology 1979

Journal: :Nepalese journal of ophthalmology : a biannual peer-reviewed academic journal of the Nepal Ophthalmic Society : NEPJOPH 2015
K Ps Malik R Goel K Jain S Nagpal S Singh

BACKGROUND Microspherophakia is characterized by lenticular myopia, late development of lens dislocation, shallow anterior chamber and angle-closure glaucoma. If it is associated with angle closure glaucoma, the management can be challenging. OBJECTIVE To report the management of a case of bilateral secondary angle closure glaucoma with isolated microspherophakia and right subluxated lens in ...

Journal: :The British journal of ophthalmology 1984
A J Bron C B Wilson A R Hill

This is the first report of a ring-shaped, primary cyst of the iris pigment epithelium. The patient, a 28-year-old woman, presented with angle closure glaucoma. Ocular pressure was controlled medically, and the iris cyst was treated by argon laser photocoagulation. The derivation of the cyst, differential diagnosis, and mechanism of angle closure glaucoma are discussed.

Journal: :The British journal of ophthalmology 1972
S W Hyams E Neumann

Glaucoma may be a contributory factor in the aetiology of retinal vein occlusion or may result from this condition. When glaucoma occurs secondary to retinal vein occlusion, it is usually considered to be due to vascularization of the anterior chamber angle and closure of the angle by goniosynechiae (Duke-Elder and Dobree, I967; Ballantyne and Michaelson, 1970). The two cases of retinal vein oc...

2013
Ricardo J. Cumba Kundandeep S. Nagi Nicholas P. Bell Lauren S. Blieden Alice Z. Chuang Kimberly A. Mankiewicz Robert M. Feldman

Purpose. To evaluate outcomes of peripheral iridotomy (PI) for initial management of primary angle closure suspects (PACS), chronic primary angle closure (CPAC), and chronic primary angle closure glaucoma (CPACG). Patients and Methods. Seventy-nine eyes with PACS, CPAC, or CPACG and better than 20/50 visual acuity that underwent PI as initial management were included. Eyes with previous acute a...

Journal: :Croatian medical journal 2004
Dexter Y L Leung Dennis S C Lam

AIM To investigate the incidence of acute angle-closure glaucoma among residents of Dalmatia, southern part of Croatia. METHODS We reviewed hospital records of 176 patients with acute angle-closure glaucoma treated between January 1995 and December 2001 at the Departments of Ophthalmology at four hospitals in Dalmatia. There were 122 women, aged between 29 and 89 years (median age; 68 years),...

2016
Yu-Chieh Ko De-Kuang Hwang Wei-Ta Chen Ching-Chih Lee Catherine J. Liu Pedro Gonzalez

PURPOSE To understand the impact of socioeconomic status (SES) on the diagnosis of primary open-angle glaucoma (POAG) and primary angle closure glaucoma (PACG) in Taiwan. METHODS Subjects with glaucoma were identified from the National Health Insurance Research Database of year 2006, which included one million randomly selected insurants. Individuals who had ≥4 ambulatory visits within one ye...

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

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

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