نتایج جستجو برای: failure of acl reconstruction

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

Journal: :The Journal of bone and joint surgery. American volume 2017
Travis J Dekker Jonathan A Godin Kevin M Dale William E Garrett Dean C Taylor Jonathan C Riboh

BACKGROUND Anterior cruciate ligament (ACL) graft failure and contralateral ACL tears are more frequent in children and adolescents than adults. The reasons for higher subsequent injury rates in this population are incompletely understood. METHODS We analyzed a continuous cohort of patients who were <18 years of age. Subjects underwent isolated, primary ACL reconstruction with autograft betwe...

Journal: :Acta orthopaedica Belgica 2015
Bryan Wang Keng Thiam Lee

BACKGROUND As the number of anterior cruciate ligament (ACL) injuries and primary ACL reconstruction surgeries increase, the absolute number of re-ruptures or failures has also subsequently increased. In our study, we look at the causes of failure in the primary surgery and also report the clinical and functional outcomes in our series of patients undergoing revision surgery. MATERIALS AND ME...

Journal: :Journal of athletic training 2015
Kyle Harris Jeffrey Bradford Driban Michael R Sitler Nicole M Cattano Jennifer M Hootman

REFERENCE/CITATION Frobell RB, Roos HP, Roos EM, Roemer FW, Ranstam J, Lohmander LS. Treatment for acute anterior cruciate ligament tear: five year outcome of randomised trial. BMJ. 2013;346:F232. CLINICAL QUESTION Does early anterior cruciate ligament (ACL) reconstruction with rehabilitation lead to better patient-reported outcomes and a lower incidence of osteoarthritis at 5 years postinjur...

Journal: :Eklem hastaliklari ve cerrahisi = Joint diseases & related surgery 2014
O Şahap Atik

• Correspondence: O. Şahap Atik, M.D. Gazi Üniversitesi Tıp Fakültesi Ortopedi ve Travmatoloji Anabilim Dalı, 06500 Beşevler, Ankara, Turkey. Tel: +90 312 202 55 28 Fax: +90 312 212 90 08 e-mail: satikmd@gmail.com Reconstruction of the anterior cruciate ligament is not a prerequisite for restoring muscle function.[1] However, restoring muscle function is a prerequisite for conservative or surgi...

Dear Editor,We have greatly enjoyed reading the case report entitled “‘Femoral Condyle Fracture during Revision of Anterior Cruciate Ligament Reconstruction: Case Report and a Review of Literature in the issue of Arch Bone Jt Surg. 2015;3(2) with great interest. We would like to commend the authors for their detailed and valuable work. Although various case reports have described postoperative ...

Journal: :The New England journal of medicine 2010
Richard B Frobell Ewa M Roos Harald P Roos Jonas Ranstam L Stefan Lohmander

BACKGROUND The optimal management of a torn anterior cruciate ligament (ACL) of the knee is unknown. METHODS We conducted a randomized, controlled trial involving 121 young, active adults with acute ACL injury in which we compared two strategies: structured rehabilitation plus early ACL reconstruction and structured rehabilitation with the option of later ACL reconstruction if needed. The pri...

Journal: :Medicina-lithuania 2023

Positioning of the femoral tunnel during anterior cruciate ligament (ACL) reconstruction is most crucial factor for successful procedure. Owing to inter-individual variability in intra-articular anatomy, it can be challenging obtain precise placement and ensure consistent results. Currently, three-dimensional (3D) computed tomography (CT) scans considered best method determining whether tunnels...

2017
Sheng-Hsiung Lin Ting-Chuan Wang Chun-Fu Lai Ru-Yin Tsai Chih-Ping Yang Chih-Shung Wong

OBJECTIVE This study aimed to support the potential protective role of anterior cruciate ligament (ACL) reconstruction against the development of osteoarthritis (OA). METHODS In this retrospective cohort study, the long-term results of ACL reconstruction in Taiwan were evaluated based on data from the National Health Insurance Research Database (NHIRD). In total, 8,769 eligible cases were inc...

2016
E. Carlos rodríguEz-MErChán

Anterior cruciate ligament (ACL) injuries most commonly occur during sports that involve sudden stops and changes in direction, such as basketball, soccer, tennis, and volleyball. Depending on the severity of the ACL injury, treatment may include surgery to replace the torn ligament followed by rehabilitation exercises to help the patient regain strength and stability. However, controversy exis...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه صنعتی خواجه نصیرالدین طوسی - دانشکده مهندسی برق و کامپیوتر 1391

power transformers are important equipments in power systems. thus there is a large number of researches devoted of power transformers. however, there is still a demand for future investigations, especially in the field of diagnosis of transformer failures. in order to fulfill the demand, the first part reports a study case in which four main types of failures on the active part are investigate...

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

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

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