نتایج جستجو برای: vertical patellar dislocation

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

2012
Lucie Rouffiange Jean-Paul Dusabe Pierre-Louis Docquier

Two patients with Kabuki make-up syndrome with bilateral recurrent dislocation of the patella are presented. They had generalized ligamentous laxity and patellofemoral dysplasia. Both developed patellar dislocation in adolescence and required surgery, with medial transfer of the tibial tuberosity associated with vastus medialis plasty (Insall technique). One postoperative complication occurred ...

2016
Jader Joel Machado Junqueira Camilo Partezani Helito Marcelo Batista Bonadio Jose Ricardo Pécora Marco Kawamura Demange

Chronic lateral dislocation of the patella is a rare condition and acquired causes are usually secondary to knee trauma. The neglected chronic dislocation leads to progressive genu valgum and external tibial torsion deformities with subsequent gonarthrosis, which becomes painful and debilitating. There is no consensus regarding treatment of these patients, but total knee arthroplasty (TKA) is a...

2011
Akira Horikawa Hiroyuki Kodama Naohisa Miyakoshi Shin Yamada Seiya Miyamoto

This case report describes a rare case of recurrent dislocation of the patella which was accompanied with trochlear dysplasia and malalignment of the patella in a 15-year-old girl. She complained of hemoarthrosis and recurrent patellar dislocation in the early knee flexion phase. Plain radiography and computed tomography (CT) showed patellar malalignment (quadriceps angle 20°) and severe dyspla...

2012
M Lowe M Meta K Tetsworth

Acute lateral patellar dislocation is relatively common in younger age group and most likely caused by indirect trauma. About 10% of acute patella dislocations are the result of a direct blow to the medial side. We report a case of irreducible lateral patellar dislocation which is of exceptional interest in that lateral patellar dislocation (extra-articular) occurred in comparatively older age ...

Journal: :Acta orthopaedica Belgica 2004
Yoshinori Mikashima Masashi Kimura Yasukazu Kobayashi Hiroto Asagumo Taisuke Tomatsu

The purpose of this study was to determine the value of reconstruction of the medial patellofemoral ligament (MPFL) in the treatment of recurrent patellar dislocation and subluxation. We retrospectively reviewed 40 randomised patients with recurrent patellar dislocation or subluxation, who had undergone realignment surgery from July 1999 to December 2001. Group E consisted of 20 patients who ha...

2017
Philippe M. Tscholl Peter P. Koch Sandro F. Fucentese

Patellofemoral instability not only involves lateral patellar dislocation, patellar mal-tracking or subluxation but can also cause a limiting disability for sports activities. Its underlying causes are known as morphological anomalies of the patellofemoral joint or the mechanical axis, femorotibial malrotation, variants of the knee extensor apparatus, and ligamentous insufficiencies often accom...

Journal: :Arthroscopy : the journal of arthroscopic & related surgery : official publication of the Arthroscopy Association of North America and the International Arthroscopy Association 2015
Brandon J Erickson Randy Mascarenhas Eli T Sayegh Bryan Saltzman Nikhil N Verma Charles A Bush-Joseph Brian J Cole Bernard R Bach

PURPOSE To conduct a systematic review of meta-analyses comparing nonoperative and operative treatment of patellar dislocations to elucidate the cause of the variation and to determine which meta-analysis provides the current best available evidence. METHODS A systematic review of the literature to identify meta-analyses was performed. Data were extracted for patient outcomes and recurrent di...

Journal: :The Journal of bone and joint surgery. British volume 2009
R Ramaswamy Y Kosashvili H U Cameron J C Cameron

The management of osteoarthritis of the knee associated with patellar instability secondary to external tibial torsion > 45 degrees is challenging. Patellofemoral biomechanics in these patients cannot be achieved by intra-articular correction using standard techniques of total knee replacement. We reviewed seven patients (eight knees) with recurrent patellar dislocation and one with bilateral i...

Journal: :Orthopedics 2004
Robert A Teitge Roger Torga-Spak

The medial patellofemoral ligament has been recognized as the structure primarily responsible for preventing patellar subluxation or dislocation.1-3 Anatomic dissection studies identified the medial patellofemoral ligament as a band of tissue connecting the femoral medial epicondyle to the proximal part of the medial edge of the patella (Figure 1).1-6 Imaging studies7-11 and surgical exploratio...

2013
Philippe M. Tscholl Peter P. Koch Sandro F. Fucentese

Patellofemoral instability not only involves lateral patellar dislocation, patellar mal-tracking or subluxation but can also cause a limiting disability for sports activities. Its underlying causes are known as morphological anomalies of the patellofemoral joint or the mechanical axis, femorotibial malrotation, variants of the knee extensor apparatus, and ligamentous insufficiencies often accom...

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

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

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