نتایج جستجو برای: retinal attachment

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

2012

Attachment disorder is a broad term intended to describe disorders of mood, behavior, and social relationships arising from a failure to form normal attachments to primary care giving figures in early childhood. Such a failure would result from unusual early experiences of neglect, abuse, abrupt separation from caregivers after about age 6 months but before about age 3 years, frequent change of...

ژورنال: رویش روانشناسی 2020

Attachment is one of the psychological constructs which is affected by early caregiver-child relationships — different kind of attachment styles -based on the relationship between child and caregiver- effect on other psychological characteristics. Mindfulness as an attention to the present moment and awarding from inter/intrapersonal states is one of those characteristics. The present study aim...

Journal: :BMC Ophthalmology 2006
Masoud Soheilian Mohammad Mazareei Mehrdad Mohammadpour Bahram Rahmani

BACKGROUND Despite the progress in vitreoretinal surgery and the importance of silicone oil as an adjunct for the treatment of complex forms of retinal detachment, controversy still surrounds the issue of selecting the proper oil viscosity for clinical use. Herein, we evaluate the outcomes of retinal detachment (RD) surgery after removing silicone oils of different viscosities. METHODS In thi...

Journal: :Investigative ophthalmology & visual science 1992
H S Lazarus G S Hageman

Unique domains of the retinal interphotoreceptor matrix (IPM), termed cone matrix sheaths, are composed largely of chondroitin 6-sulfate proteoglycan in most higher mammalian species. Recent investigations suggest that cone matrix sheaths participate in the maintenance of normal retinal attachment. To investigate the potential functional roles of IPM proteoglycans further, the synthesis of cone...

2005
Howard Gregory S. Hageman

Unique domains of the retinal interphotoreceptor matrix (IPM), termed cone matrix sheaths, are composed largely of chondroitin 6-sulfate proteoglycan in most higher mammalian species. Recent investigations suggest that cone matrix sheaths participate in the maintenance of normal retinal attachment. To investigate the potential functional roles of IPM proteoglycans further, the synthesis of cone...

2004
L Wickham M Connor G W Aylward

Aims: To compare the success rates of vitrectomy and gas with vitrectomy, gas, and buckle in the treatment of inferior break retinal detachments. Methods: A retrospective case note review of 86 patients who presented with inferior break retinal detachments was carried out. An inferior break was defined as a horseshoe tear present between 4 and 8 o’clock. Patients were analysed in two groups; gr...

Journal: :European journal of ophthalmology 2008
T Yilmaz M Güler

PURPOSE The purpose of this study was to determine whether nystagmus has a role in silicone oil emulsification after pars plana vitrectomy and silicone oil injection for complex retinal detachment. METHODS A retrospective review was conducted of the clinical and operative records of eight eyes with nystagmus that underwent pars plana vitrectomy and silicone oil injection for repair of retinal...

2015
Jie Gong Mark A. Fields Ernesto F. Moreira Hannah E. Bowrey Monika Gooz Zsolt Ablonczy Lucian V. Del Priore Alfred S Lewin

Compared with many induced pluripotent stem cell (iPSC) lines generated using retrovirus and other non-integrating methods, the utilization of human protein-induced iPSC (piPSC) lines may provide a safer alternative for the generation of retinal pigment epithelial (RPE) cells for transplantation in retinal degenerative diseases. Here we assess the ability of piPSCs to differentiate into RPE cel...

Journal: :ACS Biomaterials Science & Engineering 2021

Organs-on-chips are microphysiological in vitro models of human organs and tissues that rely on culturing cells a well-controlled microenvironment has been engineered to include key physical biochemical parameters. Some systems contain single perfused microfluidic channel or patterned hydrogel, whereas more complex devices typically employ two microchannels separated by porous membrane, simulat...

Journal: :بینا 0
مهدی نیلی احمدآبادی m nili ahmadabadi تهران- میدان قزوین- بیمارستان فارابی- مرکز تحقیقات چشم رامین اساسی r asasi تهران- میدان قزوین- بیمارستان فارابی- مرکز تحقیقات چشم رضا کارخانه r karkhaneh تهران- میدان قزوین- بیمارستان فارابی- مرکز تحقیقات چشم

purpose:  to evaluate the significance of the presence of pigment granules in  the anterior  vitreous as a reliable indicator of retinal breaks in patients with acute symptomatic posterior vitreous detachment  (pvd) . methods: this cross sectional study included 209 phakic patients with acute symptomatic pvd. the patients underwent anterior vitreous examination and fundoscopy. patients with dia...

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

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

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