- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Medical Store Management System Class Diagram describes the structure of a Medical Store Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Medical Store Management System are Medical Shop, Medicines, Stocks, Company, Inventory, Sells.
Classes of Medical Store Management System Class Diagram:
- Medical Shop Class : Manage all the operations of Medical Shop
- 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 Medical Store Management System Class Diagram:
- Medical Shop Attributes : medical_shop_id, medical_shop_medicine_id medical_shop_name, medical_shop_type, medical_shop_description, medical_shop_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_medicine_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_sercription
Classes and their methods of Medical Store Management System Class Diagram:
- Medical Shop Methods : addMedical Shop(), editMedical Shop(), deleteMedical Shop(), updateMedical Shop(), saveMedical Shop(), searchMedical Shop()
- 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 Medical Store Management System :
Class Diagram Image: