1 Attachment(s)
Radio Buttons with Different (Specific) Values
Hello all, this is my first post, so please be gentle! I am writing a program for work (I'm a nurse) that will take data from a simple "yes/no" questionnaire and calculate (based on a proven formula) the acuity, or severity, of the patient in question. This will help staff accordingly, among other things.
The issue now, is that I need to assign certain questions (really just the "yes" responses) with certain numeric values. For instance, the question:
"Does your patient have an IV?"
may be worth 1 point, whereas:
"Has your patient undergone CPR within the last 24 hours?"
may earn a 3 point value. The point is, at the end of the form, the yes values will be tallied and a score will be given (The "no" values are clearly zero points because they do not apply to the severity of that particular patient).
So, how do I assign more than a 0 1 Boolean value to the radio buttons?
Program used: Visual Studio Pro 10
Language: Visual Basic .NET Framework 4
Application Type: Windows Based
Thanks in advance!
I also apologize in advance, this is my first program...ever. I am well versed in web program and web design, so I understand logic and rationale, but this is my first go at a program.
I'm attaching a screenshot to help you better visualize what I'm mumbling on about.
Dane