نتایج جستجو برای: rib graft

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

2013
Woon Heo Do Kyun Kang Ho-Ki Min Hee Jae Jun Youn-Ho Hwang

A primary giant cell tumor of the rib is very rare. The most common site of a giant cell tumor arising from the rib is the posterior arc. A giant cell tumor arising from the anterior arc of the rib is extremely rare. The treatment of a giant cell tumor of the rib is not well defined. Generally, a complete surgical resection is performed in a patient with a primary giant cell tumor of the rib. W...

Journal: :The Journal of trauma 2003
Katherine A Barsness Eun-Suk Cha Denis D Bensard Casey M Calkins David A Partrick Frederick M Karrer John D Strain

BACKGROUND Rib fractures have a strong association with nonaccidental trauma (NAT) and severe trauma. The purposes of this study were to evaluate rib fractures in children to determine (1) the positive predictive value of a rib fracture in defining NAT and (2) the frequency of rib fractures as the only skeletal manifestation of NAT. METHODS We reviewed the medical records and imaging of all c...

2015
Farhad Hafezi Bijan Naghibzadeh Abbas Kazemi Ashtiani Amir Hossein Nouhi Ghazal Naghibzadeh

BACKGROUND Nasal deformity is a common disorder in Wegener granulomatosis, which is produced by polyangitis of medium-sized vessels. This process may cause necrosis and destruction of the nasal mucosa and osteocartilaginous framework. At this time, there is a lack of published data on nasal deformities associated with Wegener granulomatosis. METHODS We present a 53-year-old woman with complet...

2010
Theodoros B Grivas

Back pain in adult operated scoliosis patients is a usually a major postoperative problem which has to be differentially diagnosed from a number of pathologies. The infection, immediate or delayed infection after elective spinal instrumentation and fusion is the principal postoperative problem for the patient and the surgeon. Surgical treatment is mandated in the majority of these cases, with t...

Journal: :مجله علوم اعصاب شفای خاتم 0
mohammad tezval department of trauma and reconstructive surgery, university hospital goettingen, goettingen, germany

injuries suffered in vehicle traffic crashes are the leading cause of death among children in many countries. prevention of injuries of children in raod accidents is still a challenge. the present lecture discuss the commonly injuried body regions in children involved in motor and non-motor vehicle traffic crashes. head, ribs and lung are commonly injured body regions among children under 8 yea...

Journal: :Journal of animal science 2002
B J Reuter D M Wulf B C Shanks R J Maddock

This study determined whether there is a logical point of value change, related to either tenderness or consumer acceptance, at which to separate the beef carcass within the rib/chuck region. Rib/chuck rolls (RCR); (n = 30) consisting of the ribeye roll and chuck eye roll subprimals (2nd through 12th rib locations) were cut into 22 steaks each (two steaks per rib location), and Warner-Bratzler ...

Journal: :Journal of applied physiology 1982
S H Loring J Mead

Displacements of the rib cage are determined by the intrinsic passive properties of the rib cage, rib cage musculature, pleural and abdominal pressures, and the diaphragm. The diaphragm's mechanical actions on the rib cage are inferred from a force-balance analysis in which the diaphragm is seen to cause expansion of the rib cage by pulling cephalad at its insertions on the lower ribs (insertio...

1980
J. M. Cormier

The orientation of osteons in cortical bone has been shown to correlate with the loading condition. The purpose of this study is to determine the orientation of osteons in the rib cage to better understand the behavior of the rib cage under mechanical load. A total of 37 rib specimens were removed from 21 rib locations from a male and female cadaver. Eight histological slides were created from ...

2013
Nicola Sverzellati Davide Colombi Giorgia Randi Antonio Pavarani Mario Silva Simon L. Walsh Massimo Pistolesi Veronica Alfieri Alfredo Chetta Mauro Vaccarezza Marco Vitale Ugo Pastorino

BACKGROUND Factors determining the shape of the human rib cage are not completely understood. We aimed to quantify the contribution of anthropometric and COPD-related changes to rib cage variability in adult cigarette smokers. METHODS Rib cage diameters and areas (calculated from the inner surface of the rib cage) in 816 smokers with or without COPD, were evaluated at three anatomical levels ...

Journal: :medical journal of islamic republic of iran 0
d sharifi fax: 0098-21-933222, tel: 0098-21-6438328 gr abedi f sassani d savadkouhi j bakhtiari i nowrouzian

various biological bone g rafts have been used for osteogenes i s , osteoconduction and even osteoinduction, but due to systemic influences and local factors, the outcome of successful incorporation of a bone graft has not been satisfactory. this study was therefore conducted on 15 clinically healthy adult dogs between 1 to 3 years of age weighing 20 to 30 kg to evaluate the effect of bone ceme...

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

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

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