نتایج جستجو برای: pentavalent vaccine

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

Journal: :Health policy and planning 2013
Madhu Gupta Shankar Prinja Rajesh Kumar Manmeet Kaur

OBJECTIVE In India, Haemophilus influenzae type b (Hib) vaccine introduction in the universal immunization programme requires evidence of its potential health impact and cost-effectiveness, as it is a costly vaccine. Since childhood mortality, vaccination coverage and health service utilization vary across states, the cost-effectiveness of introducing Hib vaccine was studied in Haryana state. ...

2017
Joann F. Gruber Lucinda M. Gruber Rachel Palmieri Weber Sylvia Becker-Dreps Michele Jonsson Funk

BACKGROUND Rotavirus vaccine schedules may impact vaccine response among children in low- and middle-income countries (LMICs). Our objective was to review the literature evaluating the effects of monovalent (RV1) or pentavalent rotavirus vaccines schedules on vaccine response. METHODS We searched PubMed, Web of Science, Embase, and ClinicalTrials.gov for eligible trials conducted in LMICs com...

Journal: :Clinical microbiology reviews 2008
Penelope H Dennehy

Rotavirus infection is the most common cause of severe diarrhea disease in infants and young children worldwide and continues to have a major global impact on childhood morbidity and mortality. Vaccination is the only control measure likely to have a significant impact on the incidence of severe dehydrating rotavirus disease. In 1999, a highly efficacious rotavirus vaccine licensed in the Unite...

Journal: :Pediatrics 2001
A Cooper H Yusuf L Rodewald T Malik R Pollard L Pickering

OBJECTIVES To explore practices and attitudes of pediatricians toward administration of the first dose of hepatitis B vaccine to infants, and to identify factors influencing the decision of pediatricians to initiate immunization at birth versus at 1 to 2 months of age. METHODS A random sample of 600 pediatricians obtained from the American Academy of Pediatrics membership database was surveye...

2009
Cesar Miranda-Verastegui GianFranco Tulliano Theresa W. Gyorkos Wessmark Calderon Elham Rahme Brian Ward Maria Cruz Alejandro Llanos-Cuentas Greg Matlashewski

BACKGROUND Current therapies for cutaneous leishmaniasis are limited by poor efficacy, long-term course of treatment, and the development of resistance. We evaluated if pentavalent antimony (an anti-parasitic drug) combined with imiquimod (an immunomodulator) was more effective than pentavalent antimony alone in patients who had not previously been treated. METHODS A randomized double-blind c...

Journal: :Clinical Trials (London, England) 2008
Joseph F Heyse Barbara J Kuter Michael J Dallas Penny Heaton

The Rotavirus Efficacy and Safety Trial (REST) was a blinded, placebo-controlled study of the live pentavalent human-bovine vaccine, RotaTeq (Merck & Co. Inc., West Point, PA). REST was noteworthy because its primary objective was to evaluate the safety of RotaTeq with regard to intussusception, a rare intestinal illness that occurs with a background incidence of approximately 50 cases per 100 ...

Journal: :Clinical and vaccine immunology : CVI 2011
Timo Vesikari Aino Karvonen Ray Borrow Nick Kitchin Martine Baudin Stéphane Thomas Anne Fiquet

RotaTeq (Merck & Co. Inc./Sanofi Pasteur MSD) is a three-dose, oral pentavalent rotavirus vaccine for the immunization of infants from 6 weeks of age for the prevention of rotavirus gastroenteritis. The primary objective of the present trial was to demonstrate that RotaTeq can be coadministered with meningococcal serogroup C conjugate vaccine (MenCC; NeisVac-C; Baxter Healthcare) to healthy inf...

2012
Greg L. Plosker

The most common cause of severe diarrhea in infants and young children is rotavirus gastroenteritis (RVGE), which is associated with significant morbidity, healthcare resource use, and direct and indirect costs in industrialized nations. The monovalent rotavirus vaccine RIX4414 (Rotarix™) is administered as a two-dose oral series in infants and has demonstrated protective efficacy against RVGE ...

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

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

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