نتایج جستجو برای: ecg changes

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

Journal: :Postgraduate medical journal 1990
S Oppenheimer

That cardiac changes occur following cerebral lesions is substantiated by over 40 years of clinical-and experimental research. The initial observation was prompted by a victim of subarachnoid haemorrhage (SAH) who developed new elect-rocardiogram (ECG) changes suggestive of acute myocardial infarction.' Various reports followed .2-4 Burch found similar ECG changes in victims of SAH, intracerebr...

Journal: :The Permanente journal 2014
Alice T Yamada Renata X Baldow Carla Ribeiro Wilma N Ribeiro Carolina Peruzzi Nilce M Matsuda Alfredo J Mansur

OBJECTIVE The electrocardiogram (ECG) is an important, available, and inexpensive diagnostic tool to assess cardiac symptoms. Few studies address the prevalence of ECG abnormalities or changes of a normal tracing in ECG in outpatients. Our objective was to evaluate ECGs of adult outpatients to determine whether changes from a normal tracing could disclose the patients' cardiovascular health sta...

2017
Mugdha Lakhotia A. K. Srivastava Marcia Waran Arun Tyagi

Background Stroke is on the rise in India with great impact on morbidity and mortality. One of the factors associated with poor outcome among stroke patients are some electrocardiographic (ECG) changes resulting from massive autonomic discharge that interferes with cardiac autonomic control. Objective To determine ECG changes and three months outcomes of patients admitted with new onset stroke ...

2018
Hitesh Raheja Vinod Namana Kirti Chopra Ankur Sinha Sushilkumar Satish Gupta Stephan Kamholz Norbert Moskovits Jacob Shani Gerald Hollander

Background Acute alcohol intoxication has been associated with cardiac arrhythmias but the electrocardiogram (ECG) changes associated with acute alcohol intoxication are not well defined in the literature. Objective Highlight the best evidence regarding the ECG changes associated with acute alcohol intoxication in otherwise healthy patients and the pathophysiology of the changes. Methods A ...

Journal: :Circulation 1977
A Righetti M H Crawford R A O'Rourke T Hardarson H Schelbert P O Daily M DeLuca W Ashburn J Ross

In order to evaluate methods for detecting peri-operative myocardial damage we studied 41 patients before and serially following coronary artery bypass graft surgery utilizing the 12-lead ECG, serum MB-CPK measurements, and 99mTc pyrophosphate myocardial scans. Six of the 41 patients (15%) developed persistent new Q waves after surgery. Six other patients demonstrated ischemic ST-T wave changes...

Journal: :Acta physiologica Hungarica 2015
Orsolya Kiss Nóra Sydó P Vargha E Édes G Merkely T Sydó Béla Merkely

UNLABELLED In Hungary, ECG is a keystone of routine athletic screening. Its significance is based on simplicity, quickness and high informative value as well as the fact that appearance of pathological ECG signs can precede the formation of structural heart diseases. During screening of healthy athletes, we studied the incidence of athletic ECG changes and pathological ECG abnormalities. METH...

Journal: :The Journal of the Association of Physicians of India 2007
R Bhardwaj

BACKGROUND Chest pain is a common emergency. Some patients have dynamic ECG changes with chest pain. Purpose of study was to find out the incidence of coronary artery disease (CAD) in patients presenting with chest pain and dynamic ECG changes. MATERIAL AND RESULTS Seventy two patients presenting with chest pain and dynamic ECG changes were subjected to coronary angiography. Thirty nine patie...

Journal: :Journal of nuclear cardiology : official publication of the American Society of Nuclear Cardiology 2003
Brian G Abbott Maryam Afshar Alan K Berger Frans J Th Wackers

BACKGROUND The development of ST-segment depression during adenosine myocardial perfusion imaging (MPI) has been shown to be an independent predictor of subsequent cardiac events and worse outcome, particularly in association with ischemic defects. However, the prognostic significance of ST-segment depression with adenosine in patients with normal MPI is not known. METHODS AND RESULTS We perf...

Journal: :Japanese journal of medicine 1984
T Miura K Tsuchihashi E Yoshida K Kobayashi K Shimamoto O Iimura

In order to assess the relationship of electrocardiographic (ECG) changes in acute cerebrovascular accidents (CVA) to the locations of the cerebral lesions, ECG records and brain computerized tomographic (CT) scans which were taken within 48 hours of CVA onset were examined in 39 patients without heart disease and/or treatment with cardiovascular drugs. The ECG was normal in 25% (3/12) of basal...

Journal: :acta medica iranica 0
asadolah alidoosti department of radiation oncology, imam hossein hospital, shaheed beheshti univesity of medical sciences, tehran, iran. farnaz taslimi department of radiation oncology, imam hossein hospital, shaheed beheshti univesity of medical sciences, tehran, iran. ahmad ameri department of radiation oncology, imam hossein hospital, shaheed beheshti univesity of medical sciences, tehran, iran. majir sheibani khosro department of radiation oncology, imam hossein hospital, shaheed beheshti univesity of medical sciences, tehran, iran. reza miri department of radiation oncology, imam hossein hospital, shaheed beheshti univesity of medical sciences, tehran, iran. parvin yavari department of radiation oncology, imam hossein hospital, shaheed beheshti univesity of medical sciences, tehran, iran.

cancer patient receive various cytotoxic drugs in association with antiemetic drugs such as 5ht3 receptor antagonists as their chemotherapy regimen. 5ht3 receptor antagonists have been reported to produce changes in ecg parameter. there are only a few studies about cardiovascular events of these drugs in patient receiving potentially cardiotoxic chemotherapies. the subject of this study is to e...

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

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

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