J
JRD
I would be grateful for some help!
I need to create a program that can calculate a score based on data entered
by the user.
The user will need to enter data from patients with coronary disease.
The first question will be "how many coronary narrowings are present"
Then there will need to be a series of questions for each coronary narrowing.
So if there are 3 narrowings, then the program will need to go through a
series of "sub-questions" for each coronary narrowing. when it has finished
the questions on the 1st narrowing, then it will ask the same sub questions
for the 2nd narrowing and then the 3rd.
At the end it will need to calculate a score based on the answers to the
questions.
For example
Question 1: How many narrowings are there? Answer 2
Narrowing 1:
Question 1.1: Which artery does it affect. Answer: Left coronary
Question 1.2: IS the narrowing causing more that 90% blockage. Answer: Yes
Narrowing 2:
Question 2.1: Which artery does it affect. Answer: Right coronary
Question 2.2: IS the narrowing causing more that 90% blockage. Answer: No
Score calculation:
If Question 1.1 = L coronary then multiply by score by 5
If Question 1.1 - Right coronary then multiply score by 3
If Question 1.2 = Yes then score 5, If = No then score 2
Based on the calculation algorithm the score for narrowing 1 would be 5x5=25
and for narrowing 2 would be 3x2=6
Can anyone tell me whether access 2007 can deal with this sort of problem.
If so, how best do I get started, if not which program can I use?
Many thanks
JD
I need to create a program that can calculate a score based on data entered
by the user.
The user will need to enter data from patients with coronary disease.
The first question will be "how many coronary narrowings are present"
Then there will need to be a series of questions for each coronary narrowing.
So if there are 3 narrowings, then the program will need to go through a
series of "sub-questions" for each coronary narrowing. when it has finished
the questions on the 1st narrowing, then it will ask the same sub questions
for the 2nd narrowing and then the 3rd.
At the end it will need to calculate a score based on the answers to the
questions.
For example
Question 1: How many narrowings are there? Answer 2
Narrowing 1:
Question 1.1: Which artery does it affect. Answer: Left coronary
Question 1.2: IS the narrowing causing more that 90% blockage. Answer: Yes
Narrowing 2:
Question 2.1: Which artery does it affect. Answer: Right coronary
Question 2.2: IS the narrowing causing more that 90% blockage. Answer: No
Score calculation:
If Question 1.1 = L coronary then multiply by score by 5
If Question 1.1 - Right coronary then multiply score by 3
If Question 1.2 = Yes then score 5, If = No then score 2
Based on the calculation algorithm the score for narrowing 1 would be 5x5=25
and for narrowing 2 would be 3x2=6
Can anyone tell me whether access 2007 can deal with this sort of problem.
If so, how best do I get started, if not which program can I use?
Many thanks
JD