Pharmacy Management System UML Diagram

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

Posted By freeproject on March 22, 2018

Pharmacy Management System Activity Diagram

Posted By freeproject on March 13, 2018

This is the Activity UML diagram of Pharmacy Management System which shows the flows between the activity of Inventory, Company, Sells, Medicines, Pharmacy. The main activity involved in this UML Activity Diagram of Pharmacy Management System are as follows:

  • Inventory Activity
  • Company Activity
  • Sells Activity
  • Medicines Activity
  • Pharmacy Activity

Features of the Activity UML diagram of Pharmacy Management System

  • Admin User can search Inventory, view description of a selected Inventory, add Inventory, update Inventory and delete Inventory.
  • Its shows the activity flow of editing, adding and updating of Company
  • User will be able to search and generate report of Sells, Medicines, Pharmacy
  • All objects such as ( Inventory, Company, Pharmacy) are interlinked
  • Its shows the full description and flow of Inventory, Medicines, Pharmacy, Sells, Company
Pharmacy Management System Activity Diagram

Pharmacy Management System Class Diagram

Posted By freeproject on August 2, 2017

Pharmacy Management System Class Diagram describes the structure of a Pharmacy Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Pharmacy Management System are Pharmacy, Medicines, Stocks, Company, Inventory, Sells.

Classes of Pharmacy Management System Class Diagram:

  • Pharmacy Class : Manage all the operations of Pharmacy
  • Medicines Class : Manage all the operations of Medicines
  • Stocks Class : Manage all the operations of Stocks
  • Company Class : Manage all the operations of Company
  • Inventory Class : Manage all the operations of Inventory
  • Sells Class : Manage all the operations of Sells

Classes and their attributes of Pharmacy Management System Class Diagram:

  • Pharmacy Attributes : pharmacy_id, pharmacy_medicine_id pharmacy_name, pharmacy_type, pharmacy_description, pharmacy_address
  • Medicines Attributes : medicine_id, medicine_name, medicine_company, medicine_composition, medicine_cost, medicine_type, medicine_dose, medicine_description
  • Stocks Attributes : stock_id, stock_items, stock_number, stock_type, stock_description
  • Company Attributes : company_id, company_name, comapny_type, company_description, company_address
  • Inventory Attributes : inventory_id, inventory_items, inventory_number, inventory_type, inventory_description
  • Sells Attributes : sell_id, sell_name, sell_type, sell_description

Classes and their methods of Pharmacy Management System Class Diagram:

  • Pharmacy Methods : addPharmacy(), editPharmacy(), deletePharmacy(), updatePharmacy(), savePharmacy(), searchPharmacy()
  • Medicines Methods : addMedicines(), editMedicines(), deleteMedicines(), updateMedicines(), saveMedicines(), searchMedicines()
  • Stocks Methods : addStocks(), editStocks(), deleteStocks(), updateStocks(), saveStocks(), searchStocks()
  • Company Methods : addCompany(), editCompany(), deleteCompany(), updateCompany(), saveCompany(), searchCompany()
  • Inventory Methods : addInventory(), editInventory(), deleteInventory(), updateInventory(), saveInventory(), searchInventory()
  • Sells Methods : addSells(), editSells(), deleteSells(), updateSells(), saveSells(), searchSells()

Class Diagram of Pharmacy Management System :

Class Diagram Image: 
Pharmacy Management System Class Diagram

Pharmacy Management System Component Diagram

Posted By freeproject on February 8, 2018

This is a Component diagram of Pharmacy Management System which shows components, provided and required interfaces, ports, and relationships between the Company, Pharmacy, Sells, Inventory and Medicines. This type of diagrams is used in Component-Based Development (CBD) to describe systems with Service-Oriented Architecture (SOA). Pharmacy Management System UML component diagram, describes the organization and wiring of the physical components in a system.

Components of UML Component Diagram of Pharmacy Management System:

  • Company Component
  • Pharmacy Component
  • Sells Component
  • Inventory Component
  • Medicines Component

Featues of Pharmacy Management System Component Diagram:

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

Pharmacy Management System ER Diagram

Posted By freeproject on July 17, 2017

This ER (Entity Relationship) Diagram represents the model of Pharmacy Management System Entity. The entity-relationship diagram of Pharmacy Management System shows all the visual instrument of database tables and the relations between Medicines, Company, Pharmacy, Sells etc. It used structure data and to define the relationships between structured data groups of Pharmacy Management System functionalities. The main entities of the Pharmacy Management System are Pharmacy, Medicines, Stocks, Company, Inventory and Sells.

Pharmacy Management System entities and their attributes :

  • Pharmacy Entity : Attributes of Pharmacy are pharmacy_id, pharmacy_medicine_id pharmacy_name, pharmacy_type, pharmacy_description, pharmacy_address
  • Medicines Entity : Attributes of Medicines are medicine_id, medicine_name, medicine_company, medicine_composition, medicine_cost, medicine_type, medicine_dose, medicine_description
  • Stocks Entity : Attributes of Stocks are stock_id, stock_items, stock_number, stock_type, stock_description
  • Company Entity : Attributes of Company are company_id, company_name, comapny_type, company_description, company_address
  • Inventory Entity : Attributes of Inventory are inventory_id, inventory_items, inventory_number, inventory_type, inventory_description
  • Sells Entity : Attributes of Sells are sell_id, sell_name, sell_type, sell_description

Description of Pharmacy Management System Database :

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

Pharmacy Management System Sequence Diagram

Posted By freeproject on January 31, 2018

This is the UML sequence diagram of Pharmacy Management System which shows the interaction between the objects of Inventory, Sells, Medicines, Company, Pharmacy. The instance of class objects involved in this UML Sequence Diagram of Pharmacy Management System are as follows:

  • Inventory Object
  • Sells Object
  • Medicines Object
  • Company Object
  • Pharmacy Object

This is the UML sequence diagram of Pharmacy Management System which shows the interaction between the objects of Inventory, Sells, Medicines, Company, Pharmacy. The instance of class objects involved in this UML Sequence Diagram of Pharmacy Management System are as follows:

  • Inventory Object
  • Sells Object
  • Medicines Object
  • Company Object
  • Pharmacy Object

Pharmacy Management 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 Pharmacy Management System. It represents the methodology used in system analysis to identify, clarify, and organize system requirements of Pharmacy Management System. The main actors of Pharmacy Management System in this Use Case Diagram are: Super Admin, System User, Shopkeeper, Customers, who perform the different type of use cases such as Manage Pharmacy, Manage Medicines, Manage Stocks, Manage Company, Manage Inventory, Manage Sells, Manage Users and Full Pharmacy Management System Operations. Major elements of the UML use case diagram of Pharmacy Management System are shown on the picture below.

The relationships between and among the actors and the use cases of Pharmacy Management System:

  • Super Admin Entity : Use cases of Super Admin are Manage Pharmacy, Manage Medicines, Manage Stocks, Manage Company, Manage Inventory, Manage Sells, Manage Users and Full Pharmacy Management System Operations
  • System User Entity : Use cases of System User are Manage Pharmacy, Manage Medicines, Manage Stocks, Manage Company, Manage Inventory, Manage Sells
  • Shopkeeper Entity : Use cases of Shopkeeper are Add Medicines, Crerate Bills, Print Bills, Collect Payments, View Stocks
  • Customers Entity : Use cases of Customers are Orders for Medicines, Viiew Bills, Make Payments

Use Case Diagram of Pharmacy Management System :

Pharmacy Management System Use Case Diagram

Project Category

Call FreeProjectz WhatsApp FreeProjectz