Hi,
I am trying to develop a database with a table that has patient information in it. This table should hold the following:
1) Patient number
2)Name
3) Age
4)Gender
5)Allergies
The patient can have more than one allergy ( penicillin, seafood, sulfa drugs, latex, no allergy). I am having trouble designing this particular field. Now the user of the database keys in the information and the idea is to give him a list box with the allergies listed and have him click whatever is applicable. In a such a case would I have to create separate variables for each allergy and store a yes or no value in them depending on whether the user picks that allergy from the list or not?
In other words, instead of having one field named allergies should i have 5 fields: penicillin, seafood, sulfa drugs, latex, no allergy with field type yes/no?
I would appreciate it if someone can help me with this!
Thanks,
Vidya
I am trying to develop a database with a table that has patient information in it. This table should hold the following:
1) Patient number
2)Name
3) Age
4)Gender
5)Allergies
The patient can have more than one allergy ( penicillin, seafood, sulfa drugs, latex, no allergy). I am having trouble designing this particular field. Now the user of the database keys in the information and the idea is to give him a list box with the allergies listed and have him click whatever is applicable. In a such a case would I have to create separate variables for each allergy and store a yes or no value in them depending on whether the user picks that allergy from the list or not?
In other words, instead of having one field named allergies should i have 5 fields: penicillin, seafood, sulfa drugs, latex, no allergy with field type yes/no?
I would appreciate it if someone can help me with this!
Thanks,
Vidya