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

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

Journal: :Revista espanola de cardiologia 2012
Julia Vogler Günter Breithardt Lars Eckardt

Bradyarrhythmias are a common clinical finding and comprise a number of rhythm disorders including sinus node dysfunction and atrioventricular conduction disturbances. Clinical presentation varies from asymptomatic electrocardiogram findings (eg, during a routine examination) to a wide range of symptoms such as heart failure symptoms, near syncope or syncope, central nervous symptoms, or nonspe...

Journal: :Pacing and clinical electrophysiology : PACE 2007
Fabrizio Drago Massimo S Silvetti Antonella De Santis Giovanni Fazio Gianluca Biancalana Giorgia Grutter Gabriele Rinelli

BACKGROUND The aim of this prospective study was to evaluate the effect of the closed loop stimulation (CLS) on the ejection fraction in pediatric patients, affected by complete atrioventricular block (CAVB) or CAVB and sinus node dysfunction (SND), with a previously implanted pacemaker (PM) and ventricular dysfunction. The role of electrical therapy in the treatment of pediatric patients with ...

Journal: :Circulation research 2010
Wim T J Aanhaanen Mathilda T M Mommersteeg Julia Norden Vincent Wakker Corrie de Gier-de Vries Robert H Anderson Andreas Kispert Antoon F M Moorman Vincent M Christoffels

RATIONALE The clinically important atrioventricular conduction axis is structurally complex and heterogeneous, and its molecular composition and developmental origin are uncertain. OBJECTIVE To assess the molecular composition and 3D architecture of the atrioventricular conduction axis in the postnatal mouse heart and to define the developmental origin of its component parts. METHODS AND RE...

Journal: :Circulation research 1985
J J Salata J Jalife

Previous studies have suggested that maintained vagal stimulation or acetylcholine infusion results in a fade of responses in the sinoatrial node but not in the atrioventricular node, implying different muscarinic receptor subtypes in the two regions. We investigated this hypothesis in 23 isolated rabbit atrial preparations made quiescent by continuous superfusion with verapamil (1 microgram/ml...

Journal: :Heart 1999
U K Wiegand F Bode R Schneider A Brandes H Haase H A Katus J Potratz

OBJECTIVE To investigate the incidence of sinus node disease after pacemaker implantation for exclusive atrioventricular (AV) block. DESIGN 441 patients were followed after VDD (n = 219) or DDD pacemaker (n = 222) implantation for AV block over a mean period of 37 months. Sinus node disease and atrial arrhythmias had been excluded by Holter monitoring and treadmill exercise preoperatively in ...

Journal: :acta medica iranica 0
"moghaddam m yamini sharif a "

anotomical boundary of atrioventricular node reentrant tachycardia (avnrt) is composed of fast and slow pathways right atrium in upper turnaround and common distal pathway in lower turnaround. we performed electophsiologic study (eps) in 152 patients and could show the existence of distal common pathway with decremental conduction properties in approximately 40 patients.

Journal: :British heart journal 1973
H S Friedman J Lipski J Pantazopoulos G Genkins E Donoso

His bundle electrograms were recorded in 2 adult cases of congenital corrected transposition of the great arteries. Both patients had prolonged HV conduction and a His potential that was wide. These findings are different from those reported in congenital atrioventricular block without ventricular inversion wherein an abnormality within the AHperiod has been found. It is suggested that these di...

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

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

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