T
Tejas
I'm currently working on a database for a Neurology department. It is is
somewhat of a complicated design (at least I think so), and so any input into
the design would be useful. We have a several stroke patients that come into
our lab. I have created a table for them called Demographics, of which,
PatientID is the primary key.
I want to now link this table to their treatment data, but there are several
constraints.
1) Depending on the type of stroke a patient has, they can be placed in a
different treatment. This is not a big deal, because I can filter diagnosis
type through using Access Queries.
2) There are seven different treatments in this lab. A patient can take more
than one treatment (though not at the same time). Each treatment has a unique
set of tests assigned to them. In addition, all the tests within each
treatment are administered at different time points (i.e. Baseline, Interim,
Post Treatment etc).
For example (treatment names are made up)
can take which has tests
which are given at
Patient --------------> Zizaparole ----------------------> A, B, C, D... ----
--------------------> Baseline, Interim...
It is important to note that ALL of tests A, B, C, D... are re-administered
at each session (Baseline, Interim) etc...
What would be the most efficient design? Any help would be useful.
Thanks,
Tejas
somewhat of a complicated design (at least I think so), and so any input into
the design would be useful. We have a several stroke patients that come into
our lab. I have created a table for them called Demographics, of which,
PatientID is the primary key.
I want to now link this table to their treatment data, but there are several
constraints.
1) Depending on the type of stroke a patient has, they can be placed in a
different treatment. This is not a big deal, because I can filter diagnosis
type through using Access Queries.
2) There are seven different treatments in this lab. A patient can take more
than one treatment (though not at the same time). Each treatment has a unique
set of tests assigned to them. In addition, all the tests within each
treatment are administered at different time points (i.e. Baseline, Interim,
Post Treatment etc).
For example (treatment names are made up)
can take which has tests
which are given at
Patient --------------> Zizaparole ----------------------> A, B, C, D... ----
--------------------> Baseline, Interim...
It is important to note that ALL of tests A, B, C, D... are re-administered
at each session (Baseline, Interim) etc...
What would be the most efficient design? Any help would be useful.
Thanks,
Tejas