<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.wintec.ac.nz/dtd/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head id="ctl00_Head1"><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0" /><link id="ctl00_mobilestylesheet" href="../../SharedControls/css/mobiledevicestyle.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="/javascript/AllScriptsCompressed.js"></script>
<title>
	Wintec Prepares for the Annual Flu Season, News, Wintec
</title>
<title>Wintec Prepares for the Annual Flu Season, News, Wintec</title>
</head>

<body class="HasBackground">

<form name="aspnetForm" method="post" action="wintec-prepares-for-the-annual-flu-season.aspx" id="aspnetForm">
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUJNDMyNDU0NjAzZGQwpHDL8AltnxnoPZJEtAbBJhSeyw==" />


<div id="MobilePageHeader">
<div id="MobileImage">
<img src="http://www.wintec.ac.nz/mobile-device/images/mobile-logo.gif" alt="Wintec website for Mobile devices" title="Wintec website for mobile devices" />
</div>
<div id="MobileWintecImage">
<img src="http://www.wintec.ac.nz/mobile-device/images/wintec-logo.gif" alt="Wintec - Waikato Institute of Technology" title="Wintec - Waikato Institute of Technology" width="149" height="50" />
</div>
<div class="MobileTopMenu">
	<div class="MobileMenuItem"><a href="http://www.wintec.ac.nz/index.aspx">Home</a></div>
    <div class="MobileMenuItem"><a href="http://www.wintec.ac.nz/courses/index.aspx">Courses</a></div>
    <div class="MobileMenuItem"><a href="http://www.wintec.ac.nz/studentlife/index.aspx">Student Life</a></div>
    <div class="MobileMenuItem"><a href="http://www.wintec.ac.nz/international/index.aspx">International</a></div>
    <div class="MobileMenuItem"><a href="http://www.wintec.ac.nz/faculty/index.aspx">Faculty</a></div>
</div>
</div>

<div id="MobilePageContent">
	
<h1>Wintec News</h1>
<div class="ColumnLeft">
<h2>Wintec Prepares for the Annual Flu Season</h2>
<h6>By: Kahu Miller, Wintec Journalism student. Posted On: Thursday, 6 May 2010</h6>
<p>Wintec campuses are offering students the latest flu injection before  this year’s winter snap kicks in. </p>
<p>The vaccine is available now through the <a href="../../campus/city.aspx">city</a> and <a href="../../campus/rotokauri.aspx">Rotokauri campus</a> Health Centres at the cost of $12 for students. Health Centre staff said a large  number of staff and students have already had their immunisation shots.</p>
<p>This year the influenza vaccine has been boosted to include protection  against the pandemic influenza of 2009, Swine Flu (H1N1). It does not protect  against all strains of the virus, just those recommended by the World Health  Organisation (WHO) for New Zealand.</p>
<p>Since the world outbreak of the virus early last year, the WHO has recorded  almost 17,000 deaths across more than 200 countries.  While most of the swine flu attributed deaths  occurred around America, Europe, and Asia, there is still concern for its  possible effects here.</p>
<p>Immunisation is free for those who are considered to be 'most at risk' such as pregnant women, diabetics, and those who are aged 65 and over.</p>
<p>Primary health care nurse, Kaylene Henderson, said the <a href="../../healthcentre/index.aspx">Wintec Health Centres</a> are promoting the vaccine to try and reduce the number of people affected by influenza this year. "As a large campus the chance of the flu virus  being spread through computers or person to person contact such as sneezing, is  intensified," she said.</p>
<p>The effect the virus could have on students' study is also a factor. She said that students often continue to go to class when they have the flu because  they are worried about missing too much.</p>
<p>For those getting the vaccine there is a requirement to complete an  immunisation consent form and wait for 20 minutes after the vaccine has been  administered. This post injection wait is standard with the administration of  any vaccine as there is a slight risk a person could have an allergic reaction  to the treatment. </p>
<p>As the winter onslaught draws near, students are being encouraged to  take extra care with campus hygiene to help reduce the spreading of the virus.  Nurse Henderson recommends using the computer wipes on keyboards available from  the <a href="../../studentlife/helping/helpdesk.aspx">Student Helpdesk</a> in the hub and regular hand washing with warm water and  soap. She also recommended the use of hand sanitiser to kill germs.</p>
</div>
<div class="ColumnRightNone">
<h6 align="center"><img src="images/wintec-prepares-annual-flu-season.jpg" alt="Wintec Prepares for the Annual Flu Season" /></h6>
<h6>&nbsp;</h6>
<h6 align="center"><a href="mailto:annabel.barbosa@wintec.ac.nz"><img src="../images/reportnews.gif" alt="Got News to report?" width="130" height="118" border="0" /></a></h6>
</div>

	<div id="SideMenu">
	<br />&nbsp;
	<div class="smMainCategory">Section Links</div>
	<div id="SideMenuBtns"></div>
	

	</div>
	<script type="text/javascript">
	<!--
	    LoadMenus();
	-->
	</script>
</div>

<div id="FooterBackground">
<div id="MobilePageFooter">
<span class="SmallLinks"><a href="http://www.wintec.ac.nz/zoom/search.aspx">Search</a> | <a href="http://www.wintec.ac.nz/about/disclaimer.aspx">Disclaimer</a> | <a href="http://www.wintec.ac.nz/about/index.aspx">About Us</a> | <a href="http://www.wintec.ac.nz/mobile-device/contact.aspx">Contact Us</a> | <a href="https://staff.wintec.ac.nz/">Staff Intranet</a></span>
</div>
</div>


<script type='text/javascript'>var imgObjs = document.images;var maxWidth = 250;var maxHeight = 150;for (var i = 0; i < imgObjs.length; i++) {var obj = imgObjs[i];var origWidth = obj.width;var origHeight = obj.height;if (obj.width > obj.height) {if (obj.width > maxWidth) { obj.width = maxWidth; obj.height = origHeight * (maxWidth / origWidth); }} else {if (obj.height > maxHeight) { obj.height = maxHeight; obj.width = origWidth * (maxHeight / origHeight); }}}</script></form>

<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-6887001-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })();
</script>
</body>

</html>

