Health Care Appointment System UML Diagram

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

Posted By freeproject on March 19, 2018

Health Care Appointment System Activity Diagram

Posted By freeproject on March 13, 2018

This is the Activity UML diagram of Health Care Appointment System which shows the flows between the activity of Test, Booking, Customer, Health Care, Appointment. The main activity involved in this UML Activity Diagram of Health Care Appointment System are as follows:

  • Test Activity
  • Booking Activity
  • Customer Activity
  • Health Care Activity
  • Appointment Activity

Features of the Activity UML diagram of Health Care Appointment System

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

Health Care Appointment System Class Diagram

Posted By freeproject on August 2, 2017

Health Care Appointment System Class Diagram describes the structure of a Health Care Appointment System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Health Care Appointment System are Health Care, Booking, Appointment, Customer, Medicine, Test.

Classes of Health Care Appointment System Class Diagram:

  • Health Care Class : Manage all the operations of Health Care
  • Booking Class : Manage all the operations of Booking
  • Appointment Class : Manage all the operations of Appointment
  • Customer Class : Manage all the operations of Customer
  • Medicine Class : Manage all the operations of Medicine
  • Test Class : Manage all the operations of Test

Classes and their attributes of Health Care Appointment System Class Diagram:

  • Health Care Attributes : health_care_id, health_care_name, health_care_type, health_care_description
  • Booking Attributes : booking_id, booking_title, booking_type, booking_appointment, booking_date, booking_description
  • Appointment Attributes : appointment_id, appointment_doctor_id, appointment_number, appointment_type, appointment_date, appointment_description
  • Customer Attributes : customer_id, customer_name, customer_mobile, customer_email, customer_username, customer_password, customer_address
  • Medicine Attributes : medicine_id, medicine_name, medicine_company, medicine_composition, medicine_cost, medicine_type, medicine_dose, medicine_description
  • Test Attributes : test_id, test_patient_id, test_name, test_type, test_cost, test_report, test_description

Classes and their methods of Health Care Appointment System Class Diagram:

  • Health Care Methods : addHealth Care(), editHealth Care(), deleteHealth Care(), updateHealth Care(), saveHealth Care(), searchHealth Care()
  • Booking Methods : addBooking(), editBooking(), deleteBooking(), updateBooking(), saveBooking(), searchBooking()
  • Appointment Methods : addAppointment(), editAppointment(), deleteAppointment(), updateAppointment(), saveAppointment(), searchAppointment()
  • Customer Methods : addCustomer(), editCustomer(), deleteCustomer(), updateCustomer(), saveCustomer(), searchCustomer()
  • Medicine Methods : addMedicine(), editMedicine(), deleteMedicine(), updateMedicine(), saveMedicine(), searchMedicine()
  • Test Methods : addTest(), editTest(), deleteTest(), updateTest(), saveTest(), searchTest()

Class Diagram of Health Care Appointment System :

Class Diagram Image: 
Health Care Appointment System Class Diagram

Health Care Appointment System Component Diagram

Posted By freeproject on February 8, 2018

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

Components of UML Component Diagram of Health Care Appointment System:

  • Medicine Component
  • Customer Component
  • Fees Component
  • Test Component
  • Health Care Component

Featues of Health Care Appointment System Component Diagram:

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

Health Care Appointment System ER Diagram

Posted By freeproject on July 17, 2017

This ER (Entity Relationship) Diagram represents the model of Health Care Appointment System Entity. The entity-relationship diagram of Health Care Appointment System shows all the visual instrument of database tables and the relations between Booking, Customer, Health Care, Test etc. It used structure data and to define the relationships between structured data groups of Health Care Appointment System functionalities. The main entities of the Health Care Appointment System are Health Care, Booking, Appointment, Customer, Medicine and Test.

Health Care Appointment System entities and their attributes :

  • Health Care Entity : Attributes of Health Care are health_care_id, health_care_name, health_care_type, health_care_description
  • Booking Entity : Attributes of Booking are booking_id, booking_title, booking_type, booking_appointment, booking_date, booking_description
  • Appointment Entity : Attributes of Appointment are appointment_id, appointment_doctor_id, appointment_number, appointment_type, appointment_date, appointment_description
  • Customer Entity : Attributes of Customer are customer_id, customer_name, customer_mobile, customer_email, customer_username, customer_password, customer_address
  • Medicine Entity : Attributes of Medicine are medicine_id, medicine_name, medicine_company, medicine_composition, medicine_cost, medicine_type, medicine_dose, medicine_description
  • Test Entity : Attributes of Test are test_id, test_patient_id, test_name, test_type, test_cost, test_report, test_description

Description of Health Care Appointment System Database :

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

Health Care Appointment System Sequence Diagram

Posted By freeproject on January 31, 2018

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

  • Medicine Object
  • Health Care Object
  • Appointment Object
  • Booking Object
  • Test Object

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

  • Medicine Object
  • Health Care Object
  • Appointment Object
  • Booking Object
  • Test Object

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

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

  • Super Admin Entity : Use cases of Super Admin are Manage Health Care, Manage Booking, Manage Appointment, Manage Customer, Manage Medicine, Manage Test, Manage Fees, Manage Users and Full Health Care Appointment System Operations
  • System User Entity : Use cases of System User are Manage Health Care, Manage Booking, Manage Appointment, Manage Customer, Manage Medicine, Manage Test, Manage Fees
  • Patient Entity : Use cases of Patient are Request for Appointments, Check Appointments, Make Payments, Search Doctors, Check Prescriptions
  • Anonymous Users Entity : Use cases of Anonymous Users are View Information, Fill Contact Us, Search Content

Use Case Diagram of Health Care Appointment System :

Health Care Appointment System Use Case Diagram

Project Category

Call FreeProjectz WhatsApp FreeProjectz