About Course
In this course, health care providers, researchers, and academicians will acquire a comprehensive understanding of vaccinology principles, mechanisms of action, and the social, economic, political, and ethical issues involved in vaccination. The course offers intensive training that will cover the: fundamentals of immunologic concepts, vaccine efficacy, and safety, selecting appropriate vaccination strategies for immunization programs, new vaccine introduction into immunization programs, vaccine research/ trial including design options, national regulatory authority, and immunization technical advisory group, vaccine hesitancy and refusal, the impact of vaccination on the epidemiology of pediatric infectious disease, identify research questions relevant for immunization programs and ethical issues.
Course Content
WordPress database error: [Table 'addiscontinental_aciph_db.wphw_commentmeta' doesn't exist]SELECT _reviews.comment_ID,
_reviews.comment_post_ID,
_reviews.comment_author,
_reviews.comment_author_email,
_reviews.comment_date,
_reviews.comment_content,
_reviews.comment_approved AS comment_status,
_reviews.user_id,
_rev_meta.meta_value AS rating,
_reviewer.display_name
FROM wphw_comments _reviews
INNER JOIN wphw_commentmeta _rev_meta
ON _reviews.comment_ID = _rev_meta.comment_id
LEFT JOIN wphw_users _reviewer
ON _reviews.user_id = _reviewer.ID
WHERE _reviews.comment_post_ID = 5717
AND _reviews.comment_type = 'tutor_course_rating'
AND (_reviews.comment_approved IN ("approved") OR _reviews.user_id IN (0))
AND _rev_meta.meta_key = 'tutor_rating'
ORDER BY _reviews.comment_ID DESC LIMIT 20 OFFSET 0
WordPress database error: [Table 'addiscontinental_aciph_db.wphw_commentmeta' doesn't exist]SELECT COUNT(DISTINCT _reviews.comment_ID)
FROM wphw_comments _reviews
INNER JOIN wphw_commentmeta _rev_meta
ON _reviews.comment_ID = _rev_meta.comment_id
LEFT JOIN wphw_users _reviewer
ON _reviews.user_id = _reviewer.ID
WHERE _reviews.comment_post_ID = 5717
AND _reviews.comment_type = 'tutor_course_rating'
AND (_reviews.comment_approved IN ("approved") OR _reviews.user_id IN (0))
AND _rev_meta.meta_key = 'tutor_rating'
ORDER BY _reviews.comment_ID DESC
WordPress database error: [Table 'addiscontinental_aciph_db.wphw_commentmeta' doesn't exist]SELECT COUNT(meta_value) AS rating_count,
SUM(meta_value) AS rating_sum
FROM wphw_comments
INNER JOIN wphw_commentmeta
ON wphw_comments.comment_ID = wphw_commentmeta.comment_id
WHERE wphw_comments.comment_post_ID = 5717
AND wphw_comments.comment_type = 'tutor_course_rating'
AND meta_key = 'tutor_rating';
Notice: Trying to get property 'rating_count' of non-object in /home3/addiscontinental/public_html/wp-content/plugins/tutor/classes/Utils.php on line 3736
WordPress database error: [Table 'addiscontinental_aciph_db.wphw_commentmeta' doesn't exist]SELECT _comment.comment_ID,
_comment.comment_post_ID,
_comment.comment_author,
_comment.comment_author_email,
_comment.comment_date,
_comment.comment_content,
_comment.comment_approved AS comment_status,
_comment.user_id,
_meta.meta_value as rating,
_course.post_title AS course_title,
_student.display_name
FROM wphw_comments _comment
INNER JOIN wphw_commentmeta _meta
ON _comment.comment_ID = _meta.comment_id
INNER JOIN wphw_posts _course
ON _comment.comment_post_ID=_course.ID
INNER JOIN wphw_users _student
ON _comment.user_id = _student.ID
WHERE _comment.comment_type = 'tutor_course_rating'
AND _meta.meta_key = 'tutor_rating'
AND _comment.user_id=0
AND _comment.comment_post_ID IN (5717)
AND _comment.comment_approved IN ("approved","hold")
ORDER BY _comment.comment_ID DESC
LIMIT 0, 150;