نتایج جستجو برای: long qt سندرم

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

حامد اختیاری, لیلا جهرمی

متادون یک اپیوئید صناعى است که به عنوان درمان استاندارد اعتیاد به  مواد مخدر استفاده می‌شود. CYP3A آنزیم اصلى جهت متابولیزه کردن متادون می‌باشد. سندرم QT طولانى و آریتمى تورسادوپوان یا (تورسا دپوینتز) (یک تاکى کاردى بطنى پلی‌مورفیک) ثانویه به متادون عموماً نادر است، اما در سال‌هاى اخیر در بسیارى از مطالعات گزارش شده، توجه بسیارى از دانشمندان و نویسندگان معتبر را به عنوان یک عارضه‌ى بالقوه‌ى کشند...

2015

The Blueprint Genetics Long QT Syndrome (LQTS) Panel provides efficient and rapid genetic diagnostics for all reported long QT syndrome subtypes (LQTS 1-13). Long QT syndrome is a disorder resulting from abnormal ion-channel functions leading to prolonged repolarization of cardiac muscle and manifests as long Q-T interval on electrocardiogram (ECG). LQTS can present as unexpected fainting, vent...

Journal: :European heart journal 1998
N Neyroud P Maison-Blanche I Denjoy S Chevret C Donger E Dausse J Fayn F Badilini N Menhabi K Schwartz P Guicheney P Coumel

AIMS The long QT syndrome is mainly defined by QT interval prolongation (QTc > 0.44s). However, data obtained in genotyped patients showed that resting QTc measurement alone may be inaccurate for ascertaining the phenotype. The aim of this study was to evaluate the diagnostic performance of QT interval rate-dependence in untreated chromosome 11-linked patients. METHODS The study population co...

2005
Michael Rubart

Background. Erythromycin is known to prolong ventricular repolarization and has been associated with the occurrence of torsades de pointes. In this study, we have investigated potential mechanisms in vivo and in vitro for induction of an acquired long QT syndrome by erythromycin. Methods and Results. Ventricular electrograms and endocardial monophasic action potentials were recorded in anesthet...

2002
G. Michael Vincent

Introduction The Long QT syndrome (LQTS) can be inherited or acquired and is of particular interest and concern at present. Patients with LQTS are predisposed to the ventricular tachyarrhythmia torsade de pointes (TdP) which causes syncope and sudden death. Inherited LQTS is the prototype of the "primary cardiac arrhythmias" or "cardiac ion channelopathies". The study of inherited LQTS has prov...

2002
Yu-Lin Ko Der-Yan Tai Shih-Ann Chen Guey-Jen Lee-Chen Ming-Wei Lin

Department of Biology, National Taiwan Normal University, Taipei; Department of Internal Medicine, Chang Gung Memorial Hospital and Chang Gung University, Taipei; Department of Internal Medicine, Wei Gong Memorial Hospital, Tou Fen, Miaoli; Division of Cardiology, Department of Medicine, Veterans General Hospital-Taipei; and Department of Medical Research and Education, Veterans General Hospita...

Journal: :Orphanet Journal of Rare Diseases 2008
Lia Crotti Giuseppe Celano Federica Dagradi Peter J Schwartz

Congenital long QT syndrome (LQTS) is a hereditary cardiac disease characterized by a prolongation of the QT interval at basal ECG and by a high risk of life-threatening arrhythmias. Disease prevalence is estimated at close to 1 in 2,500 live births. The two cardinal manifestations of LQTS are syncopal episodes, that may lead to cardiac arrest and sudden cardiac death, and electrocardiographic ...

Journal: :Circulation 1993
H Calkins M H Lehmann K Allman D Wieland M Schwaiger

BACKGROUND The purpose of this study was to determine whether scintigraphic evidence of cardiac sympathetic neuronal dysinnervation is present in patients with the familial long QT syndrome. The "sympathetic imbalance" hypothesis for the familial long QT syndrome proposes that the long QT syndrome results from a congenital imbalance of sympathetic innervation of the heart caused by lower-than-n...

2011
Anna-Mari Hekkala

3 List of original publications 8 Abbreviations 9

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

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

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