نتایج جستجو برای: pontine hemorrhage

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

Journal: :The Israel Medical Association journal : IMAJ 2006
Ricardo Segal Alexander Furmanov Felix Umansky

BACKGROUND The occurrence of a spontaneous intracerebral hemorrhage in Israel's Prime Minister attracted the scrutiny of local and international media on neurosurgeons as they made therapeutic decisions. In the ensuing public debate, it was suggested that extraordinary measures (surgical treatment) were undertaken only because of the celebrity of the patient. OBJECTIVES To evaluate the criter...

Journal: :American journal of physiology. Regulatory, integrative and comparative physiology 2001
M L Blair R L Jaworski A Want D T Piekut

The goal of this study was to determine the role of the pontine lateral parabrachial nucleus (LPBN) in the compensatory responses to blood loss. Conscious unrestrained rats with complete, partial, or sham bilateral ibotenic acid lesions of the LPBN were subjected to a hypotensive 16-ml/kg blood withdrawal via arterial catheter. Complete lesions (LPBNx) encompassed the entire LPBN and extended i...

Journal: :Stroke 1992
J S Kim

BACKGROUND Although pure sensory stroke is a relatively common lacunar syndrome, the responsible lesions are often unidentified because of their small size. I reported 21 cases of pure sensory stroke in which the lesions could be identified by head computed tomography and/or magnetic resonance imaging and correlated the clinical findings with the radiological lesions. SUMMARY OF REPORT Eleven...

Journal: :Journal of neurology, neurosurgery, and psychiatry 1983
D Zegers Beyl J Flament-Durand S Borenstein E Brunko

Ocular bobbing and myoclonus were unusual findings in a patient with central pontine myelinolysis. Pathological findings confirmed the diagnosis of pontine and extrapontine myelinolysis.

Journal: :medical journal of islamic republic of iran 0
g.r. bahadorkhan , mashhad university of medical sciences, p.o. box 91375-3983, mashhad, i.r. iran.سازمان اصلی تایید شده: دانشگاه علوم پزشکی مشهد (mashhad university of medical sciences)

abstract background: high resolution ct scan has made early diagnosis of intraventricular hemorrhage (ivh) easier. posttraumatic intraventricular hemorrhage has been reported to a greater extent because of the ct scan. methods: 904 patients were admitted in the nsicu from march 2001 to march 2002 with severe closed head injury, of those only 31 patients with intraventricular hemorrhage (gcs les...

Journal: :Canadian journal of anaesthesia = Journal canadien d'anesthesie 1995
A V Krassioukov A W Gelb L C Weaver

Tonic firing of pontine neurons provides excitatory input to the vasomotor centre in the ventrolateral medulla. To increase our understanding of the actions of propofol on CNS neurons controlling the cardiovascular system, we evaluated the effects of propofol on this tonic firing of pontine neurons. The actions of propofol (doses 1-4, respectively: 24 +/- 2, 40 +/- 4, 65 +/- 3 and 104 +/- 3 mg....

Journal: :Stroke 1998
K Johkura S Matsumoto A Komiyama O Hasegawa Y Kuroiwa

BACKGROUND AND PURPOSE Pure hemisensory syndrome can be caused by small strokes occurring in a number of regions, including the thalamus and pons. Differentiation of the pontine sensory syndrome from the thalamic sensory syndrome has generally been made on the basis of distribution of sensory loss and involvement of specific sensory modalities but not without uncertainties and difficulties. Bec...

Journal: :The Journal of neuroscience : the official journal of the Society for Neuroscience 1998
A Mitani M Watanabe K Kataoka

The developing neurons have been reported to be extremely susceptible to toxicity of NMDA during a restricted developmental period. Pontosubicular neuronal necrosis is a typical type of perinatal human brain lesion and often coexists with other forms of cerebral hypoxic and ischemic injuries. To determine whether functional changes of NMDA receptors related to the susceptibility to NMDA toxicit...

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

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

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