نتایج جستجو برای: psychogenic abrupt asystole

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

2012
Ronald S. Wynn

Your former employee recently joined a competitor. Email records confirm that he transferred technology or customer files to his home computer before his abrupt resignation. Other evidence suggests actual–or the threat of–trade secret misappropriation. No company wishes the distraction, expense, and uncertainty that typically accompany litigation. But litigation may be the most effective means–...

Journal: :The Journal of Nervous and Mental Disease 1897

Ali Phiroozabadi Aliakbar Asadipooya Arash Mani, Asra Bagherzade,

Objective: To compare the emotional structure and coping strategies in patients with psychogenic non epileptic seizures, epilepsy and control group. Methods: Among patients with complaining of epilepsy attacks that referred to clinic of Imam Reza (Peace be upon him) in Shiraz, 30 patients with psychogenic non epileptic seizures and 30 patients with epilepsy were selected .A total of 30 patients...

Journal: :European heart journal 2002
G Barón-Esquivias A Pedrote A Cayuela J I Valle J M Fernández E Arana M Fernández F Morales J Burgos A Martínez-Rubio

AIMS To analyse the long-term outcome of the largest reported cohort of patients presenting asystole during head-up tilt test. METHODS AND RESULTS Since 1990, 1322 patients with syncope of unknown origin have undergone tilt-table testing. Of those, 330 patients (24 X 9%) presented an abnormal response (syncope or pre-syncope). Furthermore, 58 of those patients (17 X 5%) suffered a period of a...

Journal: :Movement disorders : official journal of the Movement Disorder Society 2008
Petra Schwingenschuh Claustre Pont-Sunyer Robert Surtees Mark J Edwards Kailash P Bhatia

Data on psychogenic movement disorders (PMD) in children are scarce, with most existing literature relating to adults only. We report 15 cases with the aim of highlighting the clinical characteristics, risk factors, comorbidity, treatment, outcome, and prognosis of PMD in children. Only 13% of cases had onset before age 10, with the mean age at onset being 12.3 years. Females were predominantly...

Journal: :Heart Rhythm 2023

Ictal-induced cardiac bradyarrhythmia and asystole is a rare phenomenon. The exact mechanism of ictal-induced remains unclear. It was postulated that stimulation central autonomic network during ictal episode may trigger an abrupt burst hypervagotonia. Prolonged result in syncope or death due to impairment cerebral perfusion. role cardioneuroablation (CNA) this condition has not been well-descr...

Journal: :Seizure 2015
Anvesh Jackson Simon Bower Udaya Seneviratne

PURPOSE Cardiac asystole is known to cause clinical manifestations mimicking seizures. The recognition of this uncommon phenomenon is important to expedite appropriate clinical intervention and avoid unnecessary morbidity as well as potential mortality. METHODS We retrospectively reviewed video-electroencephalographic (EEG) records from January 2008 to December 2013 for relevant cases. RESU...

Journal: :Journal of medicine 2023

Postherpetic neuralgia is a well-studied and somewhat common sequala of herpes zoster leading to intense pain episodes. Pain-induced vasovagal episodes can rarely lead asystole, which fatal potential complication. It crucial have high clinical suspicion asystole when patient presents with severe herpetic syncope. This unique cause 67-year-old Caucasian female who presented syncope caused by pos...

Journal: :Circulation. Arrhythmia and electrophysiology 2015
Michael Bestawros Dawood Darbar Amir Arain Bassel Abou-Khalil Dale Plummer William D Dupont Satish R Raj

BACKGROUND Ictal asystole is a rare, serious, and often treatable cause of syncope. There are currently limited data to guide management. Characterization of ictal syncope predictors may aid in the selection of high-risk patients for treatments such as pacemakers. METHODS AND RESULTS We searched our epilepsy monitoring unit database from October 2003 to July 2013 for all patients with ictal a...

Journal: :The Canadian journal of neurological sciences. Le journal canadien des sciences neurologiques 2003
Anette Schrag Anthony E Lang

PURPOSE OF REVIEW This review focuses on recent studies assessing clinical features and laboratory findings that may help diagnose psychogenic movement disorders, and the ongoing controversy about the relationship of these disorders with preceding peripheral injury. RECENT FINDINGS 'Organic' movement disorders may still be misdiagnosed as psychogenic. Probably more commonly, however, psychoge...

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

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

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