- Posted By: freeproject
- Comments: 0
- Posted By: freeproject
- Comments: 0
Health Care Appointment System Activity Diagram
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

Login Activity Diagram of Health Care Appointment System:
This is the Login Activity Diagram of Health Care Appointment System, which shows the flows of Login Activity, where admin will be able to login using their username and password. After login user can manage all the operations on Customer, Test, Booking, Appointment, Health Care. All the pages such as Booking, Appointment, Health Care are secure and user can access these page after login. The diagram below helps demonstrate how the login page works in a Health Care Appointment System. The various objects in the Appointment, Customer, Test, Booking, and Health Care page—interact over the course of the Activity, and user will not be able to access this page without verifying their identity.

- Posted By: freeproject
- Comments: 0
Health Care Appointment System Class Diagram
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 :

- Posted By: freeproject
- Comments: 0
Health Care Appointment System Component Diagram
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

- Posted By: freeproject
- Comments: 0
Health Care Appointment System ER Diagram
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.

- Posted By: freeproject
- Comments: 0
Health Care Appointment System Sequence Diagram
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
Login Sequence Diagram of Health Care Appointment System:
This is the Login Sequence Diagram of Health Care Appointment System, where admin will be able to login in their account using their credentials. After login user can manage all the operations on Appointment, Medicine, Health Care, Test, Booking. All the pages such as Health Care, Test, Booking are secure and user can access these page after login. The diagram below helps demonstrate how the login page works in a Health Care Appointment System. The various objects in the Test, Appointment, Medicine, Health Care, and Booking page—interact over the course of the sequence, and user will not be able to access this page without verifying their identity.

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

- Posted By: freeproject
- Comments: 0
Health Care Appointment System Use Case Diagram
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 :
