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 Dataflow Diagram

Posted By namita on July 7, 2017

Patient Care System Data flow diagram is often used as a preliminary step to create an overview of the Patient without going into great detail, which can later be elaborated.it normally consists of overall application dataflow and processes of the Patient process. It contains all of the userflow and their entities such all the flow of Patient, Medicines, Tests, Treatments, Reports, Doctors, Login. All of the below diagrams has been used for the visualization of data processing and structured design of the Patient process and working flow.


Zero Level Data flow Diagram(0 Level DFD) of Patient Care System :

This is the Zero Level DFD of Patient Care System, where we have eloborated the high level process of Patient. It’s a basic overview of the whole Patient Care System or process being analyzed or modeled. It’s designed to be an at-a-glance view of Reports,Doctors and Login showing the system as a single high-level process, with its relationship to external entities of Patient,Medicines and Tests. It should be easily understood by a wide audience, including Patient,Tests and Reports In zero leve DFD of Patient Care System, we have described the high level flow of the Patient system.

High Level Entities and proccess flow of Patient Care System:

  • Managing all the Patient
  • Managing all the Medicines
  • Managing all the Tests
  • Managing all the Treatments
  • Managing all the Reports
  • Managing all the Doctors
  • Managing all the Login
Zero Level Data flow Diagram(0 Level DFD) of Patient Care System

First Level Data flow Diagram(1st Level DFD) of Patient Care System :

First Level DFD (1st Level) of Patient Care System shows how the system is divided into sub-systems (processes), each of which deals with one or more of the data flows to or from an external agent, and which together provide all of the functionality of the Patient Care System system as a whole. It also identifies internal data stores of Login, Doctors, Reports, Treatments, Tests that must be present in order for the Patient system to do its job, and shows the flow of data between the various parts of Patient, Tests, Doctors, Login, Reports of the system. DFD Level 1 provides a more detailed breakout of pieces of the 1st level DFD. You will highlight the main functionalities of Patient.

Main entities and output of First Level DFD (1st Level DFD):

  • Processing Patient records and generate report of all Patient
  • Processing Medicines records and generate report of all Medicines
  • Processing Tests records and generate report of all Tests
  • Processing Treatments records and generate report of all Treatments
  • Processing Reports records and generate report of all Reports
  • Processing Doctors records and generate report of all Doctors
  • Processing Login records and generate report of all Login
First Level Data flow Diagram(1st Level DFD) of Patient Care System

Second Level Data flow Diagram(2nd Level DFD) of Patient Care System :

DFD Level 2 then goes one step deeper into parts of Level 1 of Patient. It may require more functionalities of Patient to reach the necessary level of detail about the Patient functioning. First Level DFD (1st Level) of Patient Care System shows how the system is divided into sub-systems (processes). The 2nd Level DFD contains more details of Login, Doctors, Reports, Treatments, Tests, Medicines, Patient.

Low level functionalities of Patient Care System

  • Admin logins to the system and manage all the functionalities of Patient Care System
  • Admin can add, edit, delete and view the records of Patient, Tests, Reports, Login
  • Admin can manage all the details of Medicines, Treatments, Doctors
  • Admin can also generate reports of Patient, Medicines, Tests, Treatments, Reports, Doctors
  • Admin can search the details of Medicines, Reports, Doctors
  • Admin can apply different level of filters on report of Patient, Treatments, Reports
  • Admin can tracks the detailed information of Medicines, Tests, Treatments, , Reports
Second Level Data flow Diagram(2nd Level DFD) of Patient Care System

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