نتایج جستجو برای: premenopause

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

Journal: :European Journal of Preventive Cardiology 2022

Abstract Funding Acknowledgements Type of funding sources: None. Introduction Normal sexual function is considered as an essential aspect quality life. Distortions the activity can result in psychosocial conflicts, separation, depression and even increased morbidity mortality. Sexual dysfunction (SD) age related, progressive more prevalent among women than men. An prevalence SD has been reporte...

Journal: :Gynecological endocrinology : the official journal of the International Society of Gynecological Endocrinology 2016
Dirk Wildemeersch

OBJECTIVE The use of a levonorgestrel intrauterine system (LNG-IUS) is useful in preventing pregnancy and for the treatment of menstrual disturbances. A smooth or symptom-free transition to and through menopause is possible when LNG-IUS is combined with estrogen therapy. Unfortunately the majority of physicians are generally unaware of this usefulness combined hormonal therapy in the pre-, peri...

Journal: :Revista brasileira de reumatologia 2012
Rosa Maria Rodrigues Pereira Jozélio Freire de Carvalho Ana Patrícia Paula Cristiano Zerbini Diogo S Domiciano Helenice Gonçalves Jaime S Danowski João F Marques Neto Laura M C Mendonça Mailze C Bezerra Maria Teresa Terreri Marta Imamura Pedro Weingrill Perola G Plapler Sebastião Radominski Tatiana Tourinho Vera L Szejnfeld Nathalia C Andrada

UNLABELLED Glucocorticoids (GC) are used in almost all medical specialties, and approximately 0.5% of the general population of the United Kingdom receives those medications. With the increased survival of patients with rheumatological diseases, morbidity secondary to the use of those medications represents an important aspect of the management of our patients. The incidences of vertebral and n...

Journal: :Fertility and sterility 1982
J J Brennan H Klaus

22 physician-providers who serve natural family planning (NFP) programs, mostly in the private sector, gathered to formulate a standard terminology for the field. The Billings and sympto-thermal methods are the 2 methods taught by this group. The sypto-thermal method helps a woman predict ovulation by detecting changes in her cervical mucus and in the cervix itself. Ovulation is confirmed by...

Journal: :Cancer epidemiology, biomarkers & prevention : a publication of the American Association for Cancer Research, cosponsored by the American Society of Preventive Oncology 2003
Franca Formelli Tiziana Camerini Elena Cavadini Valentina Appierto Maria Grazia Villani Alberto Costa Giuseppe De Palo Maria Gaetana Di Mauro Umberto Veronesi

OBJECTIVES To assess, in women participating in a breast cancer prevention trialon fenretinide (4-HPR), the relationship of drug and retinol levels with the risk of second breast malignancy, taking into account age and menopausal status. METHODS In a multicenter prevention trial, women with early breast cancer were randomly assigned to receive no treatment or 200 mg of 4-HPR/day for 5 years. ...

Journal: :Revista do Colegio Brasileiro de Cirurgioes 2010
Renato de Lima Rozenowicz Roberto Euzébio dos Santos Maria Antonieta Longo Galvão Silva Fabio Francisco Oliveira Rodrigues André Lima de Oliveira Liliane Baratela Ulson Vilmar Marques Oliveira Tsutomu Aoki

OBJECTIVE To evaluate the immunohistochemical expression of cox-2 before primary chemotherapy with 5-fluorouracil, epirubicin and cyclophosphamide (FEC) and its association with initial tumor size, lymph node status, hormone receptors, expression of HER2 and the clinical and pathological response in patients with breast cancer. METHODS We conducted a retrospective study with 41 women with his...

Journal: :Edu Dharma Journal 2023

Parity is a term that defines the number of children woman has. consists primiparas giving birth to one child, multiparas 2-4 children, and grand 5 or more with gestational age than 28 weeks. Women high parity have risk cervical cancer an odds ratio 2.65 times. Multiparas are at for preeclampsia compared primiparas, as well various health problems during pregnancy such hypertension in pregnancy...

2013
Ummugul Uyeturk Serife Hulya Arslan Oznur Bal Ulku Yalcintas Arslan Omur Berna Cakmak Oksuzoglu

INTRODUCTION Gastric cancer, one of the most common cancers in the world, rarely metastasizes to the ovaries. Ovarian metastases of gastric signet ring cell cancer (SRCC) are referred to as Krukenberg tumors and account for 1-2% of all ovarian cancers. Here, we analyze the characteristics, treatment, and prognosis of patients with Krukenberg tumors. MATERIAL AND METHODS We retrospectively ana...

Journal: :Vascular Health and Risk Management 2008
Evelyn O Talbott Jeanne Zborowski Judy Rager Juley R Stragand

Polycystic ovary syndrome (PCOS), a common reproductive endocrine condition manifests at puberty, and is characterized by hyperandrogenism, chronic anovulation, and obesity. PCOS cases exhibit an adverse coronary heart disease (CHD) profile at an early age, including insulin resistance, dyslipidemia and increased central adiposity. It can be hypothesized that the menopausal transition, whether ...

2015
Stefano Palomba Susanna Santagni Angela Falbo Giovanni Battista La Sala

Polycystic ovary syndrome (PCOS) represents the most common endocrine dysfunction in fertile women and it is considered a heterogeneous and multifaceted disorder, with multiple reproductive and metabolic phenotypes which differently affect the early- and long-term syndrome's risks. Women with PCOS present an adverse reproductive profile, including a high risk of pregnancy-induced hypertension, ...

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

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

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