نتایج جستجو برای: bone screw

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

Journal: :Revista do Hospital das Clinicas 1999
R Bolliger Neto J D Rossi T P Leivas

Cylindrical specimens of bone measuring 15 mm in diameter were obtained from the lateral cortical layer of 10 pairs of femurs and tibias. A central hole 3.2 mm in diameter was drilled in each specimen. The hole was tapped, and a 4.5 mm cortical bone screw was inserted from the outer surface. The montage was submitted to push-out testing up to a complete strip of the bone threads. The cortical t...

Journal: :Journal of orthopaedic surgery 2012
Kayode O Oduwole Benedikt Cichy John P Dillon Joan Wilson John O'Beirne

PURPOSE To compare the treatment outcome of Acutrak versus Herbert screw fixation for scaphoid non-union and delayed union. METHODS Records of 132 patients who underwent Herbert screw fixation (n=61) or Acutrak screw fixation (n=71) with or without bone grafting for scaphoid non-union and delayed union by a single surgeon were reviewed. The most common fracture site was the waist of the scaph...

Journal: :Chinese medical journal 2015
Yun-Gang Luo Tao Yu Guo-Min Liu Nan Yang

BACKGROUND We aimed to use the animal model of dynamic fixation to examine the interaction of the pedicle screw surface with surrounding bone, and determine whether pedicle screws achieve good mechanical stability in the vertebrae. METHODS Twenty-four goats aged 2-3 years had Cosmic ® pedicle screws implanted into both sides of the L2-L5 pedicles. Twelve goats in the bilateral dynamic fixatio...

Journal: :Veterinary and comparative orthopaedics and traumatology : V.C.O.T 2010
K Perry N Fitzpatrick J Johnson R Yeadon

OBJECTIVES To report the application and clinical outcome of the treatment of radial carpal bone fracture in five dogs using a variably-pitched, headless cannulated compression screw (Acutrak). METHODS Arthroscopy was performed prior to surgical repair in three cases. In two cases, a fissure within the radial carpal bone was more clearly apparent when oblique indirect illumination was employe...

2010

INTRODUCTION: In a pedicle screw fixation, the degree of osseointegration between a screw and the bone is an essential factor for the stability and fusion. In patients with osteoporosis, however, there is a high possibility for a pedicle screw loosening. Owing to this, there is a difficulty in determining the surgical indications. Previous biomechanical studies have reported that a pedicle scre...

Journal: :Journal of biomechanics 2012
S Larsson V A Stadelmann J Arnoldi M Behrens B Hess P Procter M Murphy D P Pioletti

In lower cancellous apparent bone density, it can be difficult to achieve adequate screw fixation and hence stable fracture fixation. Different strategies have been proposed, one of them is through augmentation using calcium phosphate cement in the region at or close to the screw thread itself. To support the hypothesis of an improved screw fixation technique by augmentation of the bone surroun...

2012
Mansour Rismanchian Sayed Hamid Raji Danesh Teimori Rik Sayed Mohammad Razavi Navid Khalighinejad Hossein Goroohi Hamid Badrian

Aim. The aim of this study was histomorphologic and histomorphometric evaluation of peri-screw bone after immediate orthodontic and orthopedic forces and comparing them with a control group. Materials and Methods. 18 dual-top miniscrews were inserted in the premolar region of three Iranian dogs. Screws were divided into three groups: (1) the first group undergoing immediate orthodontic force of...

2018
Jae Hoo Park Chang Il Ju Seok Won Kim

Objective The purpose of this study was to determine the feasibility of screw fixation in previously augmented vertebrae with bone cement. We also investigated the influence of cement distribution pattern on the surgical technique. Methods Fourteen patients who required screw fixation at the level of the previous percutaneous vertebroplasty or balloon kyphoplasty were enrolled in this study. ...

2014
Narihito Nagoshi Kota Suda Tomonori Morita Satoko Matsumoto Seiji Iimoto Keigo Yasui Miki Komatsu Yosuke Kobayashi Akio Minami Yoshiaki Toyama Morio Matsumoto Masaya Nakamura

INTRODUCTION Although pedicle or lateral mass screws are usually chosen to fix atlantoaxial (C1-C2) instability, there is an increased risk for vertebral artery (VA) injury when used in patients with bone or arterial anomalies or osteoporotic bone. Here we report the C1 posterior arch screw as a new technique for upper cervical fixation. CASE DESCRIPTION A 90-year-old man complained of upper ...

2013

RATIONALE: The purpose of the current study is to establish the biomechanical rationale for the increased risk of periprosthetic fracture associated with locking screw constructs over conventional screw constructs. This is important because the promise of locking plates to increase fixation in osteoporotic bone must be balanced with the potential complication of a periprosthetic fracture. An un...

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

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

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