نتایج جستجو برای: atrioventricular node dysfunction

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

2005
JAMES L. Cox WILLIAM L. HOLMAN

Paroxysmal supraventricular tachycardia most commonly arises from reentry within the atrioventricular (AV) node. Although ablation of the His bundle has gained popularity for treating patients with AV node reentrant tachycardia refractory to medical therapy, undesirable sequelae include complete heart block and the necessity for a permanent pacemaker. To obviate this limitation, we have develop...

Journal: :Journal of the American College of Cardiology 2000
M M Scheinman

The mechanisms of atrial fibrillation relate to the presence of random reentry involving multiple interatrial circuits. Triggers for development of atrial fibrillation include rapidly discharging atrial foci (mainly from pulmonary veins) or degeneration of atrial flutter or atrial tachycardia into fibrillation. Therapy for control of atrial fibrillation includes drugs, atrial pacing for those w...

Journal: :Journal of insurance medicine 2002
Abdelouahed Naslafkih Francois Sestier

OBJECT Atrial fibrillation is associated with excess mortality. This analysis was performed to determine the magnitude of the excess mortality risk. METHODS Life table analysis of a published study of 350 patients undergoing radiofrequency ablation of the atrioventricular node and permanent pacemaker implantation for symptomatic paroxysmal or chronic atrial fibrillation. A substantial proport...

Journal: :Saudi medical journal 2010
Ahmed R Al-Fagih Saleh A Al-Ghamdi Khaled G Dagriri Ahmed S Al-Malki

We reported a case of a 72-year-old male, known diabetic on insulin, referred because of complete atrioventricular block. He was found to have acute hepatitis during which he developed transient atrial arrhythmia, and sinus node dysfunction. His cardiac symptoms disappeared completely after hepatitis improvement. All of his cardiac investigations were normal including electrocardiogram, echocar...

2016
Wilbert S Aronow

Hemochromatosis is a clinical syndrome caused by abnormal accumulation of iron in parenchymal organs leading to organ toxicity and dysfunction. Cardiac hemochromatosis is a cardiomyopathy due to primary iron-overload cardiomyopathy which causes congestive heart failure. Patients with cardiac hemochromatosis may be asymptomatic early in the disease. Once heart failure develops, there is rapid de...

Journal: :Chest 1979
G R Hageman F Urthaler J H Isobe T N James

The actions of 2-methylhistamine (H1 agonists), 4-methylhistamine (H2 agonist), and histamine were studied by selective perfusion of the sinus node artery and atrioventricular node artery in 75 dogs anesthetized with pentobarbital sodium. 2-Methylhistamine and histamine had variable and inconsistent effects on the sinus rate. 4-Methylhistamine (100 microgram/ml) produced acceleration of the sin...

Journal: :British heart journal 1979
R Slama J F Leclercq M Rosengarten P Coumel Y Bouvrain

The electrocardiograms of 100 patients with rapid and regular PP intervals during atrial arrhythmias (because of atrial tachycardia or flutter, or pacing) were examined for periods of irregular atrioventricular conduction. This irregular conduction corresponds to an alternating Wenckebach phenomenon, of a type that can be determined from simple rules. The different types of conduction encounter...

Journal: :Chest 1976
M H Solomon K J Winn R D White B H Bulkley D T Kelly V L Gott G M Hutchins

An 18-year-old man whose sister has classic Kartagener's syndrome was found to have sinusitis, bronchiectasis, and corrected transposition with normal visceral situs. Congenital complete heart block was secondary to absence of conducting-system pathways between a small posterior atrioventricular node and the transposed His bundle and bundle branches. No anterior atrioventricular node was presen...

2010
Jun-Hua Wang Peng Zhou Yu-Qian Li Jin-Jin Sun Wei-Jie Tan Cong-Chun Huang Xin-Ya Yu Chao-Zhong Liu Hui-Lan Luo

Modification of atrioventricular node is a usual and necessary operation to cure atrioventricular nodal reentrant tachycardia (AVNRT). In this operation, atrioventricular block is the most severe complication and its prevention is of our great concern. This complication always occurs under some special circumstances with potential risk. So, it is very important to realize such conditions, as in...

Journal: :Circulation 1979
D F Dickinson J L Wilkinson K R Anderson A Smith S Y Ho R H Anderson

The cardiac specialized conduction tissue was studied by serial sectioning in 13 cases of situs ambiguus. In four cases of right isomerism, we found paired sinus nodes in relation to a crista terminalis, and in each case a sling of conduction tissue between two atrioventricular nodes was present regardless of the ventricular morphology or cardiac position. In the cases with left isomerism, the ...

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

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

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