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

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

2016
Ricardo Augusto Paletta Guedes Vanessa Maria Paletta Guedes Carlos Eduardo de Mello Gomes Alfredo Chaoubah

BACKGROUND The aim of this study is to determine the most cost-effective strategy for the treatment of primary open-angle glaucoma (POAG) in Brazil, from the payer's perspective (Brazilian Public Health System) in the setting of the Glaucoma Referral Centers. METHODS Study design was a cost-effectiveness analysis of different treatment strategies for POAG. We developed 3 Markov models (one fo...

2016
Farooq Khan Mubashir Rehman Omar Ilyas Mohammad Zeeshan Tahir Imran Ahmad

Material and Methods: This study was conducted at outpatient department, Ophthalmology unit, Khyber Teaching Hospital, Peshawar. Study design was randomized controlled trial and (group B receiving Timolol 0.5% and Dorzolamide 2% was considered as control group) the duration of the study was 6 months in which a total of 136 patients were included. All cases included in the study were diagnosed a...

Journal: :Chang Gung medical journal 2002
Shirley Hsueh-Li Chang Chiun-Ho Hou

BACKGROUND 5-Fluorouracil, an antimetabolic agent, improves the success rate of trabeculectomies by inhibiting subconjunctival fibrosis. However, complications may be associated with early postoperative use. We investigated the outcome of needling revision with delayed subconjunctival 5-fluorouracil in failing filtering blebs after a trabeculectomy in patients with medically poorly controlled g...

Journal: :European review for medical and pharmacological sciences 2010
E Pacella F Pacella C Cavallotti A Librando J Feher J Pecori-Giraldi

AIMS To evaluate the ocular hypotensive effects and tolerability of the once daily fixed combination latanoprost-timolol versus twice daily 0.50% timolol associated or not with once daily latanoprost in patients suffering from Primary Open-Angle Glaucoma (POAG). METHODS We compared the effects of such a combination with those of 0.50% timolol alone twice daily in a group of 24 patients and wi...

Journal: :The British journal of ophthalmology 1976
M J Macdonald P M Cullen C I Phillips

In a controlled double-blind cross-over trial in 10 patients comprising six with open-angle glaucoma, three with closed-angle glaucoma, and one with ocular hypertension, a single oral dose of atenolol (50 mg) was significantly more effective than propranolol (40 mg) in reducing ocular tension.

Journal: :International journal of advanced research 2022

Aim: To study the prevalence of Glaucoma and its sub types in North costal Andhra Pradesh South India. Results: Among total number 2,98,971 General ophthalmic OPD individuals, 4836 individuals referred to clinic on suspicion glaucoma 4320 patients are confirmed have after doing relevant investigations. 1884 primary open angle (POAG), 1057 Primary Angle closure disease (PACD), 702 suspect or at ...

Journal: :European journal of ophthalmology 2003
V P David K G Kutty N Somasundaram A M Varghese

PURPOSE To prospectively study the success rates and complications of viscocanalostomy. METHODS Prospective nonrandomized case series of 46 eyes (46 patients) with medically uncontrolled primary and secondary open angle glaucoma. All patients in the study underwent viscocanalostomy. Control of intraocular pressure was used to measure success. Pre and postoperative glaucoma medications, visual...

2018
Gonen Baser Hakan Cengiz Ugur Unsal Eyyup Karahan

PURPOSE The purpose of this to investigate whether selective laser trabeculoplasty (SLT) has any effect on the success of trabeculectomy. PATIENTS AND METHODS Thirteen-one eyes of 29 primary open-angle glaucoma patients who underwent SLT before trabeculectomy and 29 eyes of 27 patients with the same inclusion criteria which underwent trabeculectomy without prior SLT in the Sifa University and...

2018
Suresh Kumar Parul Ichhpujani Roopali Singh Sahil Thakur Madhu Sharma Nimisha Nagpal

Purpose Glaucoma significantly affects the quality of life (QoL) of a patient. Despite the huge number of glaucoma patients in India, not many, QoL studies have been carried out. The purpose of the present study was to evaluate the QoL in Indian patients with varying severity of glaucoma. Methods This was a hospital-based, cross-sectional, analytical study of 180 patients. The QoL was assesse...

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

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

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