نتایج جستجو برای: capillary circulation

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

Journal: :Circulation 2012
Ryan J Tedford Paul M Hassoun Stephen C Mathai Reda E Girgis Stuart D Russell David R Thiemann Oscar H Cingolani James O Mudd Barry A Borlaug Margaret M Redfield David J Lederer David A Kass

BACKGROUND Right ventricular failure from increased pulmonary vascular loading is a major cause of morbidity and mortality, yet its modulation by disease remains poorly understood. We tested the hypotheses that, unlike the systemic circulation, pulmonary vascular resistance (R(PA)) and compliance (C(PA)) are consistently and inversely related regardless of age, pulmonary hypertension, or inters...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه شیراز - دانشکده علوم 1391

in this thesis protic and aprotic ammonium-based ionic liquids were synthesized and their surface tensions were measured in the range of 298-373k. the protics are alkyl ammonium-based ils with the carboxylate (formate, acetate, propionate) anion and aprotics are quaternary ammonium-based ils with bis(trifluoromethylsulfonyl)imide anion. capillary rise method was used for surface tension measure...

Journal: :Circulation research 1961
W P CORNELL E BRAUNWALD E C BROCKENBROUGH

W HEN radioactive krypton (Kr 85), a beta-emitting radioisotope, is introduced into the circulation, it does not act as a simple intravaseular indicator. As this substance, in solution in the blood stream, traverses the systemic capillary bed, it diffuses freely into the interstitial and intra-cellular spaces. When blood containing Kr 85 passes through the pulmonary capillary bed, approximately...

2011
Mirko Manetti Serena Guiducci Eloisa Romano Claudia Ceccarelli Marco Matucci-Cerinic Lidia Ibba-Manneschi

Systemic sclerosis (SSc) is a chronic connective tissue disorder characterized by widespread microangiopathy, fi brosis, and autoimmunity that aff ects the skin and internal organs. Although in SSc there is a lack of suffi cient angiogenic response to chronic tissue ischemia culminating in the loss of capillary vessels, the expression of vascular endothelial growth factor-A (VEGF) has paradoxic...

2017
Alison H. Skalet Liang Liu Christina Binder Audra K. Miller Jie Wang David J. Wilson Richard Crilly Arthur Y. Hung David Huang Yali Jia

Purpose: To study peripapillary retinal capillary circulation in eyes treated with iodine 125 (I) plaque brachytherapy for uveal melanoma using optical coherence tomography angiography (OCTA). Design: Cross-sectional study of 10 participants imaged with OCTA before uveal melanoma treatment and 15 participants imaged after development of radiation retinopathy, optic neuropathy, or both. Particip...

2008
D. M. PIERCY

References HAMPTON, J.R. & MITCHELL, M.R.A. (1966) Abnormalities of platelet behaviour in acute illness. British Medical Journal, 51, 1079 JAN, KUNG-MING, CHIEN, SHU & BIGGER, J.T., JR (1975) Observations on blood viscosity changes after myocardial infarction. Circulation, 51, 1079. KASABACH, H.H. & MERRITT, K.K. (1940) Capillary hemangioma with extensive purpura. American Journal of Diseases o...

Journal: :Diabetes, nutrition & metabolism 2004
A De Lorenzo R Martinoli M G Carbonelli G Monteleone N Di Lorenzo N Di Daniele

Pulsating electrostatic field (PESF) therapy was investigated to assess the possibility of increasing the resting metabolic rate (RMR) in 14 adult females. The pumping effect of positive calcium and hydrogen ions was obtained by 30 min daily exposure to negative PESF, adjusted individually between 2 and 9 kV. This treatment could result in a buffering effect on blood pH and reduction of the rou...

Journal: :Circulation research 1954
M KLEINFELD E STEIN S MEYERS

By means of an intracellular capillary electrode the effects of barium chloride on the resting and action potentials of ventricular fibers of the frog were recorded in hearts with circulation intact and hearts isolated and perfused. The changes were essentially similar in both preparations. The major change observed was a statistically significant (p < 0.01) increase in duration of the action p...

Journal: :The Journal of Experimental Medicine 1973
S. Michael Mauer David E. R. Sutherland Richard J. Howard Alfred J. Fish John S. Najarian Alfred F. Michael

The mesangium is more than simply a support structure for glomerular capillary circulation. Mesangial cells respond to various vasoactive mediators and probably contribute to the regulation of mesangial cell contractility and, consequently, glomerular perfusion. The surrounding extracellular matrix contains several glycoproteins and collagens that may affect the immune interactions of antigens ...

Journal: :Circulation research 1973
W M Deen C R Robertson B M Brenner

• In the microcirculation of the renal cortex, fluid exchange proceeds at very high rates in two anatomically and functionally distinct capillary systems, the glomerular and the peritubular capil-laries. Net ultrafiltration is confined to the glomeru-lus, which consists of a tuft of capillaries surrounded by the ultrafiltrate enclosed within Bowman's capsule at the proximal end of the nephron. ...

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

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

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