نتایج جستجو برای: first voided urine

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

2016
Nobuhiro Haga Ken Aikawa Seiji Hoshi Michihiro Yabe Hidenori Akaihata Junya Hata Yuichi Sato Soichiro Ogawa Kei Ishibashi Yoshiyuki Kojima

BACKGROUND When urine output increases, voided volume at each voiding also increases in normal subjects. This is generally understood as a vesical adaptation response to diuresis (VARD). Because lower urinary tract symptoms (LUTS) are supposed to be improved by the change in bladder function after robot-assisted laparoscopic radical prostatectomy (RARP), the aim of the present study was to inve...

2013
Monica Sankhwar Rajender Singh Satya Narayan Sankhwar Madhu Mati Goel Amita Jain Pushp Lata Sankhwar

Background To investigate the nuclear matrix protein NMP22 in voided urine for detection of malignancy in patients with risk factors of symptoms of bladder cancer. Methods January 2009 to December 2012, participants included 1,331 patients at elevated risk for bladder cancer due to factors such as history of smoking or symptoms including hematuria and dysuria, patients at risk for malignancy ...

Journal: :Cancer epidemiology, biomarkers & prevention : a publication of the American Association for Cancer Research, cosponsored by the American Society of Preventive Oncology 2014
Charles J Rosser Myron Chang Yunfeng Dai Shanti Ross Lourdes Mengual Antonio Alcaraz Steve Goodison

BACKGROUND Up to 70% of patients with non-muscle-invasive bladder cancer (NMIBC) experience disease recurrence, making it one of the most prevalent cancers in the United States. The purpose of this study was to test the performance of a multiplex urinary biomarker assay for the monitoring of voided urine for recurrent bladder cancer. METHODS This retrospective, multicenter study included a to...

2016
Tomasz Borkowski anDrzej Borkowski Dariusz PięTka PioTr raDziszewski

The aim of the project was to evaluate the clinical value of a computer analysis of cytological specimen images obtained from urine and bladder washing samples. Three sample types (voided urine, catheterized urine and bladder washing) from 59 patients with primary or recurrent tumor were analyzed. All patients underwent cystoscopy and biopsy or resection. The histological results were compared ...

Journal: :Genitourinary medicine 1994
D M Patrick M L Rekart L Knowles

BACKGROUND AND OBJECTIVES The objective of this study was to determine the performance characteristics of a dipstick test for leukocyte esterase (LE), (Chemstrip 2LN, Boehringer Mannheim) in predicting the presence of urethritis and urethral pathogens in men presenting to a busy sexually transmitted disease clinic and to street outreach facilities. METHODS Urethral swabs for polymorphonuclear...

Journal: :Journal of clinical microbiology 2009
Michelle L McKechnie Richard Hillman Deborah Couldwell Fanrong Kong Eleanor Freedman Hui Wang Gwendolyn L Gilbert

The aim of this study was to develop and evaluate a sensitive method for the simultaneous identification of 14 urogenital potential pathogens. A multiplex PCR-based reverse line blot (mPCR/RLB) assay was developed to detect 14 urogenital pathogens or putative pathogens, namely Trichomonas vaginalis, Streptococcus pneumoniae, Neisseria gonorrhoeae, Chlamydia trachomatis, Ureaplasma parvum, U. ur...

Journal: :JPMA. The Journal of the Pakistan Medical Association 2008
Absar Ali Naila Asif Sonia Yaqub Waqar Kashif Diamond Merchant Iffat Yazdant

OBJECTIVE To determine the correlation of "random single voided urine protein: creatinine ratio" to "twenty four hour urine protein" at different levels of glomerular filtration rate (GFR) in Pakistani population. METHODS A total of 107 patients were included in this cross section study. Patients were divided into five groups according to the GFR. Spot urine protein: creatinine ratio and 24 h...

Journal: :The Journal of the Japanese Society of Clinical Cytology 2004

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

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

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