- Posted By: freeproject
- Comments: 0
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: