نتایج جستجو برای: valve point loading

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

Journal: :Journal of the American College of Cardiology 2006
Keith A Horvath

We appreciate the suggestions of Dr. Veyrat regarding our study (1) and agree that it would be of interest to trigger the computed tomographic (CT) images at the time point of maximal aortic valve opening as previously calculated with Doppler velocity-time integral. However, some technical and logistic considerations arising from the CT perspective should be taken into account. The heart rate m...

2013
Jeong-Beom Mun Ah-Reum Oh Hwa-Sun Park Chul-Hyun Park Kook-Yang Park Jeonggeun Moon

Dynamic left ventricular (LV) outflow tract obstruction is a characteristic feature of hypertrophic cardiomyopathy; however, it can also occur in association with hyperdynamic LV contraction and/or changes in the cardiac loading condition, even in a structurally normal or near-normal heart. Here, we report a case of anemia-induced systolic anterior motion of the mitral valve and the resultant i...

2011
Michael Mao Mirelle El Ters Sunil Mankad Mira Keddis Soon Park Qi Qian

Although renal failure is one of the known comorbidities associated with rapid progression of aortic stenosis, it is unclear whether hemodialysis alters the progression of prosthetic aortic valve stenosis. We describe a 79-year-old female who underwent bioprosthetic aortic valve replacement 8 years ago with stable prosthetic valve area for the initial 6 years. In the last two years, coinciding ...

Journal: :Medical image analysis 2017
Fan Zhang Jingjing Kanik Tommaso Mansi Ingmar Voigt Puneet Sharma Razvan Ioan Ionasec Lakshman Subrahmanyan Ben A. Lin Lissa Sugeng David D. Yuh Dorin Comaniciu James S. Duncan

Transesophageal echocardiography (TEE) is routinely used to provide important qualitative and quantitative information regarding mitral regurgitation. Contemporary planning of surgical mitral valve repair, however, still relies heavily upon subjective predictions based on experience and intuition. While patient-specific mitral valve modeling holds promise, its effectiveness is limited by assump...

Journal: :IEEE Access 2022

The basic goal of Combined Heat and Power Economic Dispatch (CHPED) is to find the best value for heat obtained from generators, power both co-generators such that fuel costs are kept minimum while demands constraints met precisely. Based on enhanced discriminatory attribute, a newly Improved version Heap-based Technique (IHT) increase searching capacity around leader position avoid trapping in...

2014
Douglas Andrew Collings James R. Lenz Douglas Collings

This study is an attempt to determine if there is any speed sensitive phenomenon in flapper valve operation. Valve motion is measured at various speeds in a reciprocating residential refrigerator/freezer compressor. Laser Doppler Velocimetry is used to measure the velocity of a point on the flapper at the center of the port for the suction valve. This velocity data is numerically integrated to ...

Ball valve is one of valves that have many applications in industry especially in gas delivery systems. This kind of valve is categorized in the on- off flow control valve. This study aims to investigate unusual application of ball valve to control fluid flow in the oil and gas industry and its destructive effect including erosion of ball and body of valve. Simulation of industrial ball valve i...

Journal: :مجله بین المللی کودکان و نوجوانان 0
shahla roodpeyma department of pediatric cardiology

introduction: infective endocarditis (ie) causes serious complications in patients. congenital heart disease (chd) is an important underlying condition in children. case presentation: a 6-year-old girl with ventricular septal defect (vsd) was presented. echocardiography revealed large vegetation in right ventricular outflow tract near the pulmonary valve. the patient showed clinical symptoms of...

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

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

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