Konstruere et ER-diagram for et hospital med sæt af og lægetilknytte hver patientlog forskellige testundersøgelsesledere?
[Patient]
- PatientID (primær nøgle)
- Fornavn
- Efternavn
- Alder
- Adresse
- Telefonnummer
- Forsikringsudbyder
[Læge]
- DoctorID (primær nøgle)
- Fornavn
- Efternavn
- Specialitet
[associeret]
- AssociateID (primær nøgle)
- Fornavn
- Efternavn
- Afdeling
[Prøve]
- TestID (primær nøgle)
- Testnavn
- Beskrivelse
[Undersøgelse]
- Undersøgelses-ID (primær nøgle)
- PatientID (Foreign Key References Patient.PatientID)
- DoctorID (Foreign Key References MedicalDoctor.DoctorID)
- AssociateID (Foreign Key References Associate.AssociateID)
- TestID (Foreign Key References Test.TestID)
- Dato
- Resultat
[Log]
- LogID (primær nøgle)
- PatientID (Foreign Key References Patient.PatientID)
- DoctorID (Foreign Key References MedicalDoctor.DoctorID)
- AssociateID (Foreign Key References Associate.AssociateID)
- ExaminationID (Foreign Key References Examination.ExaminationID)
- Dato
- Noter
Medical Billing