نتایج جستجو برای: acute ischemia stroke

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

Journal: :The New England journal of medicine 2015
Pooja Khatri Opeolu Adeoye Dawn O Kleindorfer

To the Editor: We are encouraged by the results of the Multicenter Randomized Clinical Trial of Endovascular Treatment for Acute Ischemic Stroke in the Netherlands (MR CLEAN) by Berkhemer et al. (Jan. 1 issue)1 and the thoughtful editorial by Hacke that outlines the window of opportunity to improve stroke trials.2 One possibility is targeting patients with reversible ischemia rather than random...

Journal: :Stroke 2013
Alejandro M Brunser Arnold Hoppe Sergio Illanes Violeta Díaz Paula Muñoz Daniel Cárcamo Verónica Olavarria Marcela Valenzuela Pablo Lavados

BACKGROUND AND PURPOSE The accuracy of diffusion-weighted imaging (DWI) for the diagnosis of acute cerebral ischemia among patients with suspected ischemic stroke arriving to an emergency room has not been studied in depth. METHODS DWI was performed in 712 patients with acute or subacute focal symptoms that suggested an acute ischemic stroke (AIS), 609 of them with AIS. RESULTS DWI demonstr...

آلاله, علیرضا , قربانی, عسگر , کهنوجی, حسین , یوسفی, ندا ,

Background: Hyperglycemia after acute stroke is a common finding that has been associated with an increased risk of death. For the last several years, it was believed that post-stroke hyperglycemia may worsen brain infarction in animal models. According to previous studies, the anti-inflammatory effect of insulin has a protective role on ischemic tissues. Glucose-insulin-potassium (GIK) infusio...

2016
Shu-Hai Shi Zhi-Feng Qi Yu-Min Luo Xun-Ming Ji Ke Jian Liu

Acute ischemic stroke is a common and serious neurological disease. Oxygen therapy has been shown to increase oxygen supply to ischemic tissues and improve outcomes after cerebral ischemia/reperfusion. Normobaric hyperoxia (NBO), an easily applicable and non-invasive method, shows protective effects on acute ischemic stroke animals and patients in pilot studies. However, many critical scientifi...

Journal: :Advances in neurology 1979
B Larsen N A Lassen

A review is given of the normal regulation of cerebral blood flow (CBF) and its pathophysiology in hypertension and stroke. In otherwise healthy hypertensive patients, the absolute level of CBF is the same as in normal subjects. CBF autoregulation, however, is shifted towards higher pressure, thus impairing the tolerance to hypotension. In most patients, this does not interfere with the benefic...

2017
Wolfgang Härtig Bianca Mages Susanne Aleithe Björn Nitzsche Stephan Altmann Henryk Barthel Martin Krueger Dominik Michalski

As part of the extracellular matrix (ECM), perineuronal nets (PNs) are polyanionic, chondroitin sulfate proteoglycan (CSPG)-rich coatings of certain neurons, known to be affected in various neural diseases. Although these structures are considered as important parts of the neurovascular unit (NVU), their role during evolution of acute ischemic stroke and subsequent tissue damage is poorly under...

2017
Juan Roberto Peraira Moral Javier Segovia Cubero Juan Francisco Oteo Domínguez Pilar Ortiz Oficialdegui Raquel Fuentes Manso Valentín Martín Júdez

130 A retrospective study of patients with acute myocardial ischemia syndrome, mainly middle-aged and elderly women, was published in july 2001. The main features of acute myocardial ischemia were typical triggering circumstances, initial ECG mimicking acute myocardial infarction (AMI with transient appearance of Q waves and large negative T waves), mild or no enzymatic changes, and a combinati...

Introduction: After cardiovascular disease and cancer, stroke is the third most common cause of death in the most industrialized countries. The aim of study was assessment of relationship between the effect of Boswelliaserrata aqueous extracts infarct volume in rat stroke model. Methods: Five groups, each consisting of 7 male wistar rats, were studied. The groups consisting of control, sham ...

Journal: :razavi international journal of medicine 0
shamsi darabi department of physiology and biophysics, faculty of medicine, baqiyatallah university of medical sciences, tehran, iran mohammad taghi mohammadi department of physiology and biophysics, faculty of medicine, baqiyatallah university of medical sciences, tehran, iran; associate professor of physiology, department of physiology and biophysics, faculty of medicine, baqiyatallah university of medical sciences, tehran, iran. tel: ++98-2182483419 zeinab sadat sobhani department of physiology and biophysics, faculty of medicine, baqiyatallah university of medical sciences, tehran, iran

conclusions our findings indicate that fullerenol nanoparticles decrease the brain infarction through enhancement of the sod activity during cerebral ischemia-reperfusion injury. results occlusion of mca induced considerable infarction and lesion in ischemic hemispheres of control ischemic rats (527 ± 59 mm3) in accompany with a decrease in the glutathione content (45%), and sod activity (29%) ...

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

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

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