نتایج جستجو برای: patella

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

2012
Shane C O Neill Colin G Murphy John P McElwain

INTRODUCTION Nail patella syndrome is a rare autosomal dominant hereditary condition, with an incidence of 22 per million in the United Kingdom. The syndrome's most common features include iliac horns, hypoplastic patella and nail dysplasia. CASE PRESENTATION We report the case of a 26-year-old Caucasian man with nail patella syndrome who sustained a fracture of his right hypoplastic patella ...

Journal: :The Journal of arthroplasty 2015
Erik Schnaser Yuo-yu Lee Friedrich Boettner Alejandro Gonzalez Della Valle

UNLABELLED The achievement of a well-balanced total knee arthroplasty is necessary for long-term success. We hypothesize that the dislocation of the patella during surgery affects the distribution of loads in the medial and lateral compartments. Intraoperative load sensors were used to record medial and lateral compartment loads in 56 well-balanced TKAs. Loads were recorded in full extension, r...

Journal: :Journal of occupational and environmental medicine 2004
Keson Theppeang Brian S Schwartz Byung-Kook Lee Mark E Lustberg Ellen K Silbergeld Karl T Kelsey Patrick J Parsons Andrew C Todd

A cross-sectional analysis was performed to evaluate associations of polymorphisms in the vitamin D receptor (VDR), delta-aminolevulinic acid dehydratase (ALAD), and endothelial nitric oxide synthase (eNOS) genes with patella lead concentrations in 652 lead workers in the Republic of Korea. There was a wide range of patella lead (from below detection limit to 946 microg Pb/g bone mineral), with...

Journal: :The Journal of bone and joint surgery. British volume 2007
Y In S-J Kim Y-J Kwon

Patella infera can cause knee pain and lead to patellofemoral osteoarthritis. Treatment is usually unsatisfactory. We describe a case of severe patella infera after operative treatment for fracture of the patella. We used Ilizarov external fixation and gradual lengthening of the patellar tendon. The patellar height was restored and the patient's symptoms were much improved.

2011
Khodamorad Jamshidi Mehdi Ramezan Shirazi Mohammad Ghorban Hoseini

Patella is a relative uncommon site for chondroblastoma. Most of cases of chondroblastoma in patella reported in literature are treated with patellectomy. We treated a large chondroblastic lesion in patella of an 18year-old male with curettage, burring & bone graft and the result was satisfactory after 3 years post operation.

Journal: :Orthopedics 2017
Matthew P Siljander Alexander D Vara Denise M Koueiter Brett P Wiater Patrick J Wiater

Patella fracture fixation remains a significant challenge for orthopedic surgeons. Although tension band fixation allows for reliable osseous union, especially in simple fracture patterns, it still presents several problems. Plate fixation of patella fractures is a method that allows for more rigid stabilization and earlier mobilization. At the authors' level 1 trauma center, one fellowship-tra...

2004
Lee Herrington

Objective. To investigate the effect of patella taping on normal subjects. This was undertaken through the examination of isokinetic quadriceps strength and functional performance (hop distance), in an attempt to clarify the mechanism behind patella tapings reported success in the patellofemoral pain syndrome (PFPS) patient population. The aim of the study is to examine the effect of patella ta...

Journal: :Acta chirurgica Iugoslavica 2010
Alekandar R Lesić Marko Bumbasirević Vojo S Sudjić Milan M Mitković Goran Dz Tulić Nenad Ivancević Aleksandar Jakovljević Djordje D Bajec

Originally the main idea was to obtain a stable patella, i.e., to stabilize the "slipping patella". In the past many conditions like patella alta, ligamentous laxity, PF bone hypoplasia, weakness of the quadriceps muscle, genu valgum or genu recurvatum were thought to predispose to patellar instability. For a long period muscle exercises were instituted to strengthen the weak m.vastus medialis ...

Journal: :Veterinary and comparative orthopaedics and traumatology : V.C.O.T 2012
U Segal M Or J Shani

Medial patellar luxation is defined as medial displacement of the patella from the trochlear groove. In dogs, medial luxations account for 75% of all patellar luxation cases, and are frequently associated with patella alta. Common surgical treatments for medial luxation are trochleoplasty and lateral transposition of the crest to drive the patella into the correct anatomical alignment. Postoper...

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

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

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