Hello,
I have the 2 tables one is called a Patients another is called a Examinations. The following are my tables: It seems that have the probles there. Since A
patient can have multiple examinations on multiple dates.
Anyone can tell me what is the best way to design these table.
Thanks a lot.
JW
Patients
-------------
PatientID
First Name
Last Name
DOB
Education
Diagnosis
Diagnostic Code
SH
Examinations
-------------
Exam_ID
Patient_ID
FrSBE Total
DRS Total
MMSE Score
APeE GeneType
Visit Date
Date Of Evaluation
I have the 2 tables one is called a Patients another is called a Examinations. The following are my tables: It seems that have the probles there. Since A
patient can have multiple examinations on multiple dates.
Anyone can tell me what is the best way to design these table.
Thanks a lot.
JW
Patients
-------------
PatientID
First Name
Last Name
DOB
Education
Diagnosis
Diagnostic Code
SH
Examinations
-------------
Exam_ID
Patient_ID
FrSBE Total
DRS Total
MMSE Score
APeE GeneType
Visit Date
Date Of Evaluation