نتایج جستجو برای: uterine cavity problem

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

Journal: :International journal of clinical and experimental pathology 2015
Haiyan Shi Xiaoduan Chen Bingjian Lv Xiaofei Zhang

Tamoxifen is a widely used in anti-oestrogen treatment of breast cancer. Previous reports showed that tamoxifen is associated with proliferative endometrial lesions. We herein reported an unusual case of concurrent hyperplastic lesions in the uterine cavity and right ovary in a 45-year-old woman with tamoxifen therapy. Regular vaginal ultrasonography showed the progressive endometrial thickenin...

Journal: :Ginekologia polska 2013
Michał Bogusiewicz Katarzyna Rosińska-Bogusiewicz Beata Walczyna Andrzej Drop Tomasz Rechberger

BACKGROUND Use of morcellation during laparoscopic hysterectomy may result in seeding of uterine tissue throughout the abdominal cavity and development of 'iatrogenic' leiomyomatosis peritonealis disseminata. CASE Two years after a supracervical laparoscopic hysterectomy a 42-year-old parous women presented with abdominal pain and bloating. CT scans and subsequent surgical exploration reveled...

بنافتی , سیده رفعت, ترابی زاده , ژیلا, عبدی , روح اله, مسلمی زاده , نرگس,

Background and purpose: This study is accomplished to compare the diagnostic accuracy of endometrial aspiration biopsy and transvaginal hysterosonography vs curettage of endometrium in primary diagnosis of abnormal uterine bleedings. Materials and methods : This prospective, controlled and clinical study was accomplished from January 20 th 1999 through 19 th 2000. Ât first 50 patients...

Journal: :Medical journal, Armed Forces India 2004
Sushil Kumar R T Awasthi Neelangi Gokhale

The objective of this study was to evaluate the diagnostic accuracy of hystero-salpingography (HSG) in detecting uterine cavity abnormalities in infertile patients, with reference to hysteroscopy as the gold standard method. 60 infertile women were investigated with both HSG and hysteroscopy. Statistical analysis was performed. As a test for the detection of uterine cavity abnormalities, HSG in...

2003
Raimundo Sierra Michael Bajka Gábor Székely

Realistic generation of variable anatomical organ models and pathologies are crucial for a sophisticated surgical training simulator. A training scene needs to be different in every session in order to exhaust the full potential of virtual reality based training. We previously reported on a cellular automaton able to generate leiomyomas found in the uterine cavity. This paper presents an altern...

2012
Katrine Fuglsang Margit Dueholm Estrid Stæhr-Hansen Lone Kjeld Petersen

BACKGROUND Application of hemostatic fleece (TachoSil) directly onto the bleeding surfaces of the lower uterine segment has been used to obtain hemostasis during cesarean section caused by placenta previa. METHODS Eleven of 15 patients treated with TachoSil for excessive postpartum haemorrhage due to placenta previa were enrolled. An evaluation of the cesarean section scar by transvaginal ult...

2012
Ashraf Moini Kiandokht Kiani Firouzeh Ghaffari Fatemeh Hosseini

BACKGROUND This study was designed to evaluate the incidence of uterine pathologies in infertile women with a history of two implantation failures after in vitro fertilization (IVF) and estimate the effect of hysteroscopic correction on achieving a pregnancy in these patients. MATERIALS AND METHODS The retrospective study population included 238 infertile women attended the outpatient inferti...

Bahman Cheraghian Leila Borzoo Mahvash Zargar Mojghan Barati, Sara Masihi

Background For patients undergoing in vitro fertilization, lower pregnancy rates are observed in the presence of uterine cavity anomalies and correction of these anomalies has been associated with improved pregnancy rates. Office hysteroscopy has been proven to have superior sensitivity and specificity in evaluation of the endometrial cavity. Diagnostic hysteroscopy can be performed in an offic...

2017

The diagnosis of uterine and/or tubal pathology as causes of female infertility represents a fundamental step in the evaluation of the infertile couple. Apart from the invasive diagnostic procedures, several others diagnostic techniques useful to the clinical evaluation of the uterine cavity and tubal anatomy are: transvaginal sonography (TVS), hysterosalpingography (HSG), hysteroscopy and hydr...

Journal: :iranian journal of radiology 0
firoozeh ahmadi department of reproductive imaging, reproductive biomedicine research center, royan institute for reproductive biomedicine, acecr, tehran, iran; maryam javam department of reproductive imaging, reproductive biomedicine research center, royan institute for reproductive biomedicine, acecr, tehran, iran fatemeh niknejad department of reproductive imaging, reproductive biomedicine research center, royan institute for reproductive biomedicine, acecr, tehran, iran

conclusions our study demonstrated that 3d tvs has a good efficacy and reliable agreement with hysteroscopy in diagnosis of uterine lesions among infertile women. therefore, it can decrease the number of diagnostic hysteroscopies. results totally, 153 women were recruited in the investigation. patients aged 30.78 ± 4.79 years in average and the duration of infertility was 4.2 ± 2.91 years among...

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

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

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