نتایج جستجو برای: entromorpha intestinalis

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

Journal: :Polish journal of microbiology 2011
Dorota Jaros Wojciech Zygner Sławomir Jaros Halina Wedrychowicz

Giardia intestinalis is a complex species divided into 7 assemblages (A - G). Two of them (A and B) are infective for both humans and animals. In cats four assemblages can occur: A, B, D, and F Assemblages A and B infect either cats, dogs and humans, assemblage D infects cats and dogs and assemblage F only cats. The purpose of this study was to determine the prevalence and genotypes of G. intes...

Journal: :مجله دانشگاه علوم پزشکی شهید صدوقی یزد 0
محمد کاظم امیربیگی mk amirbaigy . amirbaigy@yahoo.com رامین سامی r sami

pneumatosis cystoides intestinalis (pci) is a rare condition charachterized by the presence of multiple gases filled cysts in the gastro intestinal tract. in this article we present three cases with different features, who at the end evaluation pci was diagnosed. the first patient present with rectorrhagia (submucosal pci). the second patient present with dyspepsia (subserosal intestinal pci) a...

Journal: :British medical journal 1976
R D Watson

Journal: :Rinsho hoshasen. Clinical radiography 1974
S Mutha D T Kumbhalkar S K Bobhate

This study presents a case of pneumatosis cystoides intestinalis affecting the terminal ileum in a 25-year old male patient, discovered accidentally during laparotomy for acute abdomen which was proved to be due to perforated duodenal ulcer, Pneumatosis cystoides intestinalis is characterized by the presence of subserosal or submucosal gas filled cysts in the wall of gastrointestinal tract, thi...

Journal: :international journal of molecular and clinical microbiology 0
saeid soltani department of biology, qaemshahr branch, islamic azad university, qaemshahr, iran.سازمان اصلی تایید شده: دانشگاه آزاد اسلامی قایمشهر (islamic azad university of ghaemshahr) rahil khoshrooei department of biology, qaemshahr branch, islamic azad university, qaemshahr, iran.سازمان اصلی تایید شده: دانشگاه آزاد اسلامی قایمشهر (islamic azad university of ghaemshahr)

cladophora and enteromorpha are the filamentous green-algal genuses that have a widespread distribution in caspian sea coast. the aim of this study was to assess the antimicrobial activities of cladophora and enteromorpha in south of caspian sea. antibacterial activities of hydroalcoholic extracts of five different gram negative and positive bacteria including staphylococcus aureus, bacillus su...

2017
Vikram Raghunathan David Louis Baldeep Wirk

Pneumatosis intestinalis is a radiographic finding of gas pockets within the bowel wall. It can be associated with a range of diagnoses, but the most life-threatening causes are mesenteric ischemia, bowel necrosis, and bowel obstruction. Here we present the case of a patient with multiple myeloma who had pneumatosis intestinalis due to gastrointestinal amyloidosis, which is a rare manifestation...

Journal: :Polish journal of veterinary sciences 2014
K Stojecki J Sroka J Karamon P Kusyk T Cencek

Giardia intestinalis is a widespread parasitic protozoa which has great significance as a public health threat. Molecular diagnostics of stool sample can be unreliable because of the presence of inhibitors of enzymatic reactions. The aim of this study was to determine the effectiveness of selected pre-treatment methods of fecal samples for further PCR-based diagnostics of G. intestinalis, and t...

2013
A. Rossetto M. Brizzolari E. Scarpa G. Terrosu V. Bresadola

Pneumatosis intestinalis (PI) is an uncommon condition and can be associated with a wide spectrum of diseases, ranging from life-threatening to innocuous conditions. We report the case of a 46-year-old women coming to our attention for an acute abdominal pain, nausea, vomiting, constipation, and increased inflammatory marks, with a CT showing pneumoperitoneum and pneumatosis intestinalis. The p...

2002
WC Torreggiani

We report the case of a patient with partial small bowel obstruction who underwent laparotomy for possible bowel ischaemia, after imaging studies suggested pneumatosis intestinalis. At surgery, the patient was shown to have small bowel obstruction due to inspissated feeds. This paper outlines the diagnostic difficulties in this case and illustrates differentiating features of pneumatosis intest...

Journal: :International maritime health 2016
Krzysztof Korzeniewski Monika Konior Alina Augustynowicz Anna Lass Ewa Kowalska

BACKGROUND Members of the Polish Military Contingent (PMC) have been stationed in Afghanistan since 2002. They typically serve in areas characterised by low standards of sanitation which often leads to the development of food- and waterborne diseases. The aim of the study was to evaluate the prevalence of Giardia intestinalis infections among Polish soldiers deployed to Afghanistan. The researc...

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

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

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