نتایج جستجو برای: trimoxazole

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

Journal: :The Lancet. Infectious diseases 2007
Rony Zachariah Anthony D Harries Chewe Luo Gretchen Bachman Stephen M Graham

Co-trimoxazole (trimethoprim-sulfamethoxazole) is a widely available antibiotic that substantially reduces HIV-related morbidity and mortality in both adults and children. Prophylaxis with co-trimoxazole is a recommended intervention of proven benefit that could serve not only as an initial step towards improving paediatric care in young children with limited access to antiretroviral treatment,...

Journal: :Genitourinary medicine 1986
G R Kinghorn I Abeywickreme M Jeavons M Rowland I Barton G Al-Hasani C W Potter E Hickmott

Forty patients presenting with first episode genital herpes were randomly allocated to seven day treatment with oral acyclovir alone, placebo alone, oral acyclovir plus co-trimoxazole, or placebo plus co-trimoxazole. Patients receiving acyclovir had significantly shorter periods of viral shedding (p less than 0.001), pain (p = 0.03), and times to lesion healing (p less than 0.05). Averaged over...

2004
A. H. CAMERON

Twenty-eight isolates of Enterobacteriaceae were obtained from inpatients and outpatients with significant urinary tract infections. The effect of co-trimoxazole or its separate components was then determined upon shake cultures of these organisms in urine obtained from healthy subjects. Co-trimoxazole did not have a significant bactericidal effect upon any of the organisms. Trimethoprim alone ...

Journal: :BMC medicine 2016
Angela M Crook Anna Turkova Victor Musiime Mutsa Bwakura-Dangarembizi Sabrina Bakeera-Kitaka Patricia Nahirya-Ntege Margaret Thomason Peter Mugyenyi Philippa Musoke Adeodata Kekitiinwa Paula Munderi Kusum Nathoo Andrew J Prendergast A Sarah Walker Diana M Gibb

BACKGROUND There are few data on tuberculosis (TB) incidence in HIV-infected children on antiretroviral therapy (ART). Observational studies suggest co-trimoxazole prophylaxis may prevent TB, but there are no randomized data supporting this. The ARROW trial, which enrolled HIV-infected children initiating ART in Uganda and Zimbabwe and included randomized cessation of co-trimoxazole prophylaxis...

Journal: :Archives of disease in childhood 1995
D Pashankar M McArdle A Robinson

A 15 year old boy presented with two episodes of aseptic meningitis-like reactions after ingestion of co-trimoxazole. The diagnosis of co-trimoxazole induced aseptic meningitis was made. This syndrome should be considered in the differential diagnosis of aseptic meningitis.

Journal: :Archives of disease in childhood 1987
C E Unter G D Abbott

A 4 year old boy with acute lymphoblastic leukaemia developed a pure red cell aplasia 13 months after entering remission and while on maintenance chemotherapy. Co-trimoxazole was also being administered for prophylaxis against Pneumocystis carinii infection. When co-trimoxazole was stopped the red cell aplasia resolved.

Journal: :Journal of clinical pathology 1974
J D Anderson R W Lacey E L Lewis M A Sellin

Co-trimoxazole was found to have a predominantly bacteriostatic effect upon 28 urinary isolates of Enterobacteriaceae in nutrient broth and was never bactericidal in artificially infected urine. The components of co-trimoxazole were tested individually and trimethoprim was found to be at least as effective as co-trimoxazole in nutrient broth and in urine. Trimethoprim alone produced some bacter...

Journal: :Lancet 1991
P B Bloland S C Redd P Kazembe R Tembenu J J Wirima C C Campbell

The efficacy of co-trimoxazole for the treatment of Plasmodium falciparum parasitaemia in children younger than 5 years of age was evaluated in Malawi. 46 children with P falciparum parasitaemia, 37% of whom also met clinical criteria for a diagnosis of acute lower respiratory tract infection, were treated with 20 mg/kg co-trimoxazole twice daily for five days. Parasitaemia (mean clearance time...

Journal: :Antimicrobial agents and chemotherapy 2014
Barbara Hasse A Sarah Walker Jan Fehr Hansjakob Furrer Matthias Hoffmann Manuel Battegay Alexandra Calmy Jacques Fellay Caroline Di Benedetto Rainer Weber Bruno Ledergerber

Co-trimoxazole reduces mortality in HIV-infected adults with tuberculosis (TB), and in vitro data suggest potential antimycobacterial activity of co-trimoxazole. We aimed to evaluate whether prophylaxis with co-trimoxazole is associated with a decreased risk of incident TB in Swiss HIV Cohort Study (SHCS) participants. We determined the incidence of TB per 1,000 person-years from January 1992 t...

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

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

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