نتایج جستجو برای: gynaecological diseases

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

Journal: :Revista gaucha de enfermagem 2014
Camila Fernandes da Silva Carvalho Rosineide Santana de Brito Soraya Maria de Medeiros

This is a theoretical-reflective study that aimed to analyze the contexts associated with gynaecological care for women with physical disabilities. Discussion consisted of contextual analysis according to Hinds, Chaves and Cypress, leading to four interconnected layers: immediate, specific, general and metacontext. Analysis showed that gynaecological assistance to clients with physical disabili...

Journal: :Journal of clinical pathology 2012
W Glenn McCluggage

Pathology review of gynaecological cancer specimens is often carried out as part of the working of gynaecological oncology multidisciplinary team meetings. This review describes the author's experience regarding the most common issues identified during this process. Ten subjects are covered; these range from histopathological interpretational errors to non-interpretational areas, for example, i...

2012
R. Campo C.R. Molinas R.L. De Wilde H. Brolmann S. Brucker L. Mencaglia P. Odonovan D. Wallwiener A. Wattiez

Quality control, training and education in gynaecological surgery are challenged and urgent measures are emerging. The implementation of a structured and validated program for training and quality control seems the most urgent measurement to be taken. The European Academy of Gynaecological Surgery has made a first attempt to do so. Through a practical and theoretical tests system, the skills of...

Journal: :JPMA. The Journal of the Pakistan Medical Association 2015
Nahal Raza Ahmed Waqas Mehak Jamal

Hysterectomy is a frequently performed gynaecological procedure in Pakistan. This surgical procedure is a very stressful event for Pakistani women suffering from severe gynecological diseases and complications. It is also associated with a high incidence of anxiety and depression. Several studies in the West have reported an improvement in symptoms of depression and anxiety in patients undergoi...

1991
Rajiv K Sinha

The Herbal Vendors are the mobile tribal medicineman seen selling crude medicinal plants and their products on the busy streets of many Indian cities. They give herbal treatment for many human ailments and diseases especially the more difficult and chronic ones. They claim to have herbal remedies for some gynaecological disorders in women such as Menorrhagia, leucorrhoea and also to restore fer...

Journal: :JPMA. The Journal of the Pakistan Medical Association 1994
R Hamid K S Khan T Mubeen J A Razzak

Five hundred and nine Laparoscopic examinations performed between 1987-91, (147 procedures for evaluation of gynaecologic pelvic pain and 313 for infertility) revealed ectopic pregnancy (27%), twisted ovarian cyst (18%) and acute pelvic inflammatory disease (14%) in cases of acute gynaecologic pain, and endometriosis (17%) and chronic pelvic inflammatory disease (16%) in chronic pelvic pain. Ad...

Journal: :Journal of Evolution of Medical and Dental Sciences 2015

2012
IM Shapey T Nasser P Dickens M Haldar MH Solkar

Pneumoperitoneum is usually associated with gastrointestinal perforation or following surgical and endoscopic procedures. We report a rare case of spontaneously perforated pyometra presenting with generalised peritonitis and pneumoperitoneum. Perforation of the uterus is also unusual and often associated with the presence of an intrauterine device, a gravid uterus or malignancy. Our case illus...

2012
Ignacio Oropesa Pablo Lamata Patricia Sánchez-González José B. Pagador María E. García Francisco M. Sánchez-Margallo Enrique J. Gómez Jesús Usón

1.1 Laparoscopic surgery Minimally Invasive Surgery (MIS) has changed the way surgery is performed in Operating Rooms (OR). MIS techniques are increasing their relevance in almost all surgical specialities, and have become the recommended standard in many procedures, displacing open surgery. Laparoscopy, one of the most common MIS approaches, has been adopted by several surgical sub-specialties...

Journal: :Annals of the rheumatic diseases 1953
J W BEATTIE

Not infrequently the back is the site of a pain which at times may be very disabling. This is well known to occur in various spinal conditions involving the skeletal structures. It is also recognized as a feature at times of gynaecological disorders, organic nervous diseases, and states of anxiety and hysteria. Much less appreciated is the fact that backache may be caused by various intra-abdom...

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

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

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