نتایج جستجو برای: lens subluxation

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

2014
Daisuke Umebayashi Masahito Hara Yusuke Nishimura Toshihiko Wakabayashi

A rare case of atlantoaxial rotatory subluxation occurred after pediatric cervical spine surgery performed to remove a dumbbell-shaped meningioma at the level of the C1/C2 vertebrae. This case is classified as a post-surgical atlantoaxial rotatory subluxation, but has a very rare morphology that has not previously been reported. Although there are several reports about post-surgical atlantoaxia...

Journal: :Journal of clinical medicine research 2022

Objective — To investigate the effect of phacoemulsification cataract extraction in patients with moderate or severe lens subluxation scleral fixed capsular tension ring implantation. Methods A total 43 (47 eyes) (scope dislocation exceeds 120 degrees) underwent aspiration our hospital from November 2018 to May 2019. During intraoperative injection/aspiration cortex, was put into capsule, and t...

Journal: : 2023

Traumatic brain injury can cause various pathological conditions both in the eyeball and cranial cavity. The presented clinical case demonstrates features of differential diagnosis direct carotid-cavernous fistula secondary post-traumatic glaucoma. Direct is formation a communication between internal carotid artery cavernous sinus discharge arterial blood into it. first symptom pulsating noise ...

Journal: :Spine 1995
T Oda K Fujiwara K Yonenobu B Azuma T Ochi

STUDY DESIGN This study analyzed the natural course of cervical spine involvement in rheumatoid arthritis by serial radiographs. OBJECTIVES The purpose was to determine the pattern of progression of cervical spine lesions in rheumatoid arthritis and predictors for the extent of progression. SUMMARY OF BACKGROUND DATA Subluxation frequently occurs as a result of rheumatoid involvement of the...

2017
Kyoung-Hwan Koh Su Cheol Kim Jae Chul Yoo

BACKGROUND The purpose of this study was to evaluate the angle between the long head of the biceps tendon (LHBT) and the glenoid during arthroscopic surgery and its correlation with biceps subluxation on magnetic resonance imaging (MRI). Furthermore, we evaluated the relationship of this angle with subscapularis tears and biceps pathologies. METHODS MRI and arthroscopic images of 270 consecut...

Journal: :iranian journal of veterinary research 2009
b. nikahval a. tabatabaei naeini a. meimandi parizi

subluxation of the proximal interphalangeal joint (pipj or pastern joint) is an uncommon condition that occurs in the forelimb or hindlimb. thoroughbred racehorses rarely show dorsal pastern subluxation (thoroughbred ringbone) secondarily to an injury to the soft tissues supporting the fetlock. a 4-year-old thoroughbred mare was presented with signs of lameness, swelling of the dorsal aspect of...

Journal: :The Journal of bone and joint surgery. British volume 2011
A P Monk H A Doll C L M H Gibbons S Ostlere D J Beard H S Gill D W Murray

Patella subluxation assessed on dynamic MRI has previously been shown to be associated with anterior knee pain. In this MRI study of 60 patients we investigated the relationship between subluxation and multiple bony, cartilaginous and soft-tissue factors that might predispose to subluxation using discriminant function analysis. Patella engagement (% of patella cartilage overlapping with trochle...

Journal: :The Australian journal of physiotherapy 2002
Louise Ada Anchalee Foongchomcheay

After stroke, up to 81% of individuals develop shoulder subluxation, a condition frequently associated with poor upper limb function. Recently, electrical stimulation has been applied to shoulder muscles to treat shoulder subluxation. The purpose of this meta-analysis was to examine the efficacy of surface electrical stimulation for the prevention or reduction of shoulder subluxation after stro...

Journal: :مجله دانشکده پزشکی دانشگاه علوم پزشکی تهران 0
احمد جوادیان a javadian

in view of the rapid expansion of contact lens amongst the users, new dimensions have been added to the domain of ophthalmology: giant papillay conjunctivitis, a disease caused by different kinds of contact lens, appears weeks or months after they are used, although some patients are struck years later. the predominant symptoms are increased awareness of lenses, ocular itching, blurred vision a...

2011
Conor P. McGrory Brian J. McGrory

Demonstrable anterior subluxation of the femoral head after a total hip arthroplasty is a rare complication and is usually transient. Both a case of recurrent subluxation and a case of chronic subluxation are described in this paper, each one presenting with unexpected femoral head eccentricity in the acetabulum on radiograph. We show how this unusual complication can be successfully identified...

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

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

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