![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
So I have two tables of Patients and Doctors and they are related through a DoctorID number that is selected in a field on the patient's record. This works good and well, theres a portal of all the patients of any give doctor on the doctor's records, and there hasn't been any problems. However, if the patient changes doctors, we run into some problems because it erases any trace that they were once with a previous doctor. any suggestions on how to allow the Patient to switch Doctors (an unspecified number of times) while still keeping a record of all previous docs? thanks in advanced. (: |
#3
| |||
| |||
|
|
So I have two tables of Patients and Doctors and they are related through a DoctorID number that is selected in a field on the patient's record. This works good and well, theres a portal of all the patients of any give doctor on the doctor's records, and there hasn't been any problems. However, if the patient changes doctors, we run into some problems because it erases any trace that they were once with a previous doctor. any suggestions on how to allow the Patient to switch Doctors (an unspecified number of times) while still keeping a record of all previous docs? thanks in advanced. (: |
#4
| |||
| |||
|
|
jackie wrote: So I have two tables of Patients and Doctors and they are related through a DoctorID number that is selected in a field on the patient's record. This works good and well, theres a portal of all the patients of any give doctor on the doctor's records, and there hasn't been any problems. However, if the patient changes doctors, we run into some problems because it erases any trace that they were once with a previous doctor. any suggestions on how to allow the Patient to switch Doctors (an unspecified number of times) while still keeping a record of all previous docs? thanks in advanced. (: new table <treatment> will help! |
|
patient | | treatment | | doctor | ---------- | |------------| |---------| ID_patient|-----| ID_patient | | | | | ID_doctor |-----|ID_doctor| +-----------+ +------------+ +---------+ |
|
-jens |
![]() |
| Thread Tools | |
| Display Modes | |
| |