نتایج جستجو برای: cervical discharge

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

2014
A. Thijssen A. Meier K. Panis W. Ombelet

Fertility awareness based methods (FABMs) can be used to ameliorate the likelihood to conceive. A literature search was performed to evaluate the relationship of cervical mucus monitoring (CMM) and the day-specific -pregnancy rate, in case of subfertility. A MEDLINE search revealed a total of 3331 articles. After excluding articles based on their relevance, 10 studies and were selected. The obs...

2013
Pietro Giorgio Calò Enrico Erdas Fabio Medas Giuseppe Pisano Michela Barbarossa Mariano Pomata Angelo Nicolosi

Postoperative hematoma is a rare but potentially life-threatening and unpredictable complication of thyroid surgery. We report two cases of very late postoperative bleeding occurring on the 13th postoperative day in patients treated with low-molecular-weight heparin and acenocoumarol. Patient 1 was readmitted with complaints of progressive anterior neck swelling and bleeding from the cervical w...

2013
FEIFEI GUO YALI HU XIAOFENG XU RONG LI TONG RU JINGMEI WANG HUAIJUN ZHOU

Minimal deviation adenocarcinoma (MDA) of the uterine cervix, otherwise known as adenoma malignum, is a rare variant of cervical adenocarcinoma, which represents a diagnostic challenge in the field of gynecologic oncology, due to its benign-resembling histological characteristics. To achieve a better understanding of this disease, we present two cases of MDA: one case presented with profuse wat...

Journal: :Journal of the College of Physicians and Surgeons--Pakistan : JCPSP 2007
Kamran Shahid Bilal Karim Siddiqui Muhammad Hammad Tahir Salman bin Ayub Ghulam Murtaza Memon Adnan Yousuf Arif Hussain Osmani Abdul Karim Siddiqui

Parotidectomy is a common procedure usually done for a parotid mass necessitating a histological diagnosis. Operation is normally performed under General anesthesia with a nerve stimulator to facilitate facial nerve stimulation. We describe a new technique with reports of three cases, making total parotidectomy under local anesthesia possible. The ascending cervical branch of cervical plexus an...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه شیراز - دانشکده مکانیک 1391

استفاده از سوخت هیدریدی در رآکتور به عنوان سوخت هسته ای، منجر به کاهش چشمگیر دمای سوخت و به تبع آن کاهش انتشار گازهای حاصل از شکافت که خود منجر به کاهش تورم ایجاد شده در سوخت در زمان کار آن می شود. در این تحقیق فاصله بین سوخت و غلاف بوسیله فلز مذاب پر شده و از برنامه mcnpx 2.6 به منظور محاسبه discharge burn-up استفاده گردید. دو نوع سوخت هسته ای اکسیدی و هیدریدی در دو نوع رآکتور با میله های سوخت...

2012
SO Salceanu A Murariu O Murariu DPT Iancu

Results The staging was done according to the FIGO classification: 14,89% of the patients were stage I, 46,80% stage II, 26,59% stage III and 11,70% of the patients were stage IV. The biopsy results showed that 85,10% of all patients had squamous cell carcinoma, 9,57% adenocarcinoma and 5,31% adenosquamous carcinoma. Multiparity was 86,17% among the cervical cancer patients and only 21,27% of t...

2016
Dah-Ching Ding Tang-Yuan Chu Yung-Hsiang Hsu

Minimal deviation adenocarcinoma (MDA) of the uterine cervix is a rare disease. The rate of misdiagnosis is relatively high and there is no standard treatment. A 58-year-old woman presented with an abnormal Pap smear revealing atypical glandular cells and vaginal mucoid discharge. Cervical biopsy revealed cervicitis and an endometrium with atypical glands and increasing mitoses. A frozen sectio...

Amir Hosein Jafarian Behrouz Davachi Helena Azimi Laila Mousavi Seresht Mansoureh Mottaghi Mojgan Soltani Tahereh Zavary Yasaman Nikooiyan Zohreh Yousefi,

Background:Primary malignant lymphoma of the uterine cervix is extremely rare and can be misdiagnosed due to its different clinical presentations. The aim of this report was to introduce a case of primary malignant lymphoma of the uterine cervix which was misdiagnosed as an ovarian cyst on ultrasonography. Case report: A 31-year-old female referred with a...

Journal: :The British journal of venereal diseases 1975
R A Sparks G L Williams J M Boyce T C Fitzgerald G Shelley

Gonorrhoea was not found to be a problem in antenatal patients. It was found in only one out of 625 women, thus confirming other British surveys which do not agree with the North American figures. Candidiasis is commoner than trichomoniasis (27.4 and 4.7 per cent. prevalence respectively) and culture of a high vaginal swab is more effective as a means of diagnosis than a cervical cytology smear...

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

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

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