Case Study On: Clinic Management System
Case Study On: Clinic Management System
Introduction
Features
Project description
E-R diagram
Normalization
Conclusion
Queries
Introduction:
This project includes the registration of patients, storing their details and
their records.
It has 4 entities. They are patient, Doctor, Clicnic and Record.
Patient attributes:[patient_id, patient_name, phone, Address]
Doctor attributes:[Doctor_id, Doctor_name, Qualification]
Clinic attributes: [ Clinic_id, Clinic_name, clinic_address]
Record attributes: [record_id, date of examination, problem]
Cont..
Here,
Patient_id, Doctor_id, Record_id and Clinic_id are composite keys.
(patient_id, Doctor_id,Record_id, Clinic_id)→[patient_id, Patient_name, Address,
Phone, Doctor_id, Doctor_name, Qualification, Record_id, Date of examination,
Problem, Clinic_id, Clinic_name, Clinic_Address]
Clinic_id Clinic_addresess
Patient_nameme
Address Admitted Clinic
Patients
to
Phone
Has
Has
Record_id
Problem
Records Doctor
Doctor_id Qualification
Date of Examine
Doctor_name
Patient Patient Address Phone Doctor Doctor Qualification Clinic Clinic Clinic Record DOT problem
1801 Sam sarlahi 98000 001 David MBBS 101 ABC Sarlahi 2000 1st jan Fever
1802 Bill Bara 98111 04 Danny MBBS 104 ABC Sarlahi 2001 15th Malaria
feb
1803 Nisha Jhapa 98222 03 Lara HA 103 ABC Sarlahi 2002 16th Wound
may
1804 Tara KTM 98333 02 jenny MBBS 102 ABC Sarlahi 2007 19th Cancer
dec
2 NF: A relational schema is in 2 NF if it is in 1 NF and if every non prime attribute are fully functional
dependent on primary key.
1803 03 Lara HA
1801 Sam
Doctor_name
David
Danny
Jenny
THANK YOU ………..