- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Dental Hospital Management Class Diagram describes the structure of a Dental Hospital Management classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Dental Hospital Management are Dental Problems, Patient, Doctors, Nurses, Appointments, Medicines.
Classes of Dental Hospital Management Class Diagram:
- Dental Problems Class : Manage all the operations of Dental Problems
- Patient Class : Manage all the operations of Patient
- Doctors Class : Manage all the operations of Doctors
- Nurses Class : Manage all the operations of Nurses
- Appointments Class : Manage all the operations of Appointments
- Medicines Class : Manage all the operations of Medicines
Classes and their attributes of Dental Hospital Management Class Diagram:
- Dental Problems Attributes : problem_id, problem_name, problem_type, problem_description
- Patient Attributes : patient_id, patient_name, patient_mobile, patient_email, patient_username, patient_password, patient_address,
- Doctors Attributes : doctor_id, doctor_name, doctor_specialist, doctor_mobile, doctor_email, doctor_username, doctor_password, doctor_address
- Nurses Attributes : nurse_id, nurse_name, nurse_duty_hour, nurse_mobile, nurse_email, nurse_username, nurse_password, nurse_address,
- Appointments Attributes : appointment_id, appointment_doctor_id, appointment_number, appointment_type, appointment_date, appointment_description
- Medicines Attributes : medicine_id, medicine_name, medicine_company, medicine_composition, medicine_cost, medicine_type, medicine_dose, medicine_description
Classes and their methods of Dental Hospital Management Class Diagram:
- Dental Problems Methods : addDental Problems(), editDental Problems(), deleteDental Problems(), updateDental Problems(), saveDental Problems(), searchDental Problems()
- Patient Methods : addPatient(), editPatient(), deletePatient(), updatePatient(), savePatient(), searchPatient()
- Doctors Methods : addDoctors(), editDoctors(), deleteDoctors(), updateDoctors(), saveDoctors(), searchDoctors()
- Nurses Methods : addNurses(), editNurses(), deleteNurses(), updateNurses(), saveNurses(), searchNurses()
- Appointments Methods : addAppointments(), editAppointments(), deleteAppointments(), updateAppointments(), saveAppointments(), searchAppointments()
- Medicines Methods : addMedicines(), editMedicines(), deleteMedicines(), updateMedicines(), saveMedicines(), searchMedicines()
Class Diagram of Dental Hospital Management :
Class Diagram Image: