Which Vaccinations Are You Current (Up to Date)? (CDC, US Immunizations 2009)


View Poll Results: Which Immunizations (Vaccines) Are You Up-To-Day Today? (CDC, US Immunizations 2009)
Measles, mumps, rubella (MMR) 6 66.67%
Tetanus, diptheria, pertussis (Td/Tdap, last 10 years) 6 66.67%
Varicella (Chicken pox) - Natural immunity or by vaccine. 5 55.56%
Pneumococcal (polysaccharide) 4 44.44%
Seasonal influenza 4 44.44%
Meningococcal 3 33.33%
Hepatitis A 2 22.22%
Hepatitis B 2 22.22%
Zoster 2 22.22%
A(H1N1) 1 11.11%
Human papillomavirus (HPV, females only of course) 1 11.11%
Multiple Choice Poll. Voters: 9. This poll is closed

 
Thread Tools Search this Thread
The Lounge What is on Your Mind? Which Vaccinations Are You Current (Up to Date)? (CDC, US Immunizations 2009)
# 8  
Old 11-11-2009
I voted chicken pox because I had it as a child - I would vote for smallpox as I am the generation where it had been mandantory in my country. That's it.
I am not against it but I am allergic against everything. My last pertussis vaccination - I think I had been anywhere in my 20ies - almost killed me due to anaphylactic shock. That made me pretty careful.
If I am going to a high-risk-area I will probably have to get the mandantory immunizations - so I simply dont go to these places any more.
# 9  
Old 11-13-2009
Quote:
Originally Posted by Neo
Note: You can change your vote if you get new immunizations.
I don't see a way to do that except perhaps using my Admin ability to edit the poll. Smilie
# 10  
Old 11-13-2009
Quote:
Originally Posted by Perderabo
I don't see a way to do that except perhaps using my Admin ability to edit the poll. Smilie
It is working again now:

Quote:
Multiple Choice Poll. Voters: 8. You have already voted on this poll Change Your Vote
The reason was that we lost the "change vote" feature when I disabled write-ins (to keep this poll pegged to the CDC attachment).

PS: So, please don't write any any more vaccines in this poll, so we can keep this poll pegged to the CDC PDF (attached before) but permit vote changes.
# 11  
Old 11-14-2009
Your list is interesting. Several times in past few days I was offered a vaccine against "Pneumonia". Well my doctor never mentioned that and I was totally locked in "get h1n1" mode so I didn't even want to talk about other vaccines. This morning I got to thinking about it and I realized that I have always considered pneumonia to be a symptom not a single disease. Wilipedia seems to agree "Treatment depends on the cause of pneumonia; bacterial pneumonia is treated with antibiotics." Maybe it was that "Pneumococcal (polysaccharide)" thing? If not I wonder what it was? (And yes, I realize now that I should have asked the nurses who were pushing it.)
# 12  
Old 11-14-2009
I recently took the Pneumococcal (polysaccharide) - Pneumonia vaccine. It is a lot of extra antibodies for very little money. Better to have a lot of friendly antibodies in reserve. It is easy and cheap.

Many folks, from what I read, get Pneumonia when the are in the hospital for something else..... a different infection, an accident, etc.

Actually, according to the CDN PDF file, I am not in the risk group that need the Pneumonia vaccine, but since I travel overseas a lot, I think it is a good idea anyway. I think I paid around $30 USD for my shot.

Small money. Lots of friendly antibodies looking after me Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

How to replace a parameter(variable) date value inside a text files daily with current date?

Hello All, we what we call a parameter file (.txt) where my application read dynamic values when the job is triggered, one of such values are below: abc.txt ------------------ line1 line2 line3 $$EDWS_DATE_INSERT=08-27-2019 line4 $$EDWS_PREV_DATE_INSERT=08-26-2019 I am trying to... (1 Reply)
Discussion started by: pradeepp
1 Replies

2. UNIX for Beginners Questions & Answers

“sed” replace date in text file with current date

We want to call a parameter file (.txt) where my application read dynamic values when the job is triggered, one of such values are below: abc.txt ------------------ Code: line1 line2 line3 $$EDWS_DATE_INSERT=08-27-2019 line4 $$EDWS_PREV_DATE_INSERT=08-26-2019 I am trying to write a... (3 Replies)
Discussion started by: pradeepp
3 Replies

3. Linux

How to calculate the quarter end date according to the current date in shell script?

Hi, My question is how to calculate the quarter end date according to the current date in shell script? (2 Replies)
Discussion started by: Divya_1234
2 Replies

4. UNIX for Beginners Questions & Answers

UNIX script to replace old date with current date dynamically in multiple files present in a folder

I am trying to work on a script where it is a *(star) delimited file has a multiple lines starts with RTG and 3rd column=TD8 I want to substring the date part and I want to replace with currentdate minus 15 days. Here is an example. iam using AIX server $ cat temp.txt RTG*888*TD8*20180201~... (1 Reply)
Discussion started by: Shankar455
1 Replies

5. HP-UX

awk command in hp UNIX subtract 30 days automatically from current date without date illegal option

current date command runs well awk -v t="$(date +%Y-%m-%d)" -F "'" '$1 < t' myname.dat subtract 30 days fails awk -v t="$(date --date="-30days" +%Y-%m-%d)" -F "'" '$1 < t' myname.dat awk command in hp unix subtract 30 days automatically from current date without date illegal option error... (20 Replies)
Discussion started by: kmarcus
20 Replies

6. UNIX for Dummies Questions & Answers

Adding hours and minutes to current date (Only to date not to time)

Hi, I want to add some hours and minutes to the current date. For example, if the current date is "July 16, 2012 15:20", i want to add 5 hours 30 minutes to "July 16, 2012 00:00" not to "July 16, 2012 15:20". Please help. Thanks! (4 Replies)
Discussion started by: manojgarg
4 Replies

7. Shell Programming and Scripting

Fetch date of 7 years back from current date in Perl

$beginDate = substr(DateCalc("today", "-7Days"),0,8); This fetches the date 7 days back Can I fetch the date before 7 years from todays date in Perl using same syntax Use code tags, see PM. (3 Replies)
Discussion started by: parthmittal2007
3 Replies

8. UNIX for Dummies Questions & Answers

Delete a row from a file if one column containing a date is greater than the current system date

Hello gurus, I am hoping someone can help me with the required code/script to make this work. I have the following file with records starting at line 4: NETW~US60~000000000013220694~002~~IT~USD~2.24~20110201~99991231~01~01~20101104~... (4 Replies)
Discussion started by: chumsky
4 Replies

9. Shell Programming and Scripting

Date One Week Ago From Given Date, Not From Current Date

Hi all, I've used various scripts in the past to work out the date last week from the current date, however I now have a need to work out the date 1 week from a given date. So for example, if I have a date of the 23rd July 2010, I would like a script that can work out that one week back was... (4 Replies)
Discussion started by: Donkey25
4 Replies

10. Shell Programming and Scripting

Perl: Extracting date from file name and comparing with current date

I need to extract the date part from the file name (20080221 in this ex) and compare it with the current date and delete it, if it is a past date. $file = exp_ABCD4_T-2584780_upto_20080221.dmp.Z really appreciate any help. thanks mkneni (4 Replies)
Discussion started by: MKNENI
4 Replies
Login or Register to Ask a Question