نتایج جستجو برای: ovarian histopathology

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

Journal: :Journal of clinical pathology 2005
N Pranesh L P Menasce M S Wilson S T O'Dwyer

Pseudomyxoma peritonei (PMP) is classified into pathologically and prognostically distinct categories, such as disseminated peritoneal adenomucinosis (DPAM) and peritoneal mucinous carcinomatosis. There is overwhelming evidence that DPAM arises from a mucinous adenoma of the appendix. The one exception to this is the presentation of a mature ovarian cystic teratoma as PMP where the appendix is ...

2017
Gireesha Rawal Sufian Zaheer Amit Kumar Yadav Neelam Sahani Indrani Dhawan

The synchronous or metachronous occurrance of multiple primary cancers in the genital tract is well recognized. The overall incidence of synchronous female genital tract malignancies is 0.63%. The most frequently observed synchronous neoplasms are those of the ovary together with the endometrium. These constitute 40% of all, and carry a favourable prognosis because of low malignant potential. C...

Journal: :Journal of Ayub Medical College, Abbottabad : JAMC 2008
Sumaira Yasmin Aiman Yasmin Mohammad Asif

BACKGROUND Ovarian tumours are one of the major health problems confronting the general practitioners in general and gynaecologists in particular. Ovarian tumours may either be asymptomatic, found on the routine ultrasound examination or symptoms may be vague till the patient has an acute emergency like torsion or rupture of a benign cyst. The worst is late presentation of a malignant ovarian t...

Journal: :Chirurgia italiana 2006
Alessandro Cois Adolfo Pisanu Luca Pilloni Alessandro Uccheddu

Appendiceal mucocele is a very rare clinical condition. Associated ascites and an ovarian mass could suggest synchronous ovarian cystadenocarcinoma with pseudomyxoma peritonei. We describe the case of a 36-year-old female with a mucinous cystadenoma of the appendix causing intussusception, diagnosed by CT but not by US scan, since the associated anomalous fixation of the caecum was misleading i...

Journal: :Journal of clinical and diagnostic research : JCDR 2015
Jasmina Begum P Pallavee Sunita Samal

Ovarian pregnancy is a rare form of ectopic pregnancy but it is the most common type of nontubal ectopic pregnancy. Many times it is operated with a misdiagnosis of ruptured tubal ectopic pregnancy or hemorrhagic corpus luteum. The high resolution transvaginal ultrasonography is a valuable tool for diagnosis of ectopic pregnancy but ovarian pregnancy still remains a diagnostic problem and a con...

Journal: :Journal of the Turkish German Gynecological Association 2014
Sailesh Ray Mimi Gangopadhyay Arghya Bandyopadhyay Kaushik Majumdar Nilanjana Chaudhury

OBJECTIVE Ultrasonography (USG)-guided fine-needle aspiration cytology (FNAC) of ovarian masses is an efficient diagnostic modality for accurately diagnosing ovarian tumours prior to surgery. The main aim of this study was to assess the sensitivity, specificity and accuracy of FNAC in diagnosing ovarian masses. MATERIAL AND METHODS Eighty-three patients with ovarian masses were recruited and ...

Journal: :Bosnian journal of basic medical sciences 2011
Zulfo Godinjak Nurija Bilalović Edin Idrizbegović

Experienced laparoscopic surgeons should consider laparoscopy as an alternative to laparotomy in management of ovarian dermoid cysts in selected cases. The aim of this study was to analyze the safety of laparoscopy in ovarian dermoid cysts treatment and risk of chemical peritonitis. We report 63 cases of patients (mean age of 37) with ovarian dermoid cysts originating from the ovary, treated fr...

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

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

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