نتایج جستجو برای: blood oxygen saturation

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

Journal: :JPMA. The Journal of the Pakistan Medical Association 1989
F A Khan I Anjum R S Kamal

A case is reported where reduced oxygen saturationwas detected bya pulse oximeter before clinical signs of pulmonary oedema appeared. A 45 years old, 82 kilogram lady presented for emergency surgery with subacute intestinal obstruction. She had no previous history of any cardiovascular, respiratory or metabolic disorder. She underwent partial colectomy and colostomy. Two days later she was agai...

Journal: :Physiological measurement 2014
A V Dunaev V V Sidorov A I Krupatkin I E Rafailov S G Palmer N A Stewart S G Sokolovski E U Rafailov

Multi-functional laser non-invasive diagnostic systems allow the study of a number of microcirculatory parameters, including index of blood microcirculation (Im) (by laser Doppler flowmetry, LDF) and oxygen saturation (StO2) of skin tissue (by tissue reflectance oximetry, TRO). This research aimed to use such a system to investigate the synchronization of microvascular blood flow and oxygen sat...

Journal: :Physical review letters 2004
Dirk J Faber Maurice C G Aalders Egbert G Mik Brett A Hooper Martin J C van Gemert Ton G van Leeuwen

We report on the scattering properties of oxygenated and deoxygenated whole blood from 250 to 1000 nm. We determine the complex refractive index of oxygenated and deoxygenated hemoglobin using a Kramers-Kronig analysis and optical coherence tomography measurements. Combining these data with Mie theory, the scattering properties are calculated. The strong oxygen saturation dependent scattering e...

Journal: :Ginekologia polska 2012
Halina Konefał Brygida Jaskot Maria Beata Czeszyńska

BACKGROUND There is no information about an effect of pethidine labor analgesia on newborn vital signs in the first hours after the delivery. OBJECTIVES The aim of the study was to assess changes in heart rate, blood pressure and oxygen saturation during the first 24 hours of life in neonates born after using pethidine for labor analgesia. METHODS 55 full-term neonates, 34 from intramuscula...

2017
B R O'Driscoll L S Howard J Earis V Mak

EXECUTIVE SUMMARY Philosophy of the guideline ✓ Oxygen is a treatment for hypoxaemia, not breathlessness. Oxygen has not been proven to have any consistent effect on the sensation of breathlessness in nonhypoxaemic patients. ✓ The essence of this guideline can be summarised simply as a requirement for oxygen to be prescribed according to a target saturation range and for those who administer ox...

Journal: :Investigative ophthalmology & visual science 2017
Katharina Eibenberger Leopold Schmetterer Sandra Rezar-Dreindl Piotr Wozniak Reinhard Told Georgios Mylonas Christoph Krall Ursula Schmidt-Erfurth Stefan Sacu

Purpose To investigate the effects of intravitreal 0.7 mg dexamethasone implants (Ozurdex) on arterial and venous oxygen saturation, retinal vessel diameter, and retrobulbar blood flow velocity in patients with macular edema (ME) due to retinal vein occlusion (RVO). Methods This prospective, nonrandomized clinical trial included 40 eyes of 40 patients with ME due to RVO. Measurements of arter...

Journal: :Circulation 1950
R PENNEYS C B THOMAS

AT THE present time the most widely used method of studying the effect of induced anoxemia on the cardiovascular system consists of giving the subjects low oxygen gas (usually 10 per cent) inhalation for approximately twenty minutes and making observations during this period. In previous communications1'the variability of the degree of anoxemia, as measured by the blood arterial oxygen saturati...

Journal: :مجله دانشگاه علوم پزشکی شهید صدوقی یزد 0
فرهاد ملک f malek . farhadmalek42@yahoo.com جعفر طوسی j toussy محمد رضا تمدن mr tamadon شاهرخ موسوی sh mousavi مجتبی ملک m malek مرضیه قادری m ghaderi

introduction: one of the main complications of hemodialysis in patients with chronic renal failure is hypoxemia which is related to several factors including the type of filter. the aim of this study was to evaluate the hypoxemia levels in patients undergoing hemodialysis with focus on the type of filter. methods: in a crossover clinical trial, 29 patients from emodialysis ward of fatemieh hosp...

2013
Vasantha Madhuri Kallakunta Anny Slama-Schwok Bulent Mutus

Protein disulfide isomerase (PDI) is an abundant protein primarily found in the endoplasmic reticulum and also secreted into the blood by a variety of vascular cells. The evidence obtained here, suggests that PDI could directly participate in the efflux of NO(+) from red blood cells (RBC). PDI was detected both in RBC membranes and in the cytosol. PDI was S-nitrosylated when RBCs were exposed t...

Journal: :Clinical chemistry 1959
G W JOHNSTON F HOLTKAMP J R EVE

ORDY AND DRABKIN (1) have described a simplified spectrophotometric procedure for the determination of oxygen saturation of whole hemolyzed blood. The described method of sampling by use of tonometers, although technically precise, is somewhat inconvenient for routine clinical use. In a note appended to the article, Marsh described a simpler modification. He collects the samples in oiled, hepar...

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

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

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