نتایج جستجو برای: chlamydophila pneumonia

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

Journal: :Journal of clinical microbiology 2004
Corinna Hermann Katja Gueinzius Albrecht Oehme Sonja Von Aulock Eberhard Straube Thomas Hartung

We previously reported a high degree of variation in the sensitivities of serodiagnostic kits for the detection of Chlamydophila pneumoniae in sera from healthy donors. Since a low predictive value of a test can impair its diagnostic value, we have extended our studies to samples from patients with pneumonia. We focused on the most promising enzyme-linked immunosorbent assays (ELISAs) (SeroCP a...

Journal: :Theoretical population biology 2002
I King Jordan Igor B Rogozin Yuri I Wolf Eugene V Koonin

The availability of multiple complete genome sequences from the same species can facilitate attempts to systematically address basic questions in genome evolution. We refer to such efforts as "microevolutionary genomics". We report the results of comparative analyses of complete intraspecific genome (and proteome) sequences from four bacterial species--Chlamydophila pneumoniae, Escherichia coli...

Journal: :The new microbiologica 2010
Rosa Monno Luciana Fumarola Paolo Trerotoli Giorgia Giannelli Michele Correale Daniele Brunetti Matteo Di Biase

We investigated the presence of Chlamydophila pneumoniae antibodies in 125 patients with cardiovascular disease and in 128 controls. C. pneumoniae antibodies were measured by microimmunofluorescence assay. A significantly high prevalence of IgG C. pneumoniae antibodies at titre > or = 8 was found in patients (84%) in comparison to controls (47.6%). Considering as cut-off the IgG titre > or = 32...

Journal: :Infection and immunity 2001
S Haranaga H Yamaguchi H Friedman S Izumi Y Yamamoto

The obligate intracellular pathogen Chlamydia (Chlamydophila) pneumoniae is known to be associated with some chronic inflammatory diseases, such as atherosclerosis. Interaction between C. pneumoniae and immune cells is important in the development of such diseases. However, susceptibility of immune cells, particularly lymphocytes, to C. pneumoniae infection has not been reported, even though ly...

Journal: :Cardiovascular research 2005
Martijn D de Kruif Eric C M van Gorp Tymen T Keller Jacobus M Ossewaarde Hugo ten Cate

Mouse models have been frequently used in the study of Chlamydia pneumoniae (also known as Chlamydophila pneumoniae) infections. This gram-negative obligate intracellular bacterium causes respiratory infections, followed by dissemination of the bacterium to various organs throughout the body, including cardiovascular tissues, supporting the current hypothesis of a relationship between C. pneumo...

Journal: :The European respiratory journal 2004
G L Biscione J Corne A J Chauhan S L Johnston

Previous studies have suggested that chronic Chlamydophila pneumoniae infection may play a role in the pathogenesis of asthma. However, most studies have been based on serology and have been unable to differentiate acute from chronic infection. The present authors assessed the presence of acute and chronic C. pneumoniae infection in 74 spouse pairs, each consisting of one atopic asthmatic and o...

Journal: :Journal of clinical microbiology 1991
S P Wang J T Grayston

Methanol, used for fixing chlamydia organisms to microscopic slides, was shown to eliminate the antigenic reactivity of Chlamydia pneumoniae elementary bodies with fluorescent antibodies. Acetone fixation had no adverse effect. Chlamydia trachomatis and Chlamydia psittaci were not affected by methanol fixation. The effect of methanol on C. pneumoniae is another characteristic that differentiate...

2011
H. Sakuma S. Niiyama Y. Amoh K. Katsuoka

We present the case history of a 48-year-old male patient with Chlamydophila (Chlamydia) pneumoniae who developed a nodular vasculitis. He developed a cutaneous vasculitis with the onset of respiratory symptoms. The diagnosis of Chlamydophila pneumoniae infection was based on serology. Since this infection is very common in our population, although often asymptomatic, it should be systematicall...

2005
J. Corne

BISCIONE et al. [1] reported a significant association of upper airway Chlamydophila pneumoniae RT-PCR positivity in atopic asthmatics (cumulative rate 22%) compared with nonatopic nonasthmatic spouses (9%). In the discussion, BISCIONE et al. [1] argued in favour of acute, rather than chronic, infection as the explanation for their observation that detection was mostly intermittent rather than ...

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

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

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