melaniecarr23
Programmer
I have a client table which has all our patients listed in it. Doc would like me to write up a "calendar" for the year (which WILL change). Basically, he would like to have various tasks done or checked for our patients each week in different departments.
I have created the following tables:
tbl_actions action_type action_lookup
id (key) id (key) patient_id (key)
type_id type action_id (key)
name date
calculation completed (check)
Once the patient is entered into the computer, I will need to run a calculation to populate the action_lookup table with records for each action using the calculation stored in the action table.
Before I go creating things and having to change them because I didn't set it up right, I was hoping someone could check this out. Is there a better way to set this up than how I have?
What will happen after the records are created is a query will be run on action_lookoup date and show a list of patients for the next week and what needs to be done by which staff.
I hope I gave enough information. Thanks!
I have created the following tables:
tbl_actions action_type action_lookup
id (key) id (key) patient_id (key)
type_id type action_id (key)
name date
calculation completed (check)
Once the patient is entered into the computer, I will need to run a calculation to populate the action_lookup table with records for each action using the calculation stored in the action table.
Before I go creating things and having to change them because I didn't set it up right, I was hoping someone could check this out. Is there a better way to set this up than how I have?
What will happen after the records are created is a query will be run on action_lookoup date and show a list of patients for the next week and what needs to be done by which staff.
I hope I gave enough information. Thanks!