نتایج جستجو برای: union fractures

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

Journal: :The Ulster Medical Journal 2008
A. H. Baker

a woollen abdominal binder. WVarm baths are useful in relieving spasm. Of drugs, those of the atropine group are of great service, tincture of belladonna or hyoscyamus being commonly employed. One must findl the optimum dose for each case, as individual susceptibility is variable. It is best given before or between meals. Its use may be discontinued at times of well-being, but commencing consti...

Journal: :JPMA. The Journal of the Pakistan Medical Association 2004
M Umer A K Niazi D Hussain M Ahmad

OBJECTIVE To review and audit our experience with closed intramedullary interlocking nailing for acute femoral shaft fractures. METHODS All patients admitted to The Aga Khan University Hospital, over the last six years and with a minimum follow-up of twelve months, with acute fractures of the femoral shaft were included in the study. All patients treated for established non-unions and infecti...

Journal: :Journal of Ayub Medical College, Abbottabad : JAMC 2010
Mohammad Naeem-ur-Razaq Muhammad Qasim Shahid Sultan

BACKGROUND There are many ways to treat aseptic non-union of femoral shaft fractures with reported varied success rate. Amongst all these, Exchange nailing is the simplest and most successful technique for treating aseptic non union of femoral shaft fractures. We have carried out a prospective study in the Department of Trauma & Orthopaedics, Ayub Medical College Abbottabad to analyse the role ...

Dawood Jafari, Pouya Nozarnejad,

  Abstract   Background: Fractures of the tibia are important for their commonness and controversy in their management. Both conservative and surgical techniques have been introduced in an effort to speed time to :::union::: while minimizing the occurrence of complications. Standard treatment for low-energy tibial shaft fractures includes closed reduction and cast immobilization. The purpose of...

2017
Anil Gowtham Manivannan Sathya Vijayan Sakthivel Annamalai

The common problems seen in distal femoral fractures are communition, articular surface involvement, fractures in multiple planes and bone loss in compound fractures. They present a challenge to the surgeon to achieve stable fixation and union. With different methods of internal fixation available, the common complications encountered with distal femoral fractures are malunion, varus collapse, ...

Journal: :trauma monthly 0
ali akbar esmailiejah akhtar orthopedic hospital, shahid beheshti university of medical sciences, tehran, ir iran mohammad reza abbasian akhtar orthopedic hospital, shahid beheshti university of medical sciences, tehran, ir iran; akhtar orthopedic hospital, shahid beheshti university of medical sciences, tehran, ir iran. tel: +98-9121831752, fax: +98-2122606614 farshad safdari orthopedics research center, akhtar hospital, shahid beheshti university of medical sciences, tehran, ir iran keyqobad ashoori orthopedics research center, akhtar hospital, shahid beheshti university of medical sciences, tehran, ir iran

conclusions due to the shorter :union: time, to some extent less complication rate and comparable functional and clinical results, the authors recommend to use the mipo technique in treating the mid-distal humeral shaft fracture. results the median of :union: time was shorter in the mipo group (4 months versus 5 months). the time of surgery and functional outcomes based on the ucla and meps sco...

Background:  Clavicle fractures are common and usually heal without complications. In this study, we evaluated the outcomes of non-operative versus operative management of displaced fractures.   Methods:  In a prospective clinical trial study, sixty-five patients with displaced clavicle mid-shaft fractures were nonrandomly divided in two treatment groups. The first group underwent non-operative...

Journal: :Acta orthopaedica Belgica 2013
Silvia Zoetsch Tanja Kraus Annelie M Weinberg Nima Heidari Richard A Lindtner Georg Singer

In paediatric patients with fractures of the distal radius, the consequences of associated ulnar styloid fractures are often underestimated. These may include persisting pain or functional deficits. The aim of the present study was to report the outcome of these fractures using a modified DASH-Score. All children with distal radius fractures treated in a two years period were analysed; only pat...

Journal: :The archives of bone and joint surgery 2017
Rajesh Govindasamy Saravanan Kasirajan Tushar Doke

Background The treatment of distal clavicle fracture is always a challenge, as it is mostly unstable and has higher rate of delayed union, malunion, non-union and associated acromioclavicular arthritis. So the management of these fractures remains controversial. The purpose of this study is to evaluate the functional results of Type 2 distal end clavicle fractures treated with superior anterior...

خورسندی, علی‌اکبر, نخعی امرودی, مرتضی,

Optimal treatment of 3 and 4-part fractures of the proximal humerus is still controversial and is accompanied with many complications. These fractures can be treated with variety of osteosynthetic methods especially in younger ages, but some complications such as limited range of motions, mal:::union:::s and avascular necrosis are common. Hemiarthroplasty can be used in old patients wit...

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

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

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