N
NC_Sue
....to track enrollment of patients into certain courses of treatment. I have
than one "status" for any given course of treatment (i.e. I may "screen" a
patient on January 1st & determine that they're ineligible, perhaps repeat
the screening process on March 1st & find that they're ineligible, then
determine that they're eligible & begin this course of treatment of April
19th). A year later, they may begin a different sort of treament altogethere.
I need to track each time a patient is screened (and for which treatment
plan) and each time they actually begin a treatment plan (including any and
all treatment plans they begin). Currently I'm entering the patient in a
"patient table" multiple times - once for each time they screen, and once for
each time they start a course of treatment. It WORKS... but I'm violating
every normalization rule known to God and man.
I'd like to redesign the database "the right way". Any clues how I should
start? I need to include (for each patient) the day they are screened, their
status (screen failure, started treatment, on to other treatment, etc), and
the course of treatment. Again, there's a possibility that any one patient
will have 2 - 3 "statuses" for any one course of treatment and more than one
course of treatment where they have a status.
Thanks.
courses of treatment (USUALLY at different times), and they may have more800 patients, > 100 treatment plans. Patients may be enrolled in multiple
than one "status" for any given course of treatment (i.e. I may "screen" a
patient on January 1st & determine that they're ineligible, perhaps repeat
the screening process on March 1st & find that they're ineligible, then
determine that they're eligible & begin this course of treatment of April
19th). A year later, they may begin a different sort of treament altogethere.
I need to track each time a patient is screened (and for which treatment
plan) and each time they actually begin a treatment plan (including any and
all treatment plans they begin). Currently I'm entering the patient in a
"patient table" multiple times - once for each time they screen, and once for
each time they start a course of treatment. It WORKS... but I'm violating
every normalization rule known to God and man.
I'd like to redesign the database "the right way". Any clues how I should
start? I need to include (for each patient) the day they are screened, their
status (screen failure, started treatment, on to other treatment, etc), and
the course of treatment. Again, there's a possibility that any one patient
will have 2 - 3 "statuses" for any one course of treatment and more than one
course of treatment where they have a status.
Thanks.