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

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

2013
Daichi Ishimaru Hiroyasu Ogawa Hiroshi Sumi Katsuji Shimizu

Late thoracic outlet syndrome is a rare complication of clavicle fractures and usually warrants surgical treatment though its cause of clavicle fractures are a common injury and in most cases are treated conservatively. We report a case of a clavicle fracture accompanying severe multiple trauma, which was necessarily treated conservatively because of the severe associated injuries of the patien...

2013
Masaaki Machino Yasutsugu Yukawa Keigo Ito Shunsuke Kanbara Daigo Morita Fumihiko Kato

PURPOSE The proposed the thoracolumbar injury classification system (TLICS) for thoracolumbar injury cites the integrity of the posterior ligamentous complex (PLC). However, no report has elucidated the severity of damage in thoracic and lumbar injury with classification schemes by presence of the PLC injury. The purpose of this study was to accurately assess the severity of damage in thoracic ...

Journal: :Marshall journal of medicine 2022

Rib fractures are among the most common injuries found in a patient presenting from blunt trauma. They associated with significant morbidity and mortality, largely due to pulmonary complications. Open reduction internal fixation (ORIF) has been mainstay treatment for patients multiple rib fractures. In this report, we present case of that sustained thoracic trauma anterolateral fractures, inclu...

2017
James Thomas Bourne Alexander David Laing Baker Manoj Khatri

We report the first case of a combined bony and soft tissue Chance fracture in the thoracic spine, with late presenting displacement following conservative management. Chance fractures are flexion-distraction injuries to the spine. They consist of disruption and longitudinal separation of the posterior elements of the vertebra, with the fracture extending through the pedicles and into the verte...

2005
Atsutaka Tamura Isao Watanabe Kazuo Miki

Blunt impact to the anterior chest during frontal crash often causes sternum and rib fractures. In particular, several studies have reported that elderly people are susceptible to the complications following bony fractures mainly in the thoracic region, thereby, leading to high mortality and morbidity rates. These fractures are attributable to the reduced bone strength due to age-related osteop...

Journal: :The Journal of bone and joint surgery. British volume 1986
K C Gopalakrishnan W S el Masri

Twelve cases of sternal injury associated with spinal fractures have been reviewed. The sternum is regularly buckled or fractured in patients with high thoracic spinal fractures. Our review suggests that sternal injuries may also be associated with spinal fractures outside this region, and with types of fracture other than crushing of vertebral bodies. Injury to the sternum, when due to indirec...

2015
SW Maria J Sapuan S Abdullah

Scapulo-thoracic dissociation is an infrequent injury resulting from high energy trauma which is often associated with severe neurological and vascular injuries which may be unrecognised at the time of presentation. A 24 year-old female presented with bilateral rib fractures, pneumothorax, liver and kidney injuries following a road traffic accident. She also sustained fractures of her right sca...

2003
Natalia Lishchyna Rahim Karim

This case deals with thoracic compression fractures in a young adult following a snowboarding accident. These fractures are generally considered stable and are treated conservatively. Assessment, diagnosis, radiographic appearances, passive and active treatment protocols and prognosis are reviewed. Whenever significant trauma is involved, the chiropractor must suspect a fracture as a differenti...

Journal: :European journal of radiology 2014
H C van der Jagt-Willems B C van Munster M Leeflang E Beuerle C R Tulner W F Lems

BACKGROUND In clinical practice lateral images of the chest are performed for various reasons. As these lateral chest X rays show the vertebrae of the thoracic and thoraco-lumbar region, we wondered if these X-rays can be used for evaluation of vertebral fractures instead of separate thoracic spine X-rays. METHODS To evaluate the agreement and intraobserver reliability of the semi-quantitativ...

2013
Max J. Scheyerer Stefan M. Zimmermann Samy Bouaicha Hans-Peter Simmen Guido A. Wanner Clément M. L. Werner

Introduction. Sternal fractures often occur together with serious and life-threatening additional injuries. This retrospective study was designed to assess concomitant injuries and develop a correlation between fracture location and the severity of injury. Methods. All patients (n = 58) diagnosed with a fracture of the sternum by means of a CT scan were analysed with respect to accident circums...

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

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

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