Medical Diagnostic System UML Diagram

Subscribe our YouTube channel for latest project videos and tutorials Click Here

Posted By freeproject on March 22, 2018

Medical Diagnostic System Activity Diagram

Posted By freeproject on March 13, 2018

This is the Activity UML diagram of Medical Diagnostic System which shows the flows between the activity of Charge, Report, Diagnosis, Test, Doctor. The main activity involved in this UML Activity Diagram of Medical Diagnostic System are as follows:

  • Charge Activity
  • Report Activity
  • Diagnosis Activity
  • Test Activity
  • Doctor Activity

Features of the Activity UML diagram of Medical Diagnostic System

  • Admin User can search Charge, view description of a selected Charge, add Charge, update Charge and delete Charge.
  • Its shows the activity flow of editing, adding and updating of Report
  • User will be able to search and generate report of Diagnosis, Test, Doctor
  • All objects such as ( Charge, Report, Doctor) are interlinked
  • Its shows the full description and flow of Charge, Test, Doctor, Diagnosis, Report
Medical Diagnostic System Activity Diagram

Medical Diagnostic System Class Diagram

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: 
Medical Diagnostic System Class Diagram

Medical Diagnostic System Component Diagram

Posted By freeproject on February 8, 2018

This is a Component diagram of Medical Diagnostic System which shows components, provided and required interfaces, ports, and relationships between the Diagnosis, Employee, Report, Doctor and Test. This type of diagrams is used in Component-Based Development (CBD) to describe systems with Service-Oriented Architecture (SOA). Medical Diagnostic System UML component diagram, describes the organization and wiring of the physical components in a system.

Components of UML Component Diagram of Medical Diagnostic System:

  • Diagnosis Component
  • Employee Component
  • Report Component
  • Doctor Component
  • Test Component

Featues of Medical Diagnostic System Component Diagram:

  • You can show the models the components of Medical Diagnostic System.
  • Model the database schema of Medical Diagnostic System
  • Model the executables of an application of Medical Diagnostic System
  • Model the system's source code of Medical Diagnostic System
Component Diagram: 

Medical Diagnostic System ER Diagram

Posted By freeproject on July 17, 2017

This ER (Entity Relationship) Diagram represents the model of Medical Diagnostic System Entity. The entity-relationship diagram of Medical Diagnostic System shows all the visual instrument of database tables and the relations between Tests, Doctors, Medical Reports, Employees etc. It used structure data and to define the relationships between structured data groups of Medical Diagnostic System functionalities. The main entities of the Medical Diagnostic System are Medical Reports, Tests, Diagnosis, Doctors, Charges and Employees.

Medical Diagnostic System entities and their attributes :

  • Medical Reports Entity : Attributes of Medical Reports are report_id, report_name, report_type, report_description
  • Tests Entity : Attributes of Tests are test_id, test_patient_id, test_name, test_type, test_cost, test_report, test_description
  • Diagnosis Entity : Attributes of Diagnosis are diagonosis_id, diagonosis_name, diagonosis_report, diagonosis_type, diagonosis_description
  • Doctors Entity : Attributes of Doctors are doctor_id, doctor_name, doctor_mobile, doctor_email, doctor_username, doctor_password, doctor_address
  • Charges Entity : Attributes of Charges are charge_id, charge_name, charge_type, charge_amount, charge_total, charge_description
  • Employees Entity : Attributes of Employees are employee_id, employee_name, employee_mobile, employee_email, employee_username, employee_password, employee_address

Description of Medical Diagnostic System Database :

  • The details of Medical Reports is store into the Medical Reports tables respective with all tables
  • Each entity (Employees, Diagnosis, Charges, Tests, Medical Reports) contains primary key and unique keys.
  • The entity Diagnosis, Charges has binded with Medical Reports, Tests entities with foreign key
  • There is one-to-one and one-to-many relationships available between Charges, Doctors, Employees, Medical Reports
  • All the entities Medical Reports, Charges, Diagnosis, Employees are normalized and reduce duplicacy of records
  • We have implemented indexing on each tables of Medical Diagnostic System tables for fast query execution.
Medical Diagnostic System ER Diagram

Medical Diagnostic System Sequence Diagram

Posted By freeproject on January 31, 2018

This is the UML sequence diagram of Medical Diagnostic System which shows the interaction between the objects of Employee, Diagnosis, Test, Doctor, Report. The instance of class objects involved in this UML Sequence Diagram of Medical Diagnostic System are as follows:

  • Employee Object
  • Diagnosis Object
  • Test Object
  • Doctor Object
  • Report Object

This is the UML sequence diagram of Medical Diagnostic System which shows the interaction between the objects of Employee, Diagnosis, Test, Doctor, Report. The instance of class objects involved in this UML Sequence Diagram of Medical Diagnostic System are as follows:

  • Employee Object
  • Diagnosis Object
  • Test Object
  • Doctor Object
  • Report Object

Medical Diagnostic System Use Case Diagram

Posted By freeproject on July 24, 2017

This Use Case Diagram is a graphic depiction of the interactions among the elements of Medical Diagnostic System. It represents the methodology used in system analysis to identify, clarify, and organize system requirements of Medical Diagnostic System. The main actors of Medical Diagnostic System in this Use Case Diagram are: Super Admin, System User, Diagnostic Center, Customer, who perform the different type of use cases such as Manage Medical Reports, Manage Tests, Manage Diagnosis, Manage Doctors, Manage Charges, Manage Employees, Manage Users and Full Medical Diagnostic System Operations. Major elements of the UML use case diagram of Medical Diagnostic System are shown on the picture below.

The relationships between and among the actors and the use cases of Medical Diagnostic System:

  • Super Admin Entity : Use cases of Super Admin are Manage Medical Reports, Manage Tests, Manage Diagnosis, Manage Doctors, Manage Charges, Manage Employees, Manage Users and Full Medical Diagnostic System Operations
  • System User Entity : Use cases of System User are Manage Medical Reports, Manage Tests, Manage Diagnosis, Manage Doctors, Manage Charges, Manage Employees
  • Diagnostic Center Entity : Use cases of Diagnostic Center are Collect Sample, Create Reports, Upload reports, Create Invoice, Collect Payments
  • Customer Entity : Use cases of Customer are Request for Collections, Check Report, Print Report, View History

Use Case Diagram of Medical Diagnostic System :

Medical Diagnostic System Use Case Diagram

Project Category

Call FreeProjectz WhatsApp FreeProjectz