A
avilliers
I need some assistance here as I'm having trouble visualizing what I
need to do:
I have patients taking Form A of a test on one day and then some time
later the patient will take Form B of the test. There is a separate
score for each Form A and each Form B and then a combined score for
both forms for the same patient. If patients take more than one Form A/
B set of test the data has to be paired with the latest iteration of
testing to get the combined score.
What I'm having heartburn over is how to get both forms data back
together to generate the combined score.
Each patient has an unique identifier.
There is a date associated with each Form A and B. The dates will
never be equal or same day.
I'm thinking three tables: one for Form A results; one for Form B; and
lastly one that stores the combined results.
Of course there are the usual reports; Form A, Form B and the combined
scores.
I'm stumped on how to link the Form A and B together for each patient.
Ideas appreciated.
-av-
need to do:
I have patients taking Form A of a test on one day and then some time
later the patient will take Form B of the test. There is a separate
score for each Form A and each Form B and then a combined score for
both forms for the same patient. If patients take more than one Form A/
B set of test the data has to be paired with the latest iteration of
testing to get the combined score.
What I'm having heartburn over is how to get both forms data back
together to generate the combined score.
Each patient has an unique identifier.
There is a date associated with each Form A and B. The dates will
never be equal or same day.
I'm thinking three tables: one for Form A results; one for Form B; and
lastly one that stores the combined results.
Of course there are the usual reports; Form A, Form B and the combined
scores.
I'm stumped on how to link the Form A and B together for each patient.
Ideas appreciated.
-av-