نتایج جستجو برای: distal femoral fracture

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

Journal: :Orthopedics 2012
Thomas Neubauer Manfred Krawany Lukas Leitner Alois Karlbauer Michael Wagner Michael Plecko

Functional outcome after retrograde femoral intramedullary nailing was investigated in 35 patients older than 60 years (mean, 86 years) with 36 fractures, comprising 15 (41.7%) shaft and 21 (58.3%) distal fractures; overall, 7 (19.4%) periprosthetic fractures occured. Twenty-two (62.9%) of 35 patients were evaluated at a mean 16.5-month follow-up with the Lyshom-Gillquist score and the SF-8 que...

Journal: :Orthopaedics & traumatology, surgery & research : OTSR 2014
G Pietu M Lebaron X Flecher C Hulet E Vandenbussche

INTRODUCTION Epidemiological study of femoral fractures has been dominated by proximal fractures. Distal fracture requires equal attention for correct management. PATIENTS AND METHODS A prospective study in 12 French hospital centres between June 1st, 2011 and May 31st, 2012 recruited cases of non-pathologic distal femoral fracture in patients over 15 years of age without ipsilateral knee pro...

Journal: :Ortopedia, traumatologia, rehabilitacja 2008
Dar Gh Nabi Tak Shafaat Rashid Kangoo Khursheed Ahmed Halwai Manzoor Ahmed

BACKGROUND Distal femoral fractures are usually complex and difficult to treat. The surgeon must demonstrate sound judgment in interpreting the fracture pattern and must possess a basic understanding of the principles of operative fracture management as well as knowledge of the mechanics of the implants. MATERIAL AND METHODS 1 70 patients with distal femoral fractures were operated by 10 diff...

2016
Tracy Y. Zhu Vivian W. Y. Hung Wing-Hoi Cheung Jack C. Y. Cheng Ling Qin Kwok-Sui Leung

We aimed to determine whether loss of volumetric bone mineral density (vBMD) and deterioration of microarchitecture imaged by high-resolution peripheral quantitative computed tomography at the distal radius/tibia provided additional information in fracture discrimination in postmenopausal women with recent hip fracture. This case-control study involved 24 postmenopausal Chinese women with unila...

Journal: :Acta orthopaedica Belgica 2011
Bhavuk Garg Ravi Mittal Shishir Rastogi

Fracture of the femoral prosthesis neck following total hip arthroplasty is not common. We report a case of femoral prosthesis neck fracture in an adult male patient following modular, uncemented total hip arthroplasty. This case report further emphasizes the importance of the potentially high loading situation in the prosthetic femoral neck. On the other hand, the occurrence of a femoral prost...

Journal: :Journal of orthopaedic surgery 2015
Lawrence A Delasotta Fabio Orozco Adam G Miller Zachary Post Alvin Ong

PURPOSE To review 6 cases of periprosthetic distal femoral fracture during total knee arthroplasty (TKA). METHODS Of 778 women and 691 men who underwent primary TKAs using posterior-stabilised (n=1240), cruciate-retaining (n=165), or semiconstrained (n=64) implant, 5 women and one man with a mean age of 73.3 years and a mean body mass index of 31.6 kg/m(2) sustained an intra-operative peripro...

 محمود معتمدی, , محمدجواد مرتضوی, , محمود فرزان, , مهدی مقتدایی, ,

Background: In this study we evaluated the treatment of giant cell tumor (GCT) of long bones using cryosurgery combined with curettage and polymethylmetacrylate (PMMA) cementing.Material and methods: From January 1999 to December 2004, twenty patients (mean age at the time of surgery 29.2 years) 13 females and 7 males were included in the study. Cortical disruption were presented in 7 patients ...

Journal: :Orthopedics 2013
L Johnson Patman Elizabeth A Szalay

Radiographic osteopenia is regularly observed after implant removal from a fracture or femoral osteotomy but has not been objectively quantified. Hardware removal is generally performed months to years after the index event (fracture or osteotomy) when full activity has been resumed. Objectively demonstrable bone mineral deficiency affects fracture risk. Hardware removal may facilitate the retu...

Journal: :archives of trauma research 0
gavin john heyes department of orthopedics, musgrave park hospital, stockman’s lane belfast, northern ireland; department of orthopedics, musgrave park hospital, stockman’s lane belfast, northern ireland. tel: +44-7823333140 adam tucker department of trauma and orthopedics, altnagelvin hospital, county londonderry, northern ireland dominic marley department of trauma and orthopedics, altnagelvin hospital, county londonderry, northern ireland andrew foster department of trauma and orthopedics, altnagelvin hospital, county londonderry, northern ireland

background at altnagelvin, a district general hospital in northern ireland, we have observed that a significant number of hip fracture admissions are later readmitted for treatment of other medical conditions. these readmissions place increasing stress on the already significant burden that orthopedic trauma poses on national health services. objectives the aim of this study was to review a ser...

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

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

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