- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Eye Care Appoitment System Class Diagram describes the structure of a Eye Care Appoitment System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Eye Care Appoitment System are Doctor, Patient, Test, Spectacles, Appointment, Booking.
Classes of Eye Care Appoitment System Class Diagram:
- Doctor Class : Manage all the operations of Doctor
- Patient Class : Manage all the operations of Patient
- Test Class : Manage all the operations of Test
- Spectacles Class : Manage all the operations of Spectacles
- Appointment Class : Manage all the operations of Appointment
- Booking Class : Manage all the operations of Booking
Classes and their attributes of Eye Care Appoitment System Class Diagram:
- Doctor Attributes : doctor_id, doctor_name, doctor_specialist, doctor_mobile, doctor_email, doctor_username, doctor_password, doctor_address
- Patient Attributes : patient_id, patient_name, patient_mobile, patient_email, patient_username, patient_password, patient_address,
- Test Attributes : test_id, test_patient_id, test_name, test_type, test_cost, test_report, test_description
- Spectacles Attributes : spectacle_id, spectacle_patient_id, spectacle_number, spectacle_type, spectacle_description
- Appointment Attributes : appointment_id, appointment_doctor_id, appointment_number, appointment_type, appointment_date, appointment_description
- Booking Attributes : booking_id, booking_title, booking_type, booking_appointmnet booking_date, booking_description
Classes and their methods of Eye Care Appoitment System Class Diagram:
- Doctor Methods : addDoctor(), editDoctor(), deleteDoctor(), updateDoctor(), saveDoctor(), searchDoctor()
- Patient Methods : addPatient(), editPatient(), deletePatient(), updatePatient(), savePatient(), searchPatient()
- Test Methods : addTest(), editTest(), deleteTest(), updateTest(), saveTest(), searchTest()
- Spectacles Methods : addSpectacles(), editSpectacles(), deleteSpectacles(), updateSpectacles(), saveSpectacles(), searchSpectacles()
- Appointment Methods : addAppointment(), editAppointment(), deleteAppointment(), updateAppointment(), saveAppointment(), searchAppointment()
- Booking Methods : addBooking(), editBooking(), deleteBooking(), updateBooking(), saveBooking(), searchBooking()
Class Diagram of Eye Care Appoitment System :
Class Diagram Image: