نتایج جستجو برای: cerebral stroke

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

2009
José R Romero Aleksandra Pikula Thanh N Nguyen Yih Lin Nien Alexander Norbash Viken L Babikian

Carotid artery disease is common and increases the risk of stroke. However, there is wide variability on the severity of clinical manifestations of carotid disease, ranging from asymptomatic to fatal stroke. The collateral circulation has been recognized as an important aspect of cerebral circulation affecting the risk of stroke as well as other features of stroke presentation, such as stroke p...

2017
Fang-Wang Fu Jie Rao Yuan-Yuan Zheng Hui-Lin Wang Jian-Guang Yang Guo-Qing Zheng

Background POEMS syndrome is a rare multi-systemic disease characterized by polyneuropathy, organomegaly, endocrinopathy, monoclonal gammopathy, and skin changes. Arterial or venous thrombosis is a less-common complication of POEMS syndrome. Ischemic stroke has also been reported sporadically. However, the association between POEMS syndrome and ischemic stroke has not been entirely understood. ...

Journal: :Journal of accident & emergency medicine 1996
I Sammy J Hanson M R James

OBJECTIVE To illustrate the possible role of cerebral oximetry and stroke distance as measured by Doppler ultrasound in monitoring the critically ill patient non-invasively in the emergency department. METHODS Five critically ill patients were monitored with either cerebral oximetry or both cerebral oximetry and stroke distance (the distance travelled by blood in the aorta with each ventricul...

Journal: :Journal of Neuroimmunology 2021

Stroke-induced immunosuppression contributes to the development of stroke-associated pneumonia (SAP). Experiments in mice demonstrated that apoptosis IFN-γ producing cells and reduced secretion resulted impaired immune responses after middle cerebral artery occlusion (MCAo). In present study, we investigated efficacy intratracheal treatment prevent SAP modest benefits on pulmonary cytokine resp...

Journal: :iranian biomedical journal 0
حمداله پناهپور hamdollah panahpour علی اکبر نکوئیان ali akbar nekooeian غلامعباس دهقانی gholam abbas dehghani

background: angiotensin ii (ang ii) has an important role on cerebral microcirculation however, its direct roles in terms of ischemic brain edema need to be clarified. this study evaluated the role of central ang ii by using candesartan, as an at1 receptor blocker, in the brain edema formation and blood-brain barrier (bbb) disruption caused by ischemia/reperfusion (i/r) injuries in rat. methods...

Ali Akbar Nekooeian, Gholam Abbas Dehghani, Hamdollah Panahpour,

Background: Angiotensin II (Ang II) has an important role on cerebral microcirculation however, its direct roles in terms of ischemic brain edema need to be clarified. This study evaluated the role of central Ang II by using candesartan, as an AT1 receptor blocker, in the brain edema formation and blood-brain barrier (BBB) disruption caused by ischemia/reperfusion (I/R) injuries in rat. Methods...

Journal: :Journal of the American College of Cardiology 2011
Eun-Jae Lee Kyoung-Hyo Choi Ju-Seok Ryu Sang-Beom Jeon Seung-Whan Lee Seong-Wook Park Seung-Jung Park Jae-Won Lee Suk-Jung Choo Cheol-Hyun Chung Sung-Ho Jung Dong-Wha Kang Jong S Kim Sun U Kwon

OBJECTIVES We aimed to define the relationship between cerebral atherosclerosis and stroke after coronary artery bypass grafting (CABG). BACKGROUND Although cerebral atherosclerosis may play a crucial role in the advent of post-CABG stroke, only extracranial carotid artery disease has been extensively studied, and the effects of atherosclerosis on the mechanisms underlying post-CABG stroke re...

Mohammad Shabani, Reza Aref Nezhad,

Stroke as the third cause of death in industrialized societies after cardiovascular and cancerous diseases Based on the type of artery involved, its location and size can lead to various side effects such as half-body movement disorder, sensory impairment, memory impairment, and other problems. In this regard, due to the complications of chemical drugs and their long-term use in treating the di...

Journal: :Frontiers in bioscience : a journal and virtual library 2006
Tung-Han Tsai Show-Li Chen Xiao Xiao Yung-Hsiao Chiang Yeou-Ping Tsao

This review presents our experience and results concerning cerebral stroke gene therapy with a rat model subjected to rAAV-vector delivered IL-1ra and GDNF. The methodology involving the production of high-titer recombinant adeno-associated virus vectors in the absence of helper adenovirus and the creation of a tri-vessel ligation model of focal ischemic cerebral stroke in rats are described in...

Journal: :Stroke 2012
Fabio Pizza Martin Biallas Ulf Kallweit Martin Wolf Claudio L Bassetti

BACKGROUND AND PURPOSE Sleep-disordered breathing (SDB) negatively impacts stroke outcome. Near-infrared spectroscopy showed the acute cerebral hemodynamic effects of SDB. METHODS Eleven patients (7 men, age 61±13 years) with acute/subacute middle cerebral artery stroke (National Institutes of Health Stroke Scale score 10±7) and SDB (apnea-hypopnea index 32±28/hour) were assessed with nocturn...

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

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

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