Patient Care System UML Diagram

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

Posted By freeproject on March 22, 2018

Patient Care System Activity Diagram

Posted By freeproject on March 13, 2018

This is the Activity UML diagram of Patient Care System which shows the flows between the activity of Doctors, Test, Patient, Medicine, Treatment. The main activity involved in this UML Activity Diagram of Patient Care System are as follows:

  • Doctors Activity
  • Test Activity
  • Patient Activity
  • Medicine Activity
  • Treatment Activity

Features of the Activity UML diagram of Patient Care System

  • Admin User can search Doctors, view description of a selected Doctors, add Doctors, update Doctors and delete Doctors.
  • Its shows the activity flow of editing, adding and updating of Test
  • User will be able to search and generate report of Patient, Medicine, Treatment
  • All objects such as ( Doctors, Test, Treatment) are interlinked
  • Its shows the full description and flow of Doctors, Medicine, Treatment, Patient, Test
Patient Care System Activity Diagram

Patient Care System Class Diagram

Posted By freeproject on August 2, 2017

Patient Care System Class Diagram describes the structure of a Patient Care System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Patient Care System are Patient, Medicines, Tests, Treatments, Reports, Doctors.

Classes of Patient Care System Class Diagram:

  • Patient Class : Manage all the operations of Patient
  • Medicines Class : Manage all the operations of Medicines
  • Tests Class : Manage all the operations of Tests
  • Treatments Class : Manage all the operations of Treatments
  • Reports Class : Manage all the operations of Reports
  • Doctors Class : Manage all the operations of Doctors

Classes and their attributes of Patient Care System Class Diagram:

  • Patient Attributes : patient_id, patient_name, patient_mobile, patient_email, patient_username, patient_password, patient_address,
  • Medicines Attributes : medicine_id, medicine_name, medicine_company, medicine_composition, medicine_cost, medicine_type, medicine_dose, medicine_description
  • Tests Attributes : test_id, test_patient_id, test_name, test_type, test_cost, test_report, test_description
  • Treatments Attributes : treatment_id, treatment_name, treatment_type, treatment_description
  • Reports Attributes : report_id, report_title, report_type, report_description
  • Doctors Attributes : doctor_id, doctor_name, doctor_specialist, doctor_mobile, doctor_email, doctor_username, doctor_password, doctor_address

Classes and their methods of Patient Care System Class Diagram:

  • Patient Methods : addPatient(), editPatient(), deletePatient(), updatePatient(), savePatient(), searchPatient()
  • Medicines Methods : addMedicines(), editMedicines(), deleteMedicines(), updateMedicines(), saveMedicines(), searchMedicines()
  • Tests Methods : addTests(), editTests(), deleteTests(), updateTests(), saveTests(), searchTests()
  • Treatments Methods : addTreatments(), editTreatments(), deleteTreatments(), updateTreatments(), saveTreatments(), searchTreatments()
  • Reports Methods : addReports(), editReports(), deleteReports(), updateReports(), saveReports(), searchReports()
  • Doctors Methods : addDoctors(), editDoctors(), deleteDoctors(), updateDoctors(), saveDoctors(), searchDoctors()

Class Diagram of Patient Care System :

Class Diagram Image: 
Patient Care System Class Diagram

Patient Care System Component Diagram

Posted By freeproject on February 8, 2018

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

Components of UML Component Diagram of Patient Care System:

  • Test Component
  • Patient Component
  • Doctors Component
  • Medicine Component
  • Treatment Component

Featues of Patient Care System Component Diagram:

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

Patient Care System ER Diagram

Posted By freeproject on July 17, 2017

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

Patient Care System entities and their attributes :

  • Patient Entity : Attributes of Patient are patient_id, patient_name, patient_mobile, patient_email, patient_username, patient_password, patient_address,
  • Medicines Entity : Attributes of Medicines are medicine_id, medicine_name, medicine_company, medicine_composition, medicine_cost, medicine_type, medicine_dose, medicine_description
  • Tests Entity : Attributes of Tests are test_id, test_patient_id, test_name, test_type, test_cost, test_report, test_description
  • Treatments Entity : Attributes of Treatments are treatment_id, treatment_name, treatment_type, treatment_description
  • Reports Entity : Attributes of Reports are report_id, report_title, report_type, report_description
  • Doctors Entity : Attributes of Doctors are doctor_id, doctor_name, doctor_specialist, doctor_mobile, doctor_email, doctor_username, doctor_password, doctor_address

Description of Patient Care System Database :

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

Patient Care System Sequence Diagram

Posted By freeproject on January 31, 2018

This is the UML sequence diagram of Patient Care System which shows the interaction between the objects of Appoitments, Doctors, Test, Medicine, Patient. The instance of class objects involved in this UML Sequence Diagram of Patient Care System are as follows:

  • Appoitments Object
  • Doctors Object
  • Test Object
  • Medicine Object
  • Patient Object

This is the UML sequence diagram of Patient Care System which shows the interaction between the objects of Appoitments, Doctors, Test, Medicine, Patient. The instance of class objects involved in this UML Sequence Diagram of Patient Care System are as follows:

  • Appoitments Object
  • Doctors Object
  • Test Object
  • Medicine Object
  • Patient Object

Patient Care 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 Patient Care System. It represents the methodology used in system analysis to identify, clarify, and organize system requirements of Patient Care System. The main actors of Patient Care System in this Use Case Diagram are: Super Admin, System User, Doctors, Patients, who perform the different type of use cases such as Manage Patient, Manage Medicines, Manage Tests, Manage Treatments, Manage Reports, Manage Doctors, Manage Appoitments, Manage Users and Full Patient Care System Operations. Major elements of the UML use case diagram of Patient Care System are shown on the picture below.

The relationships between and among the actors and the use cases of Patient Care System:

  • Super Admin Entity : Use cases of Super Admin are Manage Patient, Manage Medicines, Manage Tests, Manage Treatments, Manage Reports, Manage Doctors, Manage Appoitments, Manage Users and Full Patient Care System Operations
  • System User Entity : Use cases of System User are Manage Patient, Manage Medicines, Manage Tests, Manage Treatments, Manage Reports, Manage Doctors, Manage Appoitments
  • Doctors Entity : Use cases of Doctors are View Patient Issues, Add Medicines, Add Treatment Plans
  • Patients Entity : Use cases of Patients are View Medicines, View Tests, View Treatment Plans

Use Case Diagram of Patient Care System :

Patient Care System Use Case Diagram

Project Category

Call FreeProjectz WhatsApp FreeProjectz