نتایج جستجو برای: remplissage and arthroscopy

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

2017
Sandeep Mannava Andrew G. Geeslin Salvatore J. Frangiamore Mark E. Cinque Matthew G. Geeslin Jorge Chahla Marc J. Philippon

The use of hip arthroscopy to treat various forms of hip pathology continues to grow. As part of a standard evaluation for eligibility for hip arthroscopy, we routinely obtain standard radiographs to assess the hip joint. These include orthogonal projections of the acetabulum and proximal femur, which can be obtained with a standing false profile, supine anteroposterior pelvis, and a lateral vi...

Journal: :Revista Brasileira de Ortopedia (English Edition) 2015

Journal: :Orthopaedic Journal of Sports Medicine 2019

Journal: :BMC Proceedings 2015

Journal: :Journal of hand surgery 2004
L Adolfsson B Povlsen

This study assessed the role of diagnostic arthroscopy following a wrist injury in patients with normal standard radiographs, an unclear clinical diagnosis and persistent severe pain at 4 to 12 weeks. Forty-three patients were included after conservative management had failed to improve their wrist pain so that a stability test could be performed satisfactorily and underwent arthroscopy within ...

2010
Michael L. Voight Kevin Robinson Lance Gill Karen Griffin

CONTEXT With the evolution of hip arthroscopy has come an increased recognition of intra-articular hip pathologies and improved techniques for their management. Whereas mechanical problems can often be corrected through surgery, functional deficits must be corrected through the rehabilitation process. Therefore, the evolution of hip arthroscopy has necessitated a progression in hip rehabilitati...

Journal: :archives of trauma research 0
ranajit panigrahi department of orthopedics, hi-tech medical college & odisha, south korea; department of orthopedics, hi-tech medical college & odisha, south korea. tel: +91-9777037435 ashok priyadarshi department of orthopedics, hi-tech medical college & odisha, south korea nishit palo department of orthopedics, hi-tech medical college & odisha, south korea hatia marandi department of orthopedics, hi-tech medical college & odisha, south korea dinesh kumar agrawalla md radiodiagnosis assistant professor, department of radiology, hi-tech medical college & odisha, south korea manas ranjan biswal department of orthopedics, hi-tech medical college & odisha, south korea

background the aim of this study was to examine the correlation of the clinical examination, mri and arthroscopic findings in cruciate ligaments and meniscal injuries of knee and to evaluate the accuracy of clinical examination and mri with the gold standard arthroscopy. methods a prospective diagnostic double-blind study was conducted on 104 consecutive patients admitted to the outdoor/casualt...

Journal: :The Journal of bone and joint surgery. British volume 2005
C Charousset L Bellaïche L D Duranthon J Grimberg

CT arthrography and arthroscopy were used to assess tears of the rotator cuff in 259 shoulders. Tear size was determined in the frontal and sagittal planes according to the classification of the French Arthroscopy Society. CT arthrography had a sensitivity of 99% and a specificity of 100% for the diagnosis of tears of supraspinatus. For infraspinatus these figures were 97.44% and 99.52%, respec...

Journal: :Lijecnicki vjesnik 2010
Ivan Bojanić Tomislav Smoljanović Alan Mahnik

Elbow arthroscopy has become an indispensable method of surgical care of injuries and their consequences and damages that affect the elbow. The advantages of elbow arthroscopy in comparison to classical open surgery are multiple. Primarily, arthroscopy allows an excellent view of intra-articular structures and thus a detailed overview of the entire joint which enables us to perform complete sur...

Journal: :Sports medicine and arthroscopy review 2013
Patrick H Noud James Esch

Shoulder arthroscopic procedures have become common in today's orthopedic practice. The safety of shoulder arthroscopy though well established, is not without complications both minor and significant. The true incidence of complications is difficult to identify in the current literature. However, as with all procedures, complications associated with shoulder arthroscopy do occur. General compli...

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

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

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