نتایج جستجو برای: vaginal sample

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

Journal: :modares journal of medical sciences: pathobiology 2009
morteza sattari mahdi forouzandeh

objective: listeria monocytogenes is a facultative, gram-positive bacterium which is found in soil, water, decaying vegetables, raw milk, and contaminated dairies. listeria monocytogenes causes listeriosis. listeriosis is a zoonosis disease, which transfers from animals to humans by animal feces and contaminated dairies. listeriosis causes the flu like disease or self-limited enteritis, but it ...

Journal: :Family planning perspectives 1995
J M Reinisch C A Hill S A Sanders M Ziemba-Davis

According to a 1991 study of sexual behavior based on a random sample of heterosexual undergraduates at a Midwestern university, 80% of the males and 73% of the females had experienced vaginal or anal intercourse. The average age at first vaginal intercourse was 17.2 years for both sexes. Seventeen percent of the sexually experienced males and 18% of the sexually experienced females had engaged...

2018
Sara E. Crann Shannon Cunningham Arianne Albert Deborah M. Money Kieran C. O’Doherty

BACKGROUND The vaginal microbiome influences quality of life and health. The composition of vaginal microbiota can be affected by various health behaviors, such as vaginal douching. The purpose of this study was to examine the types and prevalence of diverse vaginal/genital health and hygiene behaviors among participants living in Canada and to examine associations between behavioral practices ...

دواتی, علی, ربیعی, مریم, ظفرقندی, نفیسه,

Introduction: As immunoassay and Eliza are used nowadays for checking levels of FSH and estradiol, the role of vaginal acidity as a sign of responding vaginal cells to estrogen has been forgotten, although its role in this field is known. The purpose of this study was to assess the sensitivity of vaginal pH in diagnosis of menopause, estradiol levels, hot flashes and vaginal dryness that are fr...

Journal: :Journal of forensic sciences 2004
Zhouxin Shen John J Thomas Gary Siuzdak Robert D Blackledge

New technology was used to identify traces of a commercial barrier/spermicide in evidence from a case of a man accused of rape of a minor. Examination of vaginal swabs performed by another laboratory had been negative for seminal fluid or other sources of DNA from the suspect and we were asked to examine the remaining swabs for any traces that might have originated from the commercial product. ...

Journal: :Revista latino-americana de enfermagem 2010
Danielle Cristina Alves Feitosa Gondo Marli Teresinha Cassamassimo Duarte Márcia Guimarães da Silva Cristina Maria Garcia de Lima Parada

This study identifies the prevalence of vaginal flora alterations in low-risk pregnant women and their association with reported symptoms and gynecological exams. This quantitative, descriptive, cross-sectional study was conducted in public primary care service units in Botucatu, SP, Brazil from 2006 to 2008 with 289 pregnant women from a stratified sample obtained by sampling by care unit. Tes...

2016
Zhifei He Zhaohui Cheng Tailai Wu Yan Zhou Junguo Chen Qian Fu Zhanchun Feng

Objectives. This study aims to analyze the cesarean section (CS) rates and vaginal delivery rates in tertiary hospitals of China, explore the costs of two different deliveries, and examine the relative influencing factors of the costs in both CS and vaginal deliveries. Methods. 30,168 anonymized obstetric medical cases were selected from three sample tertiary hospitals in Chongqing Municipality...

Journal: :مجله دانشگاه علوم پزشکی شهید صدوقی یزد 0
آسیه نمازی a namazi فهیمه صحتی f sahati محمد ادیب پور m adibpour عبدالصمد مظلومی as mazloomi سکینه محمدعلیزاده s mohammad alizadeh جلیل باباپور j babapour

introduction: vaginits is probably the most common infection in women during their reproductive years, resulting in 5-10 million health-care visits a year, worldwide. vulvovaginal candidiasis (vvc) is the second-most common form of vaginitis in the united states, which is associated with use of oral contraceptives containing high levels of estrogen and hormonal therapies. midwives play an impor...

Journal: :Menopause 2014
James A Simon Rossella E Nappi Sheryl A Kingsberg Ricardo Maamari Vivien Brown

OBJECTIVE This study aims to determine the emotional and physical impact of vaginal atrophy on North American postmenopausal women and their male partners. METHODS A weighted sample of 1,000 married or cohabiting North American postmenopausal women aged 55 to 65 years with vaginal discomfort and 1,000 male partners of postmenopausal women aged 55 to 65 years who experienced vaginal discomfort...

2011
César Hernández-Rodríguez Roberto Romero-González Mario Albani-Campanario Ricardo Figueroa-Damián Noemí Meraz-Cruz César Hernández-Guerrero

OBJECTIVE To identify the microbiota communities in the vaginal tracts of healthy Mexican women across the pregnancy. METHODS Vaginal swabs were obtained during the prenatal visit of women from all trimesters (n = 64) of healthy pregnant women of Mexico City. DNA was isolated from each sample, and PCR-DGGE and sequencing of 16S rRNA gene fragments were used to identify the bacterial communiti...

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

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

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