نتایج جستجو برای: cement gland

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

Journal: :Clinical orthopaedics and related research 1996
N Verdonschot R Huiskes

Stem cement debonding is 1 of the most common forms of fixation failure and is thought to be a prelude to gross loosening of a total hip reconstruction. However, the immediate consequences of debonding remains a matter of controversy. The dynamic effects of stem cement debonding in total hip reconstruction were analyzed using 3-dimensional finite element techniques. Stem cement interface condit...

Journal: :Orthopedics 2004
Efrain Diaz-Borjon Kotaro Yamakado Roque Pinilla Richard L Worland

This study describes a new tibial cement punch pressurizer to enhance cement penetration into the metaphyseal cancellous bone of the tibial plateau. Thirty knees of 15 patients undergoing simultaneous bilateral total knee arthroplasty (TKA) were randomly selected to receive the tibial cement punch pressurizer on one side, with the opposite side serving as control. Using computerized and radiogr...

Journal: :Pain physician 2013
Heng Wang Huilin Yang Weimin Jiang

It is with great interest that we read the article by Seo et al, “Percutaneous Osteoplasty for the Treatment of a Painful Osteochondral Lesion of the Talus: A Case Report and Literature Review,” published in the 2012 September/October issue of Pain Physician (1). This is a well-prepared case report which presents a novel surgical procedure using calcium polyacrylatehydroxyapatite cement in perc...

2012
Jin-Myung Kim Dong Ah Shin Dong-Hak Byun Hyung-Sun Kim Sohee Kim Hyoung-Ihl Kim

OBJECTIVE The purpose of this study is to find the optimal stiffness and volume of bone cement and their biomechanical effects on the adjacent vertebrae to determine a better strategy for conducting vertebroplasty. METHODS A three-dimensional finite-element model of a functional spinal unit was developed using computed tomography scans of a normal motion segment, comprising the T11, T12 and L...

2016
Zhiyi Fu Xiaopeng Hu Yujie Wu Zihui Zhou

The aim of this study was to determine if there were dose-response relationships of cement volume with cement leakage and pain relief after percutaneous vertebroplasty (PVP) for osteoporosis vertebral compression fractures (OVCFs). We collected the patient and procedural characteristics on 108 patients with OVCFs in our hospital who received PVP. Univariate and multivariate analyses were perfor...

Journal: :International journal of clinical and experimental medicine 2015
Teng-Hui Zeng Yi-Ming Wang Xin-Jian Yang Jian-Yi Xiong Dai-Qi Guo

OBJECTIVE To investigate the clinical effect of high and low viscosity bone cement in vertebroplasty for treatment of osteoporotic vertebral compression fractures. METHODS 40 cases of patients with osteoporotic thoracolumbar compression fractures admitted into department of orthopeadics in our hospital were reviewed. All patients were divided into high viscosity bone cement group (20 cases) a...

2015

The genesis and evolution of acrylic bone cement. Otto Röhm is known as the developer of polymethylmethacrylate PMMA in 1901. Preparation and Characterization of Injectable Brushite. Filled-Poly Methyl Methacrylate Bone Cement. Rodriguez 1, Jonathan Chari.Bone cement implantation syndrome. 1Department of Anaesthesia, University Hospital of. Problems with modern bone cements such as the loosenin...

Journal: :Cancer research 2005
Dong Liu Philip S Rudland D Ross Sibson Angela Platt-Higgins Roger Barraclough

A suppression subtractive cDNA library representing mRNAs expressed at a higher level in the malignant human breast cancer cell line, MCF-7, relative to a benign breast tumor-derived cell line, Huma 123, contained a cDNA, M36, which was expressed in estrogen receptor alpha (ERalpha)-positive breast carcinoma cell lines but not in cell lines from normal/benign/ERalpha-negative malignant breast l...

Journal: :Journal of embryology and experimental morphology 1981
N Yoshizaki

Cells of the superficial layer which had been explanted from the presumptive ectoderm of Rana japonica early gastrulae at stage 10 differentiated into cement-gland cells (CGCs) when cultured in Barth's solution containing 90-130 mM-NaCl, and into common epidermal cells and cilia cells when cultured in a solution containing 20-40 mM-NaCl. They failed to differentiate, however, when cultured in a...

2011
Mohammad H. Alkhraisat Carmen Rueda Enrique López Cabarcos

The incorporation of strontium chloride to brushite cement was successful to introduce strontium ions within the lattice of brushite crystals. The effect of strontium ions on brushite cement properties was concentration dependent; such that, the addition of 5% and 10% (w/w) SrCl2 significantly increased the cement FST and the addition of 10% SrCl2 decreased the cement tensile strength. Further,...

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

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

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