نتایج جستجو برای: bone marrow necrosis

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

Journal: :Journal of Cardiothoracic Surgery 2008
Yahya Unlu Sami Karapolat

BACKGROUND In order to achieve a safe and persistent angiogenic effect, we investigated the potential of bone marrow cells implantation to enhance angiogenesis of ischemic hearts in a rat model, and also we have investigated growth factors accompanying and intermediating the angiogenesis, and the changes occurring in the levels of cytokines and their relations with angiogenesis. METHODS 30 ad...

2014
Rohan Mandaliya Lesley Hughes Herbert Auerbach Felice LePar

A 70-year-old female with a history of mild cirrhosis was referred by her primary care provider for a platelet count of 36,000/ μ L which had dropped from 47,000/ μ L in a week along with mild pain in extremities. Serum potassium was low (2.9 mEq/L) in spite of the patient being recently started on potassium supplement on outpatient for hypokalemia. Initially thrombocytopenia was attributed to ...

Journal: :Clinical infectious diseases : an official publication of the Infectious Diseases Society of America 2008
Antonella Isgrò Wilma Leti Wladimiro De Santis Marco Marziali Antonella Esposito Caterina Fimiani Giuseppe Luzi Marcello Pinti Andrea Cossarizza Fernando Aiuti Ivano Mezzaroma

BACKGROUND Inflammatory cytokines in bone marrow may impair hematolymphopoiesis in human immunodeficiency virus (HIV)-infected subjects who do not experience reconstitution of CD4(+) T cells despite suppression of virus replication while receiving highly active antiretroviral therapy (HAART) (immunological nonresponders). METHODS Bone marrow samples from 12 immunological nonresponders receivi...

Journal: :Bioscience, biotechnology, and biochemistry 2008
Hye Kyung Kim Myung-Gyou Kim Kang-Hyun Leem

We determined the effects of yolk water-soluble protein (YSP) on bone resorption. YSP potently suppressed osteoclastogenesis from bone marrow-derived precursor cells driven by tumor necrosis factor-alpha (TNF-alpha). YSP (200 microg/ml) abolished the formation of tartarate-resistant acid phosphatase (TRAP)-positive osteoclasts. Furthermore, TNF-alpha induced TRAP activity was greatly inhibited ...

Journal: :veterinary research forum 2013
mina tadjalli saeed nazifi rahil haghjoo

in order to study the normal hematopoiesis, cellular components and myeloid/erythroid (m/e) ratio in the bone marrow of the pheasant (phasianus colchicus), bone marrow samples were collected from the proximal tibiotarsus bone of 16 clinically healthy adult pheasant. the bone marrow smears were stained using the giemsa stain. the results indicated that the development and formation of blood cell...

Journal: یافته 2004
ali akbar Pour fatollah, ali asghar Kiani, hosein Mazdarani,

Introduction: Hematopoiesis is an on going process mammalian marrow system. A few cells from the nucleated cells of bone marrow are hematopoietic cells which include primary stem cells, precursor cells and progenitor cells. Primary stem cells and progenitor cells are able to produce colonies in culture medium (CFU-C) and irradiated mouse spleen (CFU-S). A hematopoietic cell is alive and act...

2017
MN Baig W Curtin

Reaming of the long bones is widely practiced because it allows for improved healing and early mobilization in patients needing surgical debridement of bone tissue. The insertion of reamed intramedullary nails can cause complications such as bone necrosis, cortical blood supply damage, and fat or bone marrow embolism. We describe a novel way to limit the amount of material in the canal before n...

Journal: :Singapore medical journal 2017
Yunus Güzel Mehmet Elmadag Gokcer Uzer Fatih Yıldız Kerem Bilsel İbrahim Tuncay

INTRODUCTION The risk of surgery-related infection is a persistent problem in orthopaedics and infections involving implants are particularly difficult to treat. This study explored the responses of bone and soft tissue to antimicrobial-coated screws. We investigated whether such screws, which have never been used to fix bony tissues, would result in a cytotoxic effect. We hypothesised that the...

2016
Junya Kuroda Masafumi Taniwaki

Fas is type I membrane protein, expressed on various tissue including hematopoietic cell. Its ligand (FasL), a member of the tumor necrosis factor (TNF) family, which includes two forms of a membrane-bound form and a soluble one, induces apoptosis of Fas-bearing cells through cytotoxic activity. FasL is undetectable in the serum of healthy person, whereas it is high in that from patients with T...

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

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

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