You are on page 1of 18

Healthcare Logistics Company

MINI PROJECT

BY

Madhumitha.D - A22101PCA7073

Under the guidance of


Dr. N Priya

INSTITUTE OF DISTANCE EDUCATION


UNIVERSITY OF MADRAS
CHENNAI - 600005
ABSTRACT

 The main objective of this project is to create a web application using Java, for a
healthcare logistics company to maintain a record of its test and technicians.

 A logistics and technicians tracking website that allows a customer to search for all
the booking date time and location, Technicians assigned for a booking, also allows
customers to check the logistics used for bookings and unique data for the logistics
required

 Other features such as billing, customer database technician details.


INTRODUCTION

 This challenge requires you to build a fully functional logistics and technicians tracking website.

 The user should be able to sign up and login into the application using the ID created. Without a login
ID, the customer can only view a number of bookings and technicians.

 This includes high-level design, UI screens development, data storage, and manipulation and business
logic using the concepts of core and advanced Java.

 A running website hosted locally or remotely (on a cloud), the design document created and the source
code used in a zip file.
EXISTING SYSTEM

 Hospital logistics is an integral part of a hospital in charge of purchasing,


receiving, stock management, etc. It accounts for up to 46% of the hospital
budget. Logistics management provides real-time visibility throughout processes,
allowing businesses to make well-informed decisions.

 Also, Gary Dessler defines (ND) HRM as “Human Resource Management is the
process of acquiring, training, appraising, and compensating employees, and
attending to their labor relations, health, safety, and fairness concerns.” Let's talk
about what those are and how they affect logistics.
PROPOSED SYSTEM

 In problematichealthcare, logistics systems are complex and more to manage


compared to other sectors. This is due to the wide product range, the high value of
products involved, and the perceived need to supply a very high level of services
for most items

 Physicians, nurses, and other healthcare professionals count on medical logistics to


ensure supplies are available when they are needed. Patients require medications,
supplies, and equipment, which is why medical logistics provides a steady stream
of these goods so medical facilities never go without them.
MODULES

Manager Module functionalities

 login
 Add Equipment
 Add Tests
 View Equipment
 View Tests
 View Technician
 View Customer
 Total Tests
 Logout
Technicians Module functionalities

 Register

 View Customer Details

 add customer details

 Logout
Customer Module functionalities

 register

 Login

 Book Technicians

 View Bills

 Logout
Use Case Diagram
SYSTEM REQUIREMENTS
HARDWARE REQUIREMENTS:

• PROCESSOR : DUAL CORE 2 DUOS


• RAM : 4 GB RAM
• HARD DISK : 512 GB

SOFTWARE REQUIREMENTS:

• FRONT END : Javascript(JSS),HTML, CSS


• BACK END : Oracle, MySQL
• OPERATING SYSTEM : WINDOWS 11
Flow Chart:
Output Screens of the Project:

Home Page:
Manager Login Page: Manager Home Page:
Add Equipment: Add Tests:
View Equipment Page: View Tests Page:
View Technicians:
FUTURE SCOPE

 The other features will be visible to customers once they have logged in. Apart from the search
feature, the website can provide other facilities such as check-in, baggage allowance, etc.
 The details are up to the participant. Each feature should be designed using the 3 step approach of
designing the UI, writing the business logic, data modeling and wiring all of these together.
 [To-do 1] Create the User Interface
 [To-do 2] Create the business logic element or the controller
 [To-do 3] Create the tables required and connect to a database to fetch data dynamically
 At the end of each element, do integrate and test with existing features to ensure that the built
functionality is not broken due to the new code.
CONCLUSION:

o The participant must design the tables based on the data that has to be stored in the Database to be

dynamically fetched. Some examples include

o A logistics table, that stores the details of the logistics such as Logistics number, logistics name,

quantity, Technician Appointed ID, technician name its destination area, etc.

o A technician table, that stores the login details of the customer when they sign up and allow them

to use this data to sign in.

o After completing the above steps, review your design and fine tune it to make any improvements

necessary. You can approach your mentor for guidance on this.

You might also like