نتایج جستجو برای: atrial heart septal defect

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

Journal: :Circulation: Cardiovascular Interventions 2016

2015
Mehmet Emin İnce Gökhan Özkan Ayhan Kılıç Suat Doğancı Vedat Yıldırım

1 Mehmet Emin İnce1, Gökhan Özkan1, Ayhan Kılıç2, Suat Doğancı3, Vedat Yıldırım1 1Department of Anesthesiology and Reanimation, 2Department of Pediatric Cardiology, 3Department of Cardiovascular Surgery, Gulhane Military Academy of Medicine, Ankara, Turkey Pediyatrik Atriyal Septal Defekt için Anestezi / Anesthesia for Pediatric Atrial Septal Defect Anesthesia Management for Transcatheter Atria...

Journal: :Journal of the American College of Cardiology 1983
S Bassi R Amersey R Andrews

A 68 year old woman presented with right ventricular myocardial infarction complicated by refractory hypoxaemia. She was found to have a significant right to left shunt at the atrial level through a previously undiagnosed ostium secundum atrial septal defect. Percutaneous closure of the atrial septal defect with an Amplatzer septal occluder resulted in prompt improvement in her oxygenation and ...

Journal: :British heart journal 1975
D F Duff M R Nihill T A Vargo D A Cooley

A unique case of infradiaphragmatic total anomalous pulmonary venous return in a 10-year-old girl is described. A persistent ductus arteriosus, ventricular septal defect, and large atrial septal defect were also present. Corrective surgery was performed at 10 years of age, with an excellent clinical result. The factors which permitted this unprecedented period of survival included non-obstructe...

2011
Ning Bao Yu Zhang

Splanchnetopia accompanied with atrial septal defect is a rare congenital malformation clinically. Recent studies show that the patients are susceptible to lung disease. We present a case of a 62-year-old man who presented to our hospital with cough, palpitation and short of breath after activity. On physical examination, we found cyanosis of lips and face, swollen jugular vein, bubble sounds a...

Journal: :Circulation research 1956
A W SILVER J W KIRKLIN E H WOOD

UTILIZING ft technic of continuously recording the dilution pattern of an indicator substance, Swan, Burchell and Wood have demonstrated some interesting patterns of flow of blood in patients with atrial septal defects. By injecting Evans blue dye (T-1824) into the venae cavae they obtained dilution patterns indicating that some of the caval blood crossed the atrial septal defect from the right...

Journal: :QJM: An International Journal of Medicine 2018

Journal: :American heart journal 1983
E R Bates R P Sorkin

as the rest of the fingers.5 Additionally, the thumb may be triphalanged, absent, or simply longer than normal in association with a short forearm which displays limited supination and pronation. All these upper extremity features are combined with an ostium secundum atrial septal defect, thereby completing the salient anatomy of the condition. The patient under current investigation did not ha...

Journal: :The Turkish journal of pediatrics 2010
Ozan Emiroğlu Zeynep Eyileten Tayfun Uçar Talya Ileri

We present a case of an atrial septal defect repair under cardiopulmonary bypass in a child with factor VII deficiency. A four-year-old girl, with the diagnosis of secundum atrial septal defect, was referred to surgery. Coagulation tests showed an international normalized ratio of 2.4. Further investigations revealed deficiency of factor VII with 42% activity. Fifteen minutes before the inducti...

Journal: :Archives of disease in childhood 1996
S Conway

23 Shah D, Azhar M, Oakley CM, Cleland JGF, Nihoyannopoulos P. Natural history of secundum atrial septal defect in adults after medical or surgical treatment: a historical prospective study. Br HeartJ 1994; 71: 224-8. 24 Konstantinides S, Geibel A, Olschewski M, et al. A comparison of surgical and medical therapy for atrial septal defect in adults. N Engl J Med 1995; 333: 469-73. 25 Foster-Smit...

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

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

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