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

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

ژورنال: Medical Laboratory Journal 2012
Dashtipour Sh (BSc), , Ghahremanlo E (MSc), , Mohamad Taheri M (MSc), , Mosavari N (PhD), , Rafiee B (MSc), , Sadeghi D (MSc), , Tebyanian M (PhD), , Zare A (PhD), ,

Abstract Background and objectives: Tuberculin is the proteins existed in tuberculosis culture medium which precipitated by trichloroacetic acid (TCA) or ammonium sulfate. Tuberculin is used for diagnosis of Tuberculosis. The aim of this study is to compare the human tuberculin produced by Razi Institute and Mycobacterium tuberculosis Culture Filtrate Protein. Material and Methods: Initially By...

Background & Objectives: Annually, many Muslims fast during the month of Ramadan worldwide. This practice has different favorable medical and physiological effects, such as improved serum lipid profile and blood glucose level due to changes in diet and sleep patterns. It has also been hypothesized that Ramadan fasting may affect the immune system. As reported, Ramadan fasting can influence the ...

Journal: :The European respiratory journal 1990
M A Shaaban M Abdul Ati G M Bahr J L Standford D N Lockwood I C McManus

Following a policy of BCG vaccination adopted in Kuwait more than 20 yrs ago, children receive their first vaccination just before starting school. Those who have a response of less than 10 mm induration to 2 tu of RT23 PPD, when they are 13 yrs old, are revaccinated. The effects of this revaccination on skin test positivity in a group of 18 yr old senior school children have been investigated....

2013

In 1937, the foundation year of the Brazilian Institute for Tuberculosis Research, three questions persisted in the researchers’ mind: “What is the real value of BCG? How to solve the problem of the chest register of large communities? When will we have a specific drug for the treatment of tuberculosis?” Along with this line of thought, the author presents a list of the Institute’s main contrib...

2010
Yining Xu Kevin Schwartzman

BACKGROUND Documentation of test results for latent tuberculosis (TB) infection is important for health care workers and students before they begin work. A negative result provides a baseline for comparison with future tests. A positive result affords a potential opportunity for treatment of latent infection when appropriate. We sought to evaluate the yield of the referral process for positive ...

Journal: :The Southeast Asian journal of tropical medicine and public health 2005
Thipchuta Bharnthong Virapong Prachayasittikul Chartchalerm Isarankura Na Ayudhya Pornpimol Premchaiporn Orawan Khow Visit Sitprija

This study was aimed to develop a dry purified protein devirative (PPD) preparation to extend the shelf-life of tuberculin PPD. Five percent sucrose (S), 6.5% mannitol (M), 2.5% trehalose (T) or 0.3% Hemaccel (H) was added to each formulation. In vivo and in vitro analyses were carried out to determine the efficacy of the lyophilized products. In the in vivo test, the delayed type hypersensitiv...

Journal: :International journal of epidemiology 1998
C Serrat G Gómez P García de Olalla J A Caylà

BACKGROUND We analyse whether the tuberculin skin test is a good survival marker in a cohort of pulmonary tuberculosis patients with HIV infection (PTB/HIV). In all, 494 PTB/HIV patients were enrolled in Barcelona (Spain) between January 1992 and December 1994 in the Tuberculosis Program of Barcelona. The main data problem was the large proportion of missing values in the covariates percentage ...

2013
Zafer Sayin

ABST RACT Mycobacterium bovis (M. bovis) infection in cattle remains a major zoonotic and economic problem in many countries. In addition, M. bovis is an important pathogen of both man and animals. The standard diagnostic test for this disease is the intradermal tuberculin test, one of the oldest immunological tests still in widespread use. However, this test can lack both sensitivity and speci...

Journal: :Pediatrics 1997
H R Yusuf C R Braden A J Greenberg A C Weltman I M Onorato S E Valway

OBJECTIVE Between November 1994 and April 1995, more than 3300 students in 49 schools in two counties in New York were potentially exposed to five school bus drivers with tuberculosis. This investigation was carried out to determine the extent of transmission of Mycobacterium tuberculosis among students. METHODS Components of the epidemiologic investigation included tuberculin skin-test scree...

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

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

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