- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Doctors Information System Class Diagram describes the structure of a Doctors Information System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Doctors Information System are Doctors, Degree, Fees, schedule, Clinics, Test.
Classes of Doctors Information System Class Diagram:
- Doctors Class : Manage all the operations of Doctors
- Degree Class : Manage all the operations of Degree
- Fees Class : Manage all the operations of Fees
- schedule Class : Manage all the operations of schedule
- Clinics Class : Manage all the operations of Clinics
- Test Class : Manage all the operations of Test
Classes and their attributes of Doctors Information System Class Diagram:
- Doctors Attributes : doctor_id, doctor_name, doctor_specialist, doctor_mobile, doctor_email, doctor_username, doctor_password, doctor_address
- Degree Attributes : doctor_degree_id, doctor_degree_name, doctor_degree_type, doctor_degree_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
- Test Attributes : test_id, test_patient_id, test_name, test_type, test_cost, test_report, test_description
Classes and their methods of Doctors Information System Class Diagram:
- Doctors Methods : addDoctors(), editDoctors(), deleteDoctors(), updateDoctors(), saveDoctors(), searchDoctors()
- Degree Methods : addDegree(), editDegree(), deleteDegree(), updateDegree(), saveDegree(), searchDegree()
- Fees Methods : addFees(), editFees(), deleteFees(), updateFees(), saveFees(), searchFees()
- schedule Methods : addschedule(), editschedule(), deleteschedule(), updateschedule(), saveschedule(), searchschedule()
- Clinics Methods : addClinics(), editClinics(), deleteClinics(), updateClinics(), saveClinics(), searchClinics()
- Test Methods : addTest(), editTest(), deleteTest(), updateTest(), saveTest(), searchTest()
Class Diagram of Doctors Information System :
Class Diagram Image: