نتایج جستجو برای: artificial tear

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

Journal: :Maedica 2017
Deepak Jain Sudhir Mor Hari Krishan Aggarwal Pulkit Chhabra Promil Jain

Thyroid associated ophthalmopathy is a constellation of symptoms caused by an autoimmune process involving the orbital tissue. It is common in hyperthyroid patients due to Graves' disease and also reported in euthyroid and hypothyroid Graves' patients with positive thyroid receptor antibodies. But in Hashimoto's thyroiditis, thyroid associated ophthalmopathy is a rarely reported and poorly unde...

Journal: :بینا 0
محمدعلی جوادی ma javadi ophthalmic research center, shahid beheshti university of medical sciences, tehran, iranتهران- پاسداران- بوستان نهم- خیابان پایدارفرد (خیابان امیر ابراهیمی)- پلاک 23- مرکز تحقیقات چشم سپهر فیضی s feizi ophthalmic research center, shahid beheshti university of medical sciences, tehran, iranتهران- پاسداران- بوستان نهم- خیابان پایدارفرد (خیابان امیر ابراهیمی)- پلاک 23- مرکز تحقیقات چشم محمد فاتحی m fatehi ophthalmic research center, shahid beheshti university of medical sciences, tehran, iranتهران- پاسداران- بوستان نهم- خیابان پایدارفرد (خیابان امیر ابراهیمی)- پلاک 23- مرکز تحقیقات چشم

purpose: dry eye syndrome is a multifactorial disorder of the tear film and ocular surface that results in eye discomfort, visual disturbance, and often ocular surface damage. studies suggest that the prevalence of clinically diagnosed dry eye syndrome (des) is 0.4%. to 0.5%, which is highest among women and the elderly. the burden of des can be substantial, affecting visual function, daily act...

2017
Artur Bachta Krzysztof Rowicki Bartłomiej Kisiel Magdalena Żabicka Sylwia Elert-Kopeć Janusz Płomiński Witold Tłustochowicz Artur Maliborski

OBJECTIVES To investigate the diagnostic performance and reliability of ultrasonography (US) in detecting and grading common extensor tendon (CET) tear in patients with chronic lateral epicondylitis (LE), using magnetic resonance imaging (MRI) as the reference standard. MATERIALS AND METHODS The study comprised fifty-eight chronic LE patients. Each patient underwent US and MRI. CET status was...

Journal: :iranian journal of medical sciences 0
mohd lateef wani department of cardiovascular and thoracic surgery, sher-i-kashmir institute of medical sciences, srinagar, kashmir, india ab gani ahangar department of cardiovascular and thoracic surgery, sher-i-kashmir institute of medical sciences, srinagar, kashmir, india gh nabi lone department of cardiovascular and thoracic surgery, sher-i-kashmir institute of medical sciences, srinagar, kashmir, india shyam singh department of cardiovascular and thoracic surgery, sher-i-kashmir institute of medical sciences, srinagar, kashmir, india abdul majeed dar department of cardiovascular and thoracic surgery, sher-i-kashmir institute of medical sciences, srinagar, kashmir, india mohd akbar bhat department of cardiovascular and thoracic surgery, sher-i-kashmir institute of medical sciences, srinagar, kashmir, india

dec 2009 were studied. patients with vascular injuries caused by causes other than tear gas shells were excluded from the study. results: all patients were treated with reverse saphenous vein graft as segmental loss was less than 2.5 cm. wound infection was the most common complication, followed by graft occlu-sion. amputation rate was 16.66%. associated nerve injury occurred in 44.44% of the p...

Journal: :Journal of optometry 2018
Charles W Mcmonnies

PURPOSE To examine the factors which contribute to tear stability and the validity and reliability of methods used for assessing tear break up time which is a core part of an examination of tear stability in dry eye patients. METHODS A review of publications which are relevant to tear stability and its assessment. RESULTS Tear break up time may be more invasive than intended if difficulty a...

Journal: :international journal of iron & steel society of iran 2013
m. bagheri m. alizadeh

the main objective of this project was to investigate the behavior and the damaging effects of hot tear segregationsin the continuously cast steel blooms on the final product quality. to achieve this aim, plant data from three differenttypes of steels were used. investigations using the scanning electron microscope (sem) equipped with energydispersive x-ray spectroscopy (eds) probe and metallog...

Journal: :Investigative ophthalmology & visual science 2010
Mari Suzuki Morgan L Massingale Fen Ye James Godbold Tali Elfassy Maithreyi Vallabhajosyula Penny A Asbell

PURPOSE To study the association between tear osmolarity and dry eye severity grade, based on a modified Dry Eye Workshop (DEWS) scale, and between osmolarity and the signs and symptoms that determine dry eye disease severity. METHODS Nineteen patients with dry eye disease were asked to complete an evaluation of dry eye signs and symptoms composed of the Ocular Surface Disease Index (OSDI) qu...

2012
Tae-Hun Kim Jung Won Kang Kun Hyung Kim Kyung-Won Kang Mi-Suk Shin So-Young Jung Ae-Ran Kim Hee-Jung Jung Jin-Bong Choi Kwon Eui Hong Seung-Deok Lee Sun-Mi Choi

PURPOSE To evaluate the effects of acupuncture compared to a control group using artificial tears. METHODS SETTING & DESIGN multicenter randomised controlled trial (three local research hospitals of South Korea). STUDY POPULATION 150 patients with moderate to severe dry eye. INTERVENTION Participants were randomly allocated into four weeks of acupuncture treatment (bilateral BL2, GB14,...

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

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

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