نتایج جستجو برای: mode echocardiography

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

B Soroor-Azimzadeh S Shamsadini

Ejection fraction is the most important indicator of heart failure. Angiography , is a standard method to demonstrate ejection fraction but it is invasive. Therefore determination of sensitivity and specificity of echocardiography versus angiography is a good guidance for physicians. A total number of 50 patients were enrolled in a prospective study. Two dimension and M-Mode echocardiography...

Alireza Vajhi, Hakimeh Sadeghian Majid Masoudifard, Masoud Rajabioun Masoud Selk Ghaffari Mohammad Azizzadeh

Objective- to determine the range of systolic times intervals using Pulsed-wave Doppler and m-mode echocardiography in normal, healthy Great Dane dogs. Design- Descriptive study. Animals- Thirty healthy Great Dane dogs. Procedures- This study examined 30 clinically healthy Great Dane dogs by the twodimensional, M-mode and Pulsed-wave Doppler echocardiography. The dogs were awake and unsedated. ...

ژورنال: Hormozgan Medical Journal 2004
Noori, N.M, Rajaei, SH,

Introduction: Patent ductus arteriosus (PDA) is the persistence of a normal fetal structure between left pulmonary artery and descending aorta. Persistence of this fetal structure beyond 10 days of life is considered abnormal. In this study we compared M-Mode and Doppler echocardiography in diagnosis of PDA in children at Aliasghar Hospital in Zahedan and Children hospital in Bandar Abbas for...

M.R Afzar

Echocardiography has been accepted as the diagnostic modality of choice for mitral valve prolapse (MVP). The determine the effect of position on echocardiographic diagnosis of MVP, we examined 693 consecutive patients referred to the echocardiography laboratory because of suspected MVP. First, patients were examined using the usual standard M-Mode echocardiography( left parasternal third or fou...

Journal: :iranian journal of veterinary research 2014
m. b. gugjoo m. hoque a. c. saxena m. m. shamsuz zama s. dey

breed-wise standard echocardiographic values in dogs have been reported as there is variation in body and chest conformation which limits the application of data of one breed for other breed. labrador retrievers being originated from hunting dogs, might have different echocardiographic values from standard normal range of other dog breeds. so, the present study was aimed to determine the m-mode...

Objective- The purpose of this study was to investigate the feasibility of performing echocardiography in apparently healthy pigeons, and measurement of the quantitative cardiac indices using B-mode and Doppler techniques. Design- Experimental study Animals- Ten apparently healthy pigeons Procedures- Echocardi...

Journal: :Journal of the American College of Cardiology 1983
J N Woythaler S L Singer O L Kwan R S Meltzer B Reubner W Bommer A DeMaria

The accuracy of electrocardiography, M-mode echocardiography and two-dimensional echocardiography in predicting left ventricular hypertrophy was compared in 50 patients who came to autopsy within 6 months after the studies were performed. Several methods for determining left ventricular hypertrophy were examined for each of the three techniques. M-mode echocardiography was technically adequate ...

Journal: :Cardiologia Croatica 2013

Journal: :British heart journal 1983
R S Meltzer B Diebold N K Valk D Blanchard J L Guermonprez C T Lancée P Peronneau J Roelandt

The slope of an individual contrast trajectory on M-mode contrast echocardiography represents a physiological variable similar to that measured by Doppler echocardiography: the projection of the intracardiac velocity vector in the direction of the sound beam. To test the hypothesis that M-mode contrast echocardiography slope measurement can yield information quantitatively similar to Doppler me...

Journal: :Circulation 1978
T A Ports J Cogan N B Schiller E Rapaport

The M-mode and two-dimensinal real-time echocardiographic findings in 10 patients with left ventricular masses are discussed. Two patients had left ventricular tumors and eight had left ventricular thrombi. In all cases the diagnosis was confirmed by angiography or surgery. The intracavitary and intramural left ventricular tumors were detected both by M-mode and two-dimensional echocardiography...

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

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

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