نتایج جستجو برای: tuberculin tests

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

2000

Introduction I. Epidemiology II. Transmission of Mycobacterium tuberculosis III. Pathogenesis of Tuberculosis IV. Clinical Manifestations of Tuberculosis A. Systemic Effects of Tuberculosis B. Pulmonary Tuberculosis C. Extrapulmonary Tuberculosis V. Diagnostic Microbiology A. Laboratory Services for Mycobacterial Diseases B. Collection of Specimens for Demonstration of Tubercle Bacilli C. Trans...

Journal: :The European respiratory journal 2006
P Wrighton-Smith J-P Zellweger

The aim of the present study was to compare the direct costs of three models for detection of latent tuberculosis infection (LTBI) in routine clinical practice in Switzerland. Comparison of the overall costs of screening for LTBI, including medical and radiological examination, and preventive treatment associated with three screening models was carried out. Model 1 relies only on the tuberculin...

Journal: :Infection control and hospital epidemiology 1998
J W Shields

solution available in clinical settings, especially when current Centers for Disease Control and Prevention guidelines state that only solutions of PPD containing 5 TU/0.1 mL should be used.1 We have discontinued the 250 TU formulation in our institution. We urge caution in the interpretation of tuberculin tests and suggest careful examination of the strength of the solution before administration.

Journal: :The European respiratory journal 2008
P Beffa A Zellweger J P Janssens P Wrighton-Smith J P Zellweger

Interferon-gamma release assays for the diagnosis of tuberculosis (TB) can give indeterminate results. The prevalence of indeterminate test results (ITRs) among T-SPOT.TB tests was assessed. A retrospective analysis of samples processed in 2005 was performed. ITRs were assessed by age, sex, immunosuppression, distance to the laboratory and season. A subgroup of tests performed for specific indi...

Journal: :JAMA 2001
P O Ozuah T P Ozuah R E Stein W Burton M Mulvihill

CONTEXT Universal tuberculin skin testing of children has been shown to be costly and inefficient. In response, several authorities have recommended targeted screening based on epidemiological risk. In 1996, the New York City Department of Health (NYCDOH) developed questions to identify children who require a tuberculin skin test. OBJECTIVE To determine the sensitivity, specificity, and predi...

2014

Tumour necrosis factor (TNF)-a antagonists, such as infliximab, adalimumab and etanercept, are widely used to treat immune-mediated inflammatory diseases. These drugs increase the risk of latent infection with Mycobacterium tuberculosis (LTBI) reactivation [1, 2]. Tuberculosis (TB) preventative chemotherapy significantly reduces this risk (74%); hence, in the UK, patients are screened for LTBI ...

Journal: :international journal of infection 0
fatihe kermansaravi pregnancy health research center, zahedan university of medical sciences, zahedan, iran maliheh metanat infectious diseases and tropical medicine research center, zahedan university of medical sciences, zahedan, ir iran; infectious diseases and tropical medicine research center, zahedan university of medical sciences, zahedan, ir iran. tel: +98-5413218101-2, fax: +98-5412418421 batool sharifi-mood infectious diseases and tropical medicine research center, zahedan university of medical sciences, zahedan, ir iran

background according to several studies, diabetes mellitus has been recognized as one of the main risk factors for pulmonary tuberculosis (ptb). objectives the main purpose of this study was to determine the frequency of smear-positive pulmonary tuberculosis (tb) in patients with diabetes. materials and methods this cross-sectional study was conducted from april 2010 to december 2011 in ali asg...

2013
Joseba M. Garrido Patricia Vazquez Elena Molina Jose M. Plazaola Iker A. Sevilla Maria V. Geijo Marta Alonso-Hearn Ramon A. Juste

Although there is a wide consensus on the efficacy of paratuberculosis vaccination to limit economic losses, its use has been restricted because of its interference in the diagnosis of tuberculosis. Data from a vaccine clinical trial in the Basque Country (Spain) has been evaluated in relationship with bovine tuberculosis intradermal test results. The trial included two herds applying a Test an...

2011
Albert Nienhaus Anja Schablon José Torres Costa Roland Diel

BACKGROUND Interferon-γ release assays (IGRAs) for TB have the potential to replace the tuberculin skin test (TST) in screening for latent tuberculosis infection (LTBI). The higher per-test cost of IGRAs may be compensated for by lower post-screening costs (medical attention, chest x-rays and chemoprevention), given the higher specificity of the new tests as compared to that of the conventional...

Journal: :The European respiratory journal 2013
Mohammed A Yassin Roberta Petrucci Kefyalew T Garie Greg Harper Aklilo Teshome Isabel Arbide Girum Asnake Habiba J Ahmed Tadesse Mammo Kedir Yesuf Luis E Cuevas

Current tests of tuberculosis (TB) infection (tuberculin skin test (TST), interferon (IFN)-γ-release assays (IGRAs) and IFN-γ-induced protein (IP)-10) have limitations and their value when used consecutively to identify infected children has not been explored. This study describes TST, IGRA and IP-10 responses in children in contact with adults with TB, the agreement of the tests and whether us...

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

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

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