نتایج جستجو برای: urinary ascites

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

Journal: :Internal medicine 2012
Yumie Takeshita Toshinari Takamura Oto Inoue Miki Okumura Kenichiro Kato Hajime Sunagozaka Kuniaki Arai Hirofumi Misu Minoru Nakamura Yasuni Nakanuma Shuichi Kaneko

A 73-year-old woman had previously been diagnosed with CREST syndrome, PBC and diabetes. Hepatic fibrosis was not evident, in spite of the transudative ascites and active esophageal varices. ACA were positive, whereas AMA and anti-gp210 antibodies were negative. She showed low urinary excretion of C-peptide and was weakly positive for anti-GAD antibody. She was diagnosed with a form of PBC that...

Journal: :British medical journal 1970
R C Eggert

Increased aldosterone levels with consequent or diuretic-potentiated electrolyte abnormalities are an important consideration when patients with cirrhosis and ascites undergo diuresis. A simple clinical method using the urinary Na/K ratio as a guide to spironolactone dosage is outlined. Patients with a ratio greater than 1 responded well to 100 mg. of spironolactone a day; those when it was one...

2015
Myriam Delomenie Floriane Schneider Joëlle Beaudet René Gabriel Nathalie Bednarek Olivier Graesslin

Carbon monoxide poisoning during pregnancy is a rare and potentially serious condition. Fetal complications are uncommon, related to anoxic lesions. The severity of these complications does not depend on the level of maternal COHb. We report the case of a 22-year-old pregnant woman who at 30 weeks of gestation had carbon monoxide poisoning secondary to a fire in her home, complicated by cardiac...

Journal: :Clinical science 1999
F Wong A Bomzon J Allard P Liu L Blendis

Systemic arterial vasodilatation has been implicated in the pathogenesis of sodium retention in cirrhosis. Hydrophobic bile acids, which have vasodilatory actions, may be involved. Ursodeoxycholic acid, a hydrophilic bile acid, could potentially decrease systemic arterial vasodilatation, possibly due to its antioxidant effects, and improve sodium handling in cirrhosis. The effects of ursodeoxyc...

Journal: :Hpb 2021

A 75-year-old female was presented to our hospital due obstructive jaundice. Computed tomography demonstrated a pancreatic head mass that causing common bile duct and intrahepatic dilatation without evidence of advanced disease. She underwent pyloric-preserving pancreatoduodenectomy they discharge complication. In operative finding, we found the 1-cm liver cyst at segment 5 excisional biopsy do...

Journal: :The Korean journal of physiology & pharmacology : official journal of the Korean Physiological Society and the Korean Society of Pharmacology 2009
Eun Hui Bae Jongun Lee Seong Kwon Ma Soo Wan Kim

Sodium retention is a hallmark of nephrotic syndrome. We investigated whether sodium retention is associated with changes of natriuretic peptide system at different stages (i.e., a sodium retaining stage and a compensatory stage) of nephrotic syndrome. At day 7 after PAN (puromycin aminonucleoside) injection, the urinary excretion of sodium was decreased, along with the development of ascites a...

F. Al-Masri M. Hassanzadeh,

The present study was designed to examine the anatomical parameters of the cardiopulmonary system, the function of venous blood gas parameters and the development of ascites incidence in two genetic line chickens. Three hundred forty day-old chickens from two pure broiler breeder lines, which were different in their growth rate and susceptibility to ascites syndrome were obtained. The relative ...

حسن زاده, محمد, مددی, محمدصادق, مویدیان, حمید,

     Ascites is a metabolic disorder that accounts for over 25% of overall mortality in the broiler industry. The objective of this study was to determine the effects of ascites induction on the clinical pictures, mortalities, growth performance, carcass yield and internal organs characteristics of two different Lines of broilers. One hundred Line broiler chicks were selected from two Lines (Li...

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

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

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