- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Health Care Appointment System Class Diagram describes the structure of a Health Care Appointment System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Health Care Appointment System are Health Care, Booking, Appointment, Customer, Medicine, Test.
Classes of Health Care Appointment System Class Diagram:
- Health Care Class : Manage all the operations of Health Care
- Booking Class : Manage all the operations of Booking
- Appointment Class : Manage all the operations of Appointment
- Customer Class : Manage all the operations of Customer
- Medicine Class : Manage all the operations of Medicine
- Test Class : Manage all the operations of Test
Classes and their attributes of Health Care Appointment System Class Diagram:
- Health Care Attributes : health_care_id, health_care_name, health_care_type, health_care_description
- Booking Attributes : booking_id, booking_title, booking_type, booking_appointment, booking_date, booking_description
- Appointment Attributes : appointment_id, appointment_doctor_id, appointment_number, appointment_type, appointment_date, appointment_description
- Customer Attributes : customer_id, customer_name, customer_mobile, customer_email, customer_username, customer_password, customer_address
- Medicine Attributes : medicine_id, medicine_name, medicine_company, medicine_composition, medicine_cost, medicine_type, medicine_dose, medicine_description
- Test Attributes : test_id, test_patient_id, test_name, test_type, test_cost, test_report, test_description
Classes and their methods of Health Care Appointment System Class Diagram:
- Health Care Methods : addHealth Care(), editHealth Care(), deleteHealth Care(), updateHealth Care(), saveHealth Care(), searchHealth Care()
- Booking Methods : addBooking(), editBooking(), deleteBooking(), updateBooking(), saveBooking(), searchBooking()
- Appointment Methods : addAppointment(), editAppointment(), deleteAppointment(), updateAppointment(), saveAppointment(), searchAppointment()
- Customer Methods : addCustomer(), editCustomer(), deleteCustomer(), updateCustomer(), saveCustomer(), searchCustomer()
- Medicine Methods : addMedicine(), editMedicine(), deleteMedicine(), updateMedicine(), saveMedicine(), searchMedicine()
- Test Methods : addTest(), editTest(), deleteTest(), updateTest(), saveTest(), searchTest()
Class Diagram of Health Care Appointment System :
Class Diagram Image: