نتایج جستجو برای: oral fluid intake

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

Journal: :Journal of clinical ultrasound : JCU 2006
Fatih Kantarci Ismail Mihmanli Ibrahim Adaletli Harun Ozer Fatih Gulsen Alev Kadioglu Ayca Altug Omer Uysal

PURPOSE To evaluate whether oral fluid intake has an effect on renal length as determined with sonography. METHODS We studied 524 adult patients who were referred to our ultrasound unit with complaints other than urinary tract symptoms. The mean age of the patients was 44 years (range 17-76). All of the measurements were performed with the patient in the prone position. The renal length of ea...

Journal: :Hypertension 1987
M Abe K Shibata T Matsuda T Furukawa

Effects of oral treatment with taurine on fluid intakes produced by renin were assessed in spontaneously hypertensive rats of the Okamoto strain (SHR). Renin injected into the preoptic area increased water intake and evoked salt (2.7% NaCl solution) intake, and angiotensin II injected into this area increased water intake, but not salt intake, in both SHR and control normotensive Wistar-Kyoto r...

Journal: :The journals of gerontology. Series A, Biological sciences and medical sciences 2004
Sandra F Simmons John F Schnelle

BACKGROUND Recommendations have been made to increase the number of nursing home (NH) staff available to provide feeding assistance during meals and to individualize care for residents. However, there are few data reflecting the number of residents responsive to feeding assistance during meals and what alternative interventions might be appropriate for other residents. The purpose of this study...

Journal: :Gut 1986
H Sandberg-Gertzén G Järnerot K Bukhave K Lauritsen J Rask-Madsen

Azodisal sodium is a highly effective means of oral delivery of 5-amino-salicylic acid to the colonic mucosa. Administration of this drug to patients intolerant of sulphasalazine, however, occasionally results in liquid stools. In preliminary experiments, which comprised 10 healthy volunteers treated with colectomy for ulcerative colitis, ileostomy fluid output increased (p less than 0.001) dur...

Journal: :iranian journal of public health 0
r rahmani z khakbazan p yavari m granmayeh l yavari

background: lack of information regarding biochemical changes in women during labor and its outcomes on maternal and neonatal health still is an unanswered question. this study aims to explore the effectiveness of oral carbohydrate intake during labor on the duration of the active phase and other maternal and neonatal outcomes. methods: a parallel prospective randomized controlled trial, conduc...

Journal: :British medical journal 1988
B Oldenburg G J MacDonald S Shelley

About one third of patients receiving dialysis for end stage renal failure have chronic fluid overload despite advice to restrict their oral fluid intake. To investigate the potential of an angiotensin converting enzyme inhibitor in reducing the urge to drink and consequent gain in weight, a double blind, placebo controlled crossover trial of enalapril was conducted in 25 patients receiving dia...

2007
Per T. Sangild Mette Schmidt Randall K. Buddington Jan Elnif

The structure and function of the gastrointestinal tract (GIT) matures rapidly in the period immediately before and after birth, but inadequate intestinal maturation often lead to digestive problems during this critical period. Oral milk intake is known to induce a marked GIT maturation in newborns. It is not clear whether oral intake of amniotic fluid by fetuses has a corresponding role before...

Journal: :Journal of the Academy of Nutrition and Dietetics 2012
Lawrence E Armstrong Evan C Johnson Colleen X Munoz Brittany Swokla Laurent Le Bellego Liliana Jimenez Douglas J Casa Carl M Maresh

Normative values and confidence intervals for the hydration indices of women do not exist. Also, few publications have precisely described the fluid types and volumes that women consume. This investigation computed seven numerical reference categories for widely used hydration biomarkers (eg, serum and urine osmolality) and the dietary fluid preferences of self-reported healthy, active women. P...

2012
Lawrence E. Armstrong Evan C. Johnson Colleen X. Munoz Brittany Swokla Laurent Le Bellego Liliana Jimenez Douglas J. Casa Carl M. Maresh

Normative values and confidence intervals for the hydration indices of women do not exist. Also, few publications have precisely described the fluid types and volumes that women consume. This investigation computed seven numerical reference categories for widely used hydration biomarkers (eg, serumandurine osmolality) and the dietary fluid preferences of self-reported healthy, active women. Par...

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

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

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