- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Medical Diagnostic System Class Diagram describes the structure of a Medical Diagnostic System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Medical Diagnostic System are Medical Reports, Tests, Diagnosis, Doctors, Charges, Employees.
Classes of Medical Diagnostic System Class Diagram:
- Medical Reports Class : Manage all the operations of Medical Reports
- Tests Class : Manage all the operations of Tests
- Diagnosis Class : Manage all the operations of Diagnosis
- Doctors Class : Manage all the operations of Doctors
- Charges Class : Manage all the operations of Charges
- Employees Class : Manage all the operations of Employees
Classes and their attributes of Medical Diagnostic System Class Diagram:
- Medical Reports Attributes : report_id, report_name, report_type, report_description
- Tests Attributes : test_id, test_patient_id, test_name, test_type, test_cost, test_report, test_description
- Diagnosis Attributes : diagonosis_id, diagonosis_name, diagonosis_report, diagonosis_type, diagonosis_description
- Doctors Attributes : doctor_id, doctor_name, doctor_mobile, doctor_email, doctor_username, doctor_password, doctor_address
- Charges Attributes : charge_id, charge_name, charge_type, charge_amount, charge_total, charge_description
- Employees Attributes : employee_id, employee_name, employee_mobile, employee_email, employee_username, employee_password, employee_address
Classes and their methods of Medical Diagnostic System Class Diagram:
- Medical Reports Methods : addMedical Reports(), editMedical Reports(), deleteMedical Reports(), updateMedical Reports(), saveMedical Reports(), searchMedical Reports()
- Tests Methods : addTests(), editTests(), deleteTests(), updateTests(), saveTests(), searchTests()
- Diagnosis Methods : addDiagnosis(), editDiagnosis(), deleteDiagnosis(), updateDiagnosis(), saveDiagnosis(), searchDiagnosis()
- Doctors Methods : addDoctors(), editDoctors(), deleteDoctors(), updateDoctors(), saveDoctors(), searchDoctors()
- Charges Methods : addCharges(), editCharges(), deleteCharges(), updateCharges(), saveCharges(), searchCharges()
- Employees Methods : addEmployees(), editEmployees(), deleteEmployees(), updateEmployees(), saveEmployees(), searchEmployees()
Class Diagram of Medical Diagnostic System :
Class Diagram Image: