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

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

Journal: :Orthopedics 2012
Timothy L Miller Christopher C Kaeding

Stress fractures of the upper extremity and thorax are often unrecognized injuries in athletes and nonathletes. The authors reviewed the causative activities and anatomic distribution of rib and upper-extremity stress fractures. Radiographic and clinical information was reviewed for each case to determine anatomic site and causative activity of each stress fracture. Stress fracture, although an...

ژورنال: کواترنری ایران 2018
, , , hasan,

Production and injection of fluid may cause hydraulic fracture, shear fracture at crack levels, or re-activation of faults and existing discontinuities by reducing effective stress by changing the pore pressure and corresponding changes in the stress field. Therefore, the deformation of the earth, seismic occurred, the reactivation of discontinuities and the impermeability capacity of the rocks...

Journal: :British journal of sports medicine 2001
P S Rao S K Rao B C Navadgi

Stress fractures have been reported in the upper limb of sportspeople involved in upper limb dominated events. Olecranon stress fractures have been cited in baseball pitchers, javelin throwers, and gymnasts. The unusual case of a stress fracture of the olecranon in a young weight lifter is reported here. The minimally displaced stress fracture was treated with tension band and two Kirschner wir...

Journal: :Current sports medicine reports 2016
Charles E Harris Heather K Vincent Kevin R Vincent

Sacral stress fractures can be particularly difficult to recognize and diagnose. Although uncommon, sacral stress fractures should be suspected in athletes, particularly female runners presenting with low back or buttock pain (2Y4,6). Sacral stress fractures are most commonly found in female distance runners, but also have been reported in other sports such as tennis, basketball, gymnastics, vo...

Journal: :The Ulster Medical Journal 1984
K. E. Dowey G. W. Moore

The differential diagnosis includes musculo-tendinous injury, tibial compartment syndrome, tenosynovitis, intermittent claudication of the athlete and stress fracture. A presumptive diagnosis of stress fracture is based on the history and physical findings. In the past, confirmation of stress fractures has been delayed until x-rays showed an abnormality, often from three weeks to three months a...

2013
Scott J Montain Susan M McGraw Matthew R Ely Tyson L Grier Joseph J Knapik

BACKGROUND Low vitamin D status increases the risk of stress fractures. As ultraviolet (UV) light is required for vitamin D synthesis, low UV light availability is thought to increase the risk of vitamin D insufficiency and poor bone health. The purpose of this investigation was to determine if individuals with low UV intensity at their home of record (HOR) or those with darker complexions are ...

Journal: :British medical journal 1983
E L Teasdale G E Davies A Slovak

2 Orava S, Puranen J, Ala Ketola L. Stress fractures caused by physical exercise. Acta Orthop Scand 1978;49:19-27. Meurman KOA, Elfring S. Stress fractures in soldiers: a multifocal disorder. A comparative radiological and scintigraphic study. Radiology 1980;134 :483-7. Delacerda FG. A case study: application of ultrasound to determine a stress fracture of the fibula. Journal of Orthopaedic and...

2012
Shinya Hayashi Takayuki Nishiyama Takaaki Fujishiro Shingo Hashimoto Masahiro Kurosaka

Insufficiency fracture is of the stress fractures and is caused by repetitive stress on fragile bone. Insufficiency fractures of pubic rami are rare occurrences in association with total hip arthroplasty (THA). Postoperative stress fractures occur due to increase of patients activity following years of disability. The physician should consider the possibility of a pelvic insufficiency fracture ...

Journal: :Radiologic clinics of North America 2012
Naveen S Murthy

Back pain caused by stress fractures, fatigue, or insufficiency, affects varied patient populations based on the level of physical activity and bone mineral density. Stress fractures may involve the vertebral body, pars interarticularis, and the pedicle; often overlooked are stress fractures of the sacrum or bony pelvis, which can mimic pain of spinal origin and delay diagnosis. The choice of o...

Journal: :Journal of surgical orthopaedic advances 2013
Timothy Carey Christian Key David Oliver Timothy Biega John Bojescul

A femoral neck stress fracture is a serious condition that affects military personnel and endurance athletes. There is increasing evidence that femoroacetabular impingement contributes to significant hip pathology. This study investigates the prevalence of radiographic abnormalities associated with impingement in military personnel treated for femoral neck stress fractures. The radiographs of 6...

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

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

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