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

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

2013
Shahzada Bakhtyar Zahid Anwer Zeb Jan Samreen Ahmed Humaira Achakzai

OBJECTIVE To assess age, gender distribution and relative frequency of congenital heart disease (CHD) in children who underwent palliative or corrective cardiac surgery at Rehman Medical Institute, Peshawar. METHODOLOGY This retrospective study was conducted in Department of Cardiac Surgery at Rehman Medical Institute (RMI), Peshawar from May 2008 till May 2010. One hundred and twenty three p...

2017
Jun-Sheng LI Jie Ma Zi-Xing Yan Dong-Ming Cheng Liang Chang Hai-Chun Zhang Jiang-Yan Liu

INTRODUCTION Ebstein's anomaly is a benign and stable congenital heart disease for asymptomatic patients. Despite a low incidence of Ebstein's anomaly (EA), patients' quality of life can be badly affected by EA without positive surgical intervention. Especially EA is associated with other congenital heart disease, such as the atrial septal defect, patent foramen ovale, and arterial embolism exc...

2013
Jae Wook Jung Gwang Cheol Go Sang Yoon Jeon Sira Bang Ki Hwa Lee Yong Han Kim Dong-Kie Kim

Atrial septal defect (ASD) is second common congenital heart disease that often leads to adult period. Intracardiac or transesophageal echocardiography (TEE) is essential for percutaneous closure of ASD using Amplatzer septal occluder. Dexmedetomidine (DEX), which is a highly selective α2-agonist, has sedative and analgesic properties without respiratory depression in the clinical dose range. W...

2009
Khaled Amro

Aim: Congenital heart disease is the most common congenital problem in children. Presentation can vary from asymptomatic accidental finding to severe cardiac decompensation and death. Early recognition has great implications on prognosis. To study age, gender distribution and frequency of congenital heart disease in children referred to echocardiography in a single hospital in Zarqa. Methods: T...

2005
Paulo Roberto B. Evora Paulo Roberto B. EVORA Paulo José de Freitas Antonio C. MENARDI Alfredo J. RODRIGUES Celso L. REIS Fernanda VIARO

Objective: The present article was motivated by the frustrating experiences with four patients who underwent surgical treatment of ostium secundum atrial septal defect (ASD-II) and who died in extremely dramatic circumstances. Method: This is a retrospective study based on clinical data. The bibliographical research included: paradoxical thromboembolism (cerebral, pulmonary or mesenteric), cent...

Journal: :the journal of tehran university heart center 0
ali akbar zeinaloo children’s medical center, tehran university of medical sciences, tehran, iran. seyyed mahmoud meraji shaheed rajayee cardiovascular center, iran university of medical sciences, tehran, iran. keyhan sayadpour zanjani children’s medical center, tehran university of medical sciences, tehran, iran. mohammad reza mirzaaghayan imam khomeini hospital complex, tehran university of medical sciences, tehran, iran.

background: closure of patent ductus arteriosus (pda), ventricular septal defect (vsd) and atrial septal defect (asd) can be done surgically or by device. this study was designed to compare the total cost of surgical or device closures of pda, asd or vsd for iranian patients. methods: this is a cross-sectional study, conducted from january 1, 2005 until january 1, 2006 in two large heart center...

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
Lígia Mendes Nuno Cardim

Atrial septal defect (ASD) is one of the most common congenital cardiac anomalies presenting in adulthood. ASD is characterized by a defect in the interatrial septum that allows pulmonary venous return from the left atrium to pass directly to the right atrium. The magnitude of the left-toright shunt across the ASD depends on the defect size, the relative compliance of the ventricles, and the re...

2005
E. EDWARDS

A review of 55 specimens with congenital heart disease from subjects with Down's syndrome (Mongolism) showed a variety of malformations. For each case a major anomaly was identified and, when present, additional anomalies were recorded. The three leading types of major anomalies, in order of decreasing frequency, were (1) persistent common atrioventricular canal (60%), isolated ventricular sept...

2017
Rangaraj Ramalingam Shivanand Patil Natraj Setty Jayashree Kharge Beeresha Puttegowda Jayasheelan Mambally Rachaiah Cholenahally Nanjappa Manjunath

Atrial septal defect (ASD) is a congenital heart defect that is being increasingly treated using percutaneous interventions. However, these techniques are not devoid of complications. One such complication is device embolization. Removal of such closure device poses tremendous risk and consequent complications both by percutaneous retrieval and surgical removal. Herein, we present two cases of ...

2016
Firoz Abdul Samad Bandar A Suliman Syed Hussain Basha Thamilarasan Manivasagam Musthafa Mohamed Essa

Congenital heart defects (CHD) presented as structural defects in the heart and blood vessels during birth contribute an important cause of childhood morbidity and mortality worldwide. Many Single nucletotide polymorphisms (SNPs) in different genes have been associated with various types of congenital heart defects. NKX 2-5 gene is one among them, which encodes a homeobox-containing transcripti...

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

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

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