نتایج جستجو برای: prolapse grade

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

پایان نامه :دانشگاه آزاد اسلامی واحد علوم پزشکی تهران - دانشکده پزشکی 1389

مقدمه: فرکتالها عبارتند از ساختارهای هندسی پیچیده. علم فرکتال که به بررسی این ساختارها می پردازد در سال 1975 ابداع گردید و امروزه نه تنها در علوم مهندسی بلکه در علوم پزشکی نیز جایگاه ویژه ای یافته است. فرکتال ها در تشخیص بیماری های استخوانی و مدل سازی ساختار استخوانها و تحلیل تغییرات ساختار آنها و تحلیل ریتم و ضربان قلب و تشخیص بیماری های قلبی کاربرد دارند. هرچند به نظر می رسد هرکجا که یک بی نظ...

2017
Ayush Giri Katherine E Hartmann Melinda C Aldrich Renee M Ward Jennifer M Wu Amy J Park Mariaelisa Graff Lihong Qi Rami Nassir Robert B Wallace Mary J O'Sullivan Kari E North Digna R Velez Edwards Todd L Edwards

Evidence suggests European American (EA) women have two- to five-fold increased odds of having pelvic organ prolapse (POP) when compared with African American (AA) women. However, the role of genetic ancestry in relation to POP risk is not clear. Here we evaluate the association between genetic ancestry and POP in AA women from the Women's Health Initiative Hormone Therapy trial. Women with gra...

Journal: :The New England journal of medicine 1999
L A Freed D Levy R A Levine M G Larson J C Evans D L Fuller B Lehman E J Benjamin

BACKGROUND Mitral-valve prolapse has been described as a common disease with frequent complications. To determine the prevalence of mitral-valve prolapse in the general population, as diagnosed with the use of current two-dimensional echocardiographic criteria, we examined the echocardiograms of 1845 women and 1646 men (mean [+/-SD] age, 54.7+/-10.0 years) who participated in the fifth examinat...

Journal: :Ceskoslovenska patologie 2013
Alena Chlumská Petr Mukenšnabl Tomáš Waloschek Michal Zámečník

Gastric epithelial dysplasia (GED) represents a recognized precursor lesion of gastric adenocarcinoma. GED types can be classified according to its morphology and patterns of mucin expression into adenomatous (intestinal), foveolar (gastric) and hybrid (mixed) types. We examined gastroscopic specimens with GED in 35 patients (21 men and 14 women, mean age 69.6 years). Adenomatous dysplasia was ...

2015
Pratiksha Gupta

The result of transvaginal sacrospinous ligament fixation technique, as part of the vaginal repair procedure for massive uterovaginal (Pelvic Organ Prolapse stage III and stage IV and vault prolapse) is evaluated. A total of 32 women were included in the present case series. Marked uterovaginal prolapse was present in 28 women and four had vault prolapse following hysterectomy. Patients with va...

2005
Kiyoshi Yoshida Junichi Yoshikawa Yasuko Yamaura Takeshi Hozumi Takashi Akasaka

we studied 49 consecutive patients in whom the sites of mitral valve prolapse were confirmed at the time of operation. The study group consisted of 22 patients with anterior leaflet prolapse, 24 patients with posterior leaflet prolapse, and three patients with multiple scallop prolapse (one patient with both anterior leaflet and middle scallop prolapse, and two patients with both medial and lat...

Journal: :Obstetrics and gynecology 2002
Michael Heit Patrick Culligan Chris Rosenquist Susan Shott

OBJECTIVE To test the null hypothesis that there is no association between pelvic organ prolapse and pelvic or low back pain. METHODS A total of 152 consecutive patients with pelvic organ prolapse completed a visual faces scale to quantify the amount of pelvic or low back pain present. Pelvic organ prolapse severity was graded by three techniques: 1) pelvic organ prolapse quantification stagi...

Journal: :International Journal of Veterinary Sciences and Animal Husbandry 2022

A 48 days old female Rajapalayam puppy was presented to the Small Animal Unit of Veterinary Surgery and Radiology Department, VCC, RIVER, Puducherry with a history straining while voiding. Physical examination revealed protrusion anorectal mucosa degree prolapse around 5 cm in diameter. By ultrasonography, rectal differentiated from ileocolic intussusception. After manual reduction prolapse, pu...

Journal: :Journal of clinical and diagnostic research : JCDR 2013
Salman Yousuf Guraya Gamal A Khairy

OBJECTIVES This study was designed to evaluate the effectiveness of stapled hemorrhoidectomy (SH) in terms of cure of the symptoms and post-operative pain control. MATERIAL AND METHODS In this prospective clinical study, SH (Ethicon Endo-surgery, Cincinnati, OH) was performed for all patients with grade III and grade IV hemorrhoids, presenting to the surgical clinics of Ohud and Meeqat Hospit...

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

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

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