نتایج جستجو برای: shelf acetabuloplasty

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

2011
Shiro Hirose Hiromi Otsuka Takkan Morishima Keiji Sato

BACKGROUND Shelf acetabuloplasty has been applied to secondary osteoarthritis of the hip due to congenital dislocation or acetabular dysplasia; however, there are few reports on the long-term outcomes of this operation. Here, we aimed to investigate the long-term effects of our shelf acetabuloplasty for developmental dysplasia of the hip in adults. METHODS Outcomes for 28 hips (7 with pre-art...

2016
Wen-Chao Li Rui-Jiang Xu

The natural history of Legg-Calvé-Perthes disease (LCPD) in children older than 8 years is usually poor without treatment. The treatment goal is to prevent deformity and incongruity of the hip by achieving a stable spherical femoral head in a deep, congruent, sharp-edged acetabulum, with a good range of hip movement at skeletal maturity. Lateral shelf acetabuloplasty in LCPD can increase the co...

Journal: :acta medica iranica 0
kaveh bashti department of orthopaedic surgeon, shariati hospital, tehran university of medical sciences, tehran, iran. issa navab department of orthopaedic surgeon, shariati hospital, tehran university of medical sciences, tehran, iran.

the current study was conducted in order to examine the effectiveness of shelf procedure in symptomatic adult patients due to hip dysplasia. this study is retrospective and was performed on patients who had undergone surgery by one orthopaedic surgical team during the past 20 years. twenty-three men and twenty-three women were enrolled in the study with a mean age of 29.3 years at the time of o...

Journal: :The Journal of bone and joint surgery. British volume 2009
W J Yoo I H Choi T-J Cho C Y Chung Y-W Shin S J Shin

We evaluated radiological hip remodelling after shelf acetabuloplasty and sought to identify prognostic factors in 25 patients with a mean age of 8.9 years (7.0 to 12.3) who had unilateral Perthes' disease with reducible subluxation of the hip in the fragmentation stage. At a mean follow-up of 6.7 years (3.2 to 9.0), satisfactory remodelling was observed in 18 hips (72%). The type of labrum in ...

Journal: :The Journal of bone and joint surgery. British volume 1999
K Daly C Bruce A Catterall

The surgical treatment of Perthes' disease by femoral or innominate osteotomy is not as effective in those over the age of eight years as it is in the younger child. This has prompted the search for other types of management in those who are older. The preliminary results of the use of a lateral shelf acetabuloplasty for such cases have shown encouraging results at two years. The concern with s...

2015
Kyung Sup Lim Jong Sup Shim

BACKGROUND Standard treatments may provide adequate containment in mild to moderate Legg-Calve-Perthes disease (LCPD), but they can be problematic in more severe cases. The purpose of this study was to report the results of combined shelf acetabuloplasty with femoral varus osteotomy in severe LCPD. METHODS We reviewed 12 patients who had undergone combined shelf acetabuloplasty with femoral v...

Journal: :Acta orthopaedica Belgica 2001
I C Van Der Geest M A Kooijman M Spruit P G Anderson P M De Smet

The goal of all therapies for Perthes' disease is to achieve an optimal shape of the acetabulum and an optimal coverage of the femoral head. Thirty patients who were included in this follow-up study (mean follow-up 12 years) underwent a shelf acetabuloplasty for Catterall group III or IV. The mean IOWA hip score at follow-up was 96 (max. 100 points, range 74-100). The mean acetabular-head quoti...

Journal: :The Journal of bone and joint surgery. British volume 2005
E Fawzy G Mandellos R De Steiger P McLardy-Smith M K D Benson D Murray

We followed up 76 consecutive hips with symptomatic acetabular dysplasia treated by acetabular shelf augmentation for a mean period of 11 years. Survival analysis using conversion to hip replacement as an end-point was 86% at five years and 46% at ten years. Forty-four hips with slight or no narrowing of the joint space pre-operatively had a survival of 97% at five and 75% at ten years. This wa...

2013
Andrzej Grzegorzewski Marek Synder Krysztof Kmieć Karol Krajewski Michał Polguj Marcin Sibiński

The aim of the study was to retrospectively review results of operative treatment for coverage deficit of femoral head in children with severe epiphysis displacement in Legg-Calvé-Perthes (LCP) disease. The material included 23 shelf acetabuloplasty procedures for LCP disease. The average age at diagnosis was 8.1 years (range 4-12). Mean follow-up was 5.8 years (range from 2.2 to 11.2 years). M...

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

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

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