نتایج جستجو برای: pericardiocentesis

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

Journal: :Heart 2003
C H Lee G S W Chan W M Chan

A case of a 37 year old man with cardiac angiosarcoma causing recurrent pericardial effusion, who eventually died of cardiac rupture, is presented. The diagnosis was not established until the postmortem examination despite echocardiography, pericardiocentesis, and pericardial biopsy investigations. There is neither a specific manifestation that enables early recognition nor well proven effectiv...

2009
Edward J Banham-Hall Awais M Bokhari

A case report of a patient presenting in cardiac tamponade that was subsequently diagnosed as being secondary to malignancy of unknown primary. The patient was treated by urgent pericardiocentesis, followed by subsequent formation of a subxiphoid pericardial window. He was discharged home and given palliative chemotherapy. Malignant pericardial effusions are common, but it is rare for a patient...

Journal: :Anadolu kardiyoloji dergisi : AKD = the Anatolian journal of cardiology 2013
Mehmet Vefik Yazıcıoğlu Elnur Alizade Göksel Açar Zeki Simşek

Coronary artery perforation (CAP) is a rare, but potentially serious complication of percutaneous coronary artery intervention (PCI). The strategies for management of patients with CAP include prolonged balloon inflation, coil embolization, covered stent implantation, pericardiocentesis, urgent surgery and reversal of heparin with protamine sulfate. We would like to share a case of type 3 perfo...

Journal: :British heart journal 1988
D Stryjer A Friedensohn A Hendler

Myocardial rupture complicated acute myocardial infarction in a 50 year old man. Resuscitation was started immediately and he was treated with pericardiocentesis and a massive intravascular infusion of fluid. The torn area was plicated with Teflon felt and reinforced with an uninterrupted suture. The postoperative course was uncomplicated. This report points out the crucial importance of prompt...

Journal: :The Journal of the American Board of Family Practice 1990
M N Hall J M Little

Elderly patients often have unusual manifestations of common illnesses. We describe a geriatric patient having a pneumopericardium from pericardial penetration by a gastric ulcer. Benign gastric ulceration causing perforation of the pericardium or other cardiac structures was recognized as early as 1854; however, until 1964, the condition was invariably fatal. Our patient survived the episode a...

Journal: :Revista portuguesa de cardiologia : orgao oficial da Sociedade Portuguesa de Cardiologia = Portuguese journal of cardiology : an official journal of the Portuguese Society of Cardiology 2017
Mehrnoush Toufan Leili Pourafkari Nader D Nader

A 77-year-old woman presented to our emergency department with worsening shortness of breath. She was hemodynamically stable. Initial work-up was significant for hemoglobin 10.3 g/dl and enlarged cardiac silhouette on the chest X-ray. Transthoracic echocardiography showed a large circumferential pericardial effusion and dilated inferior vena cava. There was no right chamber collapse. Therapeuti...

2013
R. W. J. H. Weijers J. C. Post

A 69-year-old woman was admitted to our hospital because of weight loss and progressively worsening dyspnoea. Her previous medical history was unremarkable. She was admitted to the internal medicine department. A cardiologist was consulted because of atrial fibrillation with rapid ventricular response and an enlarged cardiac silhouette on her chest Xray. On physical examination her blood pressu...

2017
Alexander Strobbe Tom Adriaenssens Johan Bennett Christophe Dubois Walter Desmet Keir McCutcheon Johan Van Cleemput Peter R Sinnaeve

BACKGROUND Pericardial effusions can be caused by a variety of disorders. The frequency of the underlying diseases varies with patient population; therefore, previously reported series are not necessarily representative of other populations. Our purpose was to examine the etiology of pericardial effusions and the survival of patients requiring pericardiocentesis at a tertiary center. METHODS ...

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

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

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