- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Doctor Appointment System Class Diagram describes the structure of a Doctor Appointment System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Doctor Appointment System are Doctors, Appointment, Booking, Fees, schedule, Clinics.
Classes of Doctor Appointment System Class Diagram:
- Doctors Class : Manage all the operations of Doctors
- Appointment Class : Manage all the operations of Appointment
- Booking Class : Manage all the operations of Booking
- Fees Class : Manage all the operations of Fees
- schedule Class : Manage all the operations of schedule
- Clinics Class : Manage all the operations of Clinics
Classes and their attributes of Doctor Appointment System Class Diagram:
- Doctors Attributes : doctor_id, doctor_name, doctor_specialist, doctor_mobile, doctor_email, doctor_username, doctor_password, doctor_address
- Appointment Attributes : appointment_id, appointment_doctor_id, appointment_number, appointment_type, appointment_date, appointment_description
- Booking Attributes : booking_id, booking_title, booking_type, booking_appointment, booking_date, booking_description
- Fees Attributes : doctor_fee_id, doctor_fee_doctor_id, doctor_fee_amount, doctor_fee_total, doctor_fee_payment, doctor_fee_type, doctor_fee_description
- schedule Attributes : doctor_schedule_id, doctor_schedule_time, doctor_schedule_type, doctor_schedule_date, doctor_schedule_description
- Clinics Attributes : clinic_id, clinic_doctor_id, clinic_name, clinic_place, clinic_type, clinic_description, clinic_address
Classes and their methods of Doctor Appointment System Class Diagram:
- Doctors Methods : addDoctors(), editDoctors(), deleteDoctors(), updateDoctors(), saveDoctors(), searchDoctors()
- Appointment Methods : addAppointment(), editAppointment(), deleteAppointment(), updateAppointment(), saveAppointment(), searchAppointment()
- Booking Methods : addBooking(), editBooking(), deleteBooking(), updateBooking(), saveBooking(), searchBooking()
- Fees Methods : addFees(), editFees(), deleteFees(), updateFees(), saveFees(), searchFees()
- schedule Methods : addschedule(), editschedule(), deleteschedule(), updateschedule(), saveschedule(), searchschedule()
- Clinics Methods : addClinics(), editClinics(), deleteClinics(), updateClinics(), saveClinics(), searchClinics()
Class Diagram of Doctor Appointment System :
Class Diagram Image: