نتایج جستجو برای: transcranial doppler sonography

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

Background: β-thalassemia, a severe form of anemia, is an inherited blood disorder characterized by growth retardation, splenomegaly, and bone abnormalities. Complications related to treatment-induced iron overload also affect the quality of life of patients with major β-thalassemia. Some recent studies indicated cerebral hemodynamic disorders and increased risk of stroke in these patients. The...

B , H , M ,

Abstract Background: Transcranial Doppler ultrasonography results have not been previously studied in among Iranian sickle cell anemia patients. The present study was performed to evaluate the pattern of intracranial flow velocities among Iranian children with sickle cell anemia and the hematological parameters that can affect the time-averaged mean of maximum velocity in major intracranial...

Journal: :caspian journal of neurological sciences 0
mozaffar hosseininezhad department of neurology, poursina hospital, guilan university of medical sciences, rasht, iran seyed-ali roudbary neurologist, associated professor, neurology department of poursina hospital, guilan university of medical sciences, rasht, iran ; roudbary@gums.ac.ir iraj keshavarzi resident of neurology, neurology department of poursina hospital, guilan university of medical sciences, rasht, iran seyed-mohammad-masood hojjati department of neurology, babol university of medical sciences, babol, iran ehsan kazemnezhad-leili specialist of biostatistics, assistant professor, guilan trauma research center, guilan university of medical sciences, rasht, iran

background: stroke is a multifactorial disorder, the most common cause being arterial occlusion. transcranial doppler ultrasonography (tcd) is a common non-invasive method available for assessment the arterial blood flow of the brain. objective: assessment the hemodynamic parameters of cerebral arteries, using tcd device in patients suffering ischemic stroke. materials and methods: this descrip...

Journal: :British journal of anaesthesia 2006
M Engelhardt W Folkers C Brenke M Scholz A Harders H Fidorra K Schmieder

BACKGROUND One major risk factor of the sitting position for neurosurgery is air embolism, especially in patients with persistent foramen ovale (PFO). The first aim of this prospective study was to evaluate a bedside method for detecting PFO using transcranial Doppler sonography (TCD) with contrast medium. A second aim was to address intraoperative monitoring, patient positioning and the occurr...

Journal: :Stroke 1992
M Schöning J Walter

BACKGROUND AND PURPOSE The transcranial color duplex sonography technique was applied to the vertebrobasilar-posterior system to provide normal data for clinical application. METHODS The intracranial posterior circulation was studied in 49 healthy volunteers (mean +/- SD age, 35 +/- 12 years) by a transcranial and suboccipital approach with a 2.0-MHz sector transducer of a computed sonography...

Journal: :Journal of ultrasound in medicine : official journal of the American Institute of Ultrasound in Medicine 2014
Milija D Mijajlovic Georgios Tsivgoulis Nadezda Sternic

Transcranial sonography is a highly sensitive noninvasive sonographic method for detection of early and specific echogenic changes in basal ganglia of patients with some neurodegenerative diseases. Transcranial sonography showed substantia nigra hyperechogenicity as a typical echo feature in idiopathic Parkinson disease and lenticular nucleus hyperechogenicity as a characteristic finding in aty...

Journal: :acta medica iranica 0
h. sharifian f. gharekhanloo

the goal of this study was to define the normal range of diameter in the deep vein of the lower limb and to compare this range with diameter of the veins with acute thrombosis and of veins with chronic thrombosis by using color doppler sonography. the study was cross sectional. the vein diameter and vein to artery ratio in different levels were measured and the following results were obtained. ...

Journal: :iranian red crescent medical journal 0
abdolhamid shariat department of neurology, nemazee hospital, shiraz university of medical sciences, shiraz, ir iran masoume nazeri department of neurology, nemazee hospital, shiraz university of medical sciences, shiraz, ir iran amin abolhasani foroughi medical imaging research center, department of radiology, nemazee hospital, shiraz university of medical sciences, shiraz, ir iran mehran karimi hematology research center, shiraz university of medical sciences, shiraz, ir iran; hematology research center, shiraz university of medical sciences, shiraz, ir iran. tel/fax: +98-7116473239

conclusion following splenectomy, thrombocytosis can predispose the patients to an increase in cerebral blood velocities more than respected with anemia. but by transcranial doppler ultrasonography no evidence of significant stenosis were found in intracerebral arteries to conclude that the beta-thalassemia major patients were more prone to the development of stroke secondary to this abnormalit...

Journal: :Current neurovascular research 2008
Erica Menegatti Paolo Zamboni

Physiologic functioning of the cerebrovenous system is indispensable for maintaining normal brain function. However, in contrast to the cerebroarterial system, the cerebral venous return is not routinely investigated. Combined high-resolution echo-colour-Doppler (ECD) and transcranial colour coded Doppler sonography (TCCS) represents an ideal method to investigate the haemodynamics of cerebral ...

Journal: :Ultrasound in medicine & biology 2012
Linda Sommerlade Björn Schelter Jens Timmer Matthias Reinhard

Transcranial Doppler sonography allows for noninvasive assessment of dynamic cerebral autoregulation. A wider clinical use of this approach has been hampered by the need for continuous arterial blood pressure (ABP) measurements. We describe a new method of a pure Doppler signal based estimation of dynamic autoregulation using heart rate (HR) and cerebral blood flow velocity (CBFV) information. ...

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

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

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