L
LOST
We have residents that have multiple doctors and Doctors that have multiple
residents as patients. So I am guessing that a third table needs to be
introduced to join these tables. True?
Also, we want to track all the dates of all the appointments that each
resident has.
This is what we have for tables:
Residents Table:
MedicareNumber(PK), FirstName, LastName, Building, RoomNumber, DOB,
Date(date of appointments: past, current and ongoing), Time (of
appointments), comments, MDID
Doctors Table:
MDID(PK), FirstName, LastName, Address, City, State, Zip, Phone, Fax,
Specialty
Third table contains?
MedicareNumber, MDID (do they both become the PK for this table?)
My other question is how to deal with all the multiple dates and times? Do
I create a separate table for that?
Thank you, any help would be appreciated.
residents as patients. So I am guessing that a third table needs to be
introduced to join these tables. True?
Also, we want to track all the dates of all the appointments that each
resident has.
This is what we have for tables:
Residents Table:
MedicareNumber(PK), FirstName, LastName, Building, RoomNumber, DOB,
Date(date of appointments: past, current and ongoing), Time (of
appointments), comments, MDID
Doctors Table:
MDID(PK), FirstName, LastName, Address, City, State, Zip, Phone, Fax,
Specialty
Third table contains?
MedicareNumber, MDID (do they both become the PK for this table?)
My other question is how to deal with all the multiple dates and times? Do
I create a separate table for that?
Thank you, any help would be appreciated.