نتایج جستجو برای: fracture of tibial shaft

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

Journal: :Journal of orthopaedic surgery 2011
Walter B Sprenger De Rover Sulaiman Alazzawi Peter J Hallam Neil P Walton

We present a case of an ipsilateral tibial shaft fracture and a distal tibial triplane fracture with an intact fibula in a 14-year-old boy. Computed tomography revealed the distal tibial triplane fracture with a 2.6-mm displaced Tillaux fragment and a posterior malleolar shear fragment. Open reduction and internal fixation was performed to optimise healing and outcome. This is a rare injury, fo...

Background: To compare the union times of the uncomplicated tibial shaft fractures, which were distally locked by twocoronal and one sagittal screws and by only two coronal screws.Methods: 45 patients with tibial shaft treated with intramedullary nailing included in this study. 23 of 45 fractureswere treated with uniplanar two distal interlocking (Group 1) and 22 fractures were treated with bip...

Journal: :Annals of Clinical Biochemistry: International Journal of Laboratory Medicine 1998

Journal: :Journal of orthopaedic surgery 2005
D Inamdar M Alagappan L Shyam S Devadoss A Devadoss

Interlocking nailing is a widely accepted and performed treatment for tibial shaft fractures. The addition of percutaneously placed transfixation screws increases the stabilisation provided by intramedullary nailing; however, the technical complexity associated with the procedure has introduced new potential complications. We report a pseudoaneurysm of the anterior tibial artery caused by a pro...

2015
P R Onta

Fracture of Tibia is the most common amongst pediatric fractures. Most tibial shaft fractures are treated conservatively with close reduction and above knee cast application. Surgery is indicated only when the fracture is unstable, open fracture and associated with multiple injuries. Flexible intramedullary nailing is commonly used for diaphyseal tibial fracture and is also well used in other l...

Journal: :Orthopedics 2004
Sudhakar G Madanagopal David Seligson Craig S Roberts

This article introduces the antibiotic-impregnated cement nail for the treatment of tibial shaft fracture infection and outlines the technique regarding its placement.

2014
Hossein Ettehad Ahmadreza Mirbolook Fereshteh Mohammadi Mohammadsadegh Mousavi Hannan Ebrahimi Ardeshir Shirangi

BACKGROUND Several systemic factors and hormones are thought to regulate the fracture healing process. Vitamin D has emerged as a compound or hormone that actively participates in the regulation of calcium homeostasis and bone metabolism. OBJECTIVES The aim of this study is to determine the serum changes in the level of vitamin D during the acute healing period of tibial and femoral shaft fra...

Journal: :Vojnosanitetski pregled 2008
Zoran Golubović Predrag Stojiljković Lana Macukanović-Golubović Dragan Milić Sasa Milenković Marko Kadija Zoran Matović Goran Turković Mile Radenković Aleksandar Visnjić Ivan Golubović Sasa Stojanović Goran Vidić Milorad Mitković

BACKGROUND/AIM Besides the conquasant fractures, open tibia shaft fractures belong to the group of the most severe fractures of tibia. Open tibia shaft fracture is one of the most common open fractures of long bones. They most frequently occur as a result of traffic accidents caused by the influence of a strong direct force. METHODS Within the period from January, 2000 to December 31, 2005 at...

Journal: :Journal of orthopaedic trauma 2006
Ely L Steinberg David S Geller Shahan V Yacoubian Nadav Shasha Shmuel Dekel Dean G Lorich

OBJECTIVE To evaluate and present our experience using the expandable nail system for the treatment of acute tibial shaft fractures. DESIGN Retrospective study. SETTING Two level-1 trauma centers-University teaching hospitals. METHODS Fifty-four consecutive patients were treated by this nail system for acute tibial shaft fracture. Two nail diameters were used, 8.5 mm and 10 mm. Operation,...

Journal: :Acta chirurgiae orthopaedicae et traumatologiae Cechoslovaca 2012
G Bode P C Strohm N P Südkamp T O Hammer

Treatment of tibial shaft fractures is still discussed controversial. In the present study current literature was reviewed with the objective to demonstrate current recommendations concerning tibial shaft fractures. Tibial shaft fractures are often caused by high-energy trauma with severe concomitant soft-tissue injuries. Solid bone union without hypertrophy, fast mobilization and full range of...

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

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

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