نتایج جستجو برای: corneal toxicity

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

Journal: :Molecules 2015
Yan Ran Ming Li Zong-Ze Zhang

Some functionalized 1,2,4,5-tetrasubstituted imidazole derivatives were synthesized using a one-pot, four component reaction involving 1,2-diketones, aryl aldehydes, ammonium acetate and substituted aromatic amines. The synthesis has been efficiently carried out in a solvent free medium using β-cyclodextrin-propyl sulfonic acid as a catalyst to afford the target compounds in excellent yields. T...

Journal: :Investigative ophthalmology & visual science 1985
M S Shapiro R A Thoft J Friend R K Parrish M G Gressel

The antimetabolite, 5-fluorouracil (5-FU), has been used to control proliferation of retinal pigment epithelial cells and fibrocytes, and is currently the subject of a multicenter clinical trial of its value in the control of scarring after glaucoma operations. To evaluate possible ocular surface toxicity, the effect of 5-FU on the mitotic rate and differentiation of the ocular surface epitheli...

2016
Jianzhang Hu Jingjin Zhang Yanling Li Xiaoli Han Weidong Zheng Juan Yang Guoxing Xu

Purpose. To evaluate the efficacy of a combination of intrastromal and intracameral injections of amphotericin B in the treatment of severe recalcitrant fungal keratitis. Methods. Patients with severe fungal keratitis who were resistant to conventional antifungal medical treatments and needed potential surgical intervention were recruited at the First Affiliated Hospital of Fujian Medical Unive...

Journal: :Investigative ophthalmology & visual science 1990
J W Huff

Corneal stromal lactate accumulation may result from epithelial hypoxia and contact lens wear, but the possible corneal toxicity of lactate has not been reported. Isolated superfused whole rabbit corneas were examined for thickness changes during exposure to neutral sodium lactate (NaL) or excess sodium chloride (NaCl) in Krebs-bicarbonate Ringer's solution for a 3-hr period. Placed in the tear...

فروتن, علیرضا, میرصمدی, میرمنصور , وادی‌پور, علی ,

To investigale the topographic changes in the cornea after scleral buckling and vitrectommy. A prospective study was conducted. Thses changes were analyzed based on the type of surgical procedures performed. Design of this study was observational prospective case series. 49 eyes from 48 patients were stratified into four groups based on the type of surgical procedures performed. 10 un...

2009
Tae Hoon Lim Soong Hwan Bae Young Jae Cho Jun Haeng Lee Hwang Ki Kim Yong Ho Sohn

PURPOSE To study the concentration of vascular endothelial growth factor (VEGF) in the aqueous humor before and after intracameral injection of bevacizumab in eyes with neovascular glaucoma, and to detect the duration of an anti-VEGF effect of bevacizumab in the anterior chamber. METHODS In this prospective interventional case series, 1.25 mg of bevacizumab was injected into the anterior cham...

2010
Masahiko Ayaki Atsuo Iwasawa Yoichi Inoue

PURPOSE The toxicity of antiglaucoma medications to ocular surface cells has been evaluated extensively; however, the toxicity to corneal endothelial cells (CECs) remains elusive. Our aim is to evaluate the toxicity of antiglaucoma medications to CECs using an in vitro toxicity assay. METHODS Primary cultures of human (H) CECs derived from eye bank specimens were established. Following exposu...

2013
Chien-Neng Kuo Chung-Yi Chen San-Ni Chen Lin-Cheng Yang Li-Ju Lai Chien-Hsiung Lai Miao-Fen Chen Chia-Hui Hung Ching-Hsein Chen

Bevacizumab, a 149-kDa protein, is a recombinant humanized monoclonal antibody to VEGF. PEDF, a 50-kDa glycoprotein, has demonstrated anti-vasopermeability properties. In this study, we demonstrated that the combination of bevacizumab and plasmid pigment epithelium-derived factor-synthetic amphiphile INTeraction-18(p-PEDF-SAINT-18) has a favorable antiangiogenic effect on corneal NV. Four group...

Journal: :Balkan medical journal 2014
Roman Paduch Anna Woźniak Piotr Niedziela Robert Rejdak

BACKGROUND Euphrasia officinalis L. is an herb traditionally used in folk medicine, mainly in the treatment of eye disorders. AIMS The present study analyzed the activity of three extracts of E. officinalis L. (ethanol, ethyl acetate and heptane) on cultured human corneal epithelial cells (10.014 pRSV-T). STUDY DESIGN In vitro study. METHODS Toxicity, free radical scavenging activity and ...

2017
Edith Aberdam Isabelle Petit Linda Sangari Daniel Aberdam

Induced pluripotent stem cells hold great potential to produce unlimited amount of differentiated cells as cellular source for regenerative medicine but also for in vitro drug screening and cytotoxicity tests. Ocular toxicity testing is mandatory to evaluate the risks of drugs and cosmetic products before their application to human patients by preventing eye irritation or insult. Since the glob...

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

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

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