Entity Relationship Digram (ERD)
Hospital
Id PK int
Name string
Address string
PhoneNumber int
Clinic EmployeeClinic Employee
Id PK int EmployeeId FK int Id PK int
Name string ClinicId FK int Name string
NumberOfEmployees int Salary decimal
PhoneNumber string Address string
Phone int
Doctor Nurse
Id FK int Id FK int
MedicalSpecialty string WorkingHours int
MedicalHistory int
Laboratory Test Patient
Id PK int Id PK int Id PK int
LabNumber int Description string Illness string
NumberOfRooms int Date date Age int
Device_Id FK int LaboratoryId FK int DoctorId FK int
NurseId FK int
DischargeDate date
DischargeStatus string
Bill decimal
Devices
Id PK int
DeviceName string