Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 25

JERUSALEM COLLEGE OF ENGINEERING,CHENNAI-100

DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING

Android Application For Emergency


Ambulance Booking
Project Review
Date: 21-06-2022
BATCH NO.: 16
PRESENTED BY SUPERVISED BY
• Rallabandi Ganesh (310918104040) Mrs. S. Devi Priya
• Raman. N (310918104041) Assistant Professor
• Sudhakar.B (310918104055)

7/12/22 Department of CSE Jerusalem College of Engineering 1


PROJECT DOMAIN
ANDROID APPLICATION:

 Android Application which is mainly deployed in an Android-based App that is


conveniently used and carried ,suitable for peoples with help of GPS&GSM network
system.
 Android is open-source software created by a consortium of developers.
 Android is so popular that this Linux-based mobile operating system has now
become synonymous with smart phones and desktops.

Department of CSE
7/12/22 2
Jerusalem College of Engineering
OBJECTIVE
 The main objective of the project is intended to reduce long waiting period for an
ambulance via call based services.
 To create a android application for ambulance service to people who need to reach
Hospital in short time.
 By using this android application, lives in the rural areas can be made easier and save
the lives prevented by providing timely response from the appropriate healthcare
during emergencies.

Department of CSE
7/12/22 3
Jerusalem College of Engineering
PROBLEM STATEMENT
PROBLEM IDENTIFICATION:
 In the existing system , there was no proper booking of ambulance and driver faces the
difficulty to reach the accident spot in short time due to heavy traffic so that will take
a lot of time to reach the hospital.
 Due to this many people may loss their lives or is in trouble due to traffic and no
exactly location This system would not help the ambulance to reach the hospital in
short time.
PROBLEM SOLUTION:
 A mobile application that the users can use for booking an ambulance, by this user can
send accident location to Ambulance driver. then ambulance driver get address of
received GPS coordinate from the user side.
 This location will be shared to the ambulance driver. Then ambulance driver will
reach the spot.
 Then Ambulance driver will send notification to admin and then admin will send
location of near by hospital to the driver where he has to reach. 4
EXISTING SYSTEM
 there was no proper booking of ambulance and in order to save the peoples lives
 It consumes more time for book an ambulance
 driver faces the difficulty to reach the accident spot in short time
 so that it will take a lot of time to reach the hospital.

Department of CSE
7/12/22 5
Jerusalem College of Engineering
PROPOSED SYSTEM
 In Real time, to enhance and avoid the via call based services problems an Android
app with built in GPS technology will be utilized by the patient to send location
coordinate and user details to the ambulance driver’s, device which will be installed
to all the ambulance’s hence able to locate and reaches to the user location in time.
 User can register and login using credentials
 For booking an ambulance user have to select ambulance & pick up point & hospital
and date & time.
 In emergency will automatically book nearest ambulance & hospital.

Department of CSE
7/12/22 6
Jerusalem College of Engineering
LITERATURE SURVEY
Sl.No. REFERENCE PAPER WORK DONE IN LIMITATIONS /
REFERENCE DRAWBACKS
PAPER
1. “Dynamic Routing for Emergency Vehicle by Work done in dynamically the emergency vehicle in
Collecting Real-Time Road Conditions, constructs a route for each direction (left, front,
emergency vehicles to arrive back, and right direction to-
at the destination as possible ward the traveling direction
while grasping the road of the emergency vehicle)
conditions in real time after relays the query to the cars
a disaster occurrence method in the communicable range
is constructed by IGA and of it
RCA.

2. Emergency Management System Using 108 is a telephone number Limitations of system 108
Android Application (IJCSIT) International for emergency services All the basic information
Journal of Computer Science and Information providing integrated required such as caller name,
technology. medical, Report an event location, type of emergency
and submit a photo or video is collected orally.

Department of CSE
7/12/22 7
Jerusalem College of Engineering
LITERATURE SURVEY (contd.)
Sl.No. REFERENCE PAPER WORK DONE IN LIMITATIONS /
REFERENCE DRAWBACKS
PAPER
3. TongyuZhu, Yuan Zhang, “ A location based A position-based push the large number of
push service architecture with clustering service structure which continuous location
method”, International Con- ference on applies the clustering changing of users make the
Research and Innovation in Information method simplifies the system load heavy fails to
Systems transmission complexity of find mobile users according
emergency data with the to their current location
help of Push and Pull LBS.

4. Shin Yoshida, Rajesh Kumar, “Development details of hospitals and Limitations are route
of Route Information System for Ambulance streets available in the areas identifications can be
Services using GPS and GIS – A study on by creating a database for extended to big ,cities and
Thanjavur town,” International journal of storing all the details such rural areas where ambulance
geomatics and geosciences. as name and location of t drivers may not find the
The spatial data such as path to be followed to reach
latitudes and longitudes for the accident spots.
the study area was acquired
using GPS.
Department of CSE
7/12/22 8
Jerusalem College of Engineering
SCOPE
 The Project focus on the reducing the number of deaths caused due to emergency
conditions like accidents, health problems of the old peoples or pregnant women.
 Ambulance driver can know the exact location and its available for 24 x 7 live
tracking.
 Ambulance driver can reach the spot by using GPS tracking in shortest way.

Department of CSE
7/12/22 9
Jerusalem College of Engineering
SYSTEM ARCHITECTURE

Department of CSE
7/12/22 10
Jerusalem College of Engineering
HARDWARE AND SOFTWARE REQUIREMENTS

HARDWARE REQUIREMENTS:
 Processor : Intel Corei3 ,minimum 6th generation
Ram : 8GB and above
Mobile device with Internet connectivity.

SOFTWARE REQUIREMENTS:
 Software Tool : Android studio
 Language :Java
 Operating System :Windows 7 or latest
Department of CSE
7/12/22 11
Jerusalem College of Engineering
PROJECT MODULES

1. User Registration
2. Ambulance Booking
3. Hospital selection

Department of CSE
7/12/22 12
Jerusalem College of Engineering
MODULE – 1 DESCRIPTION
User Registration
Login
• Register: User can register and obtain credentials.
• Login: User can login using credentials.
• Profile: User can change edit their profile.
• Change Password: User can change their password.
• Dashboard: Any Upcoming Ambulance Booking details if anyone want to Book an
Ambulance or if there is an Emergency. For booking an ambulance user have to
select ambulance size, pick up point & hospital and date & time. In emergency
option button will automatically book nearest ambulance & hospital.

Department of CSE
7/12/22 13
Jerusalem College of Engineering
MODULE – 1 IMPLEMENTATION
• User registration

Department of CSE
7/12/22 14
Jerusalem College of Engineering
MODULE – 1 IMPLEMENTATION
• User Login

Department of CSE
7/12/22 15
Jerusalem College of Engineering
MODULE – 1 IMPLEMENTATION
• Dashboard

Department of CSE
7/12/22 16
Jerusalem College of Engineering
MODULE – 2 DESCRIPTION
Ambulance Booking
To Book an ambulance
 The user doesn’t have to call and check for availability of the ambulance anymore
Login: user can login using credentials.
 select pickup point & date and time for booking ambulance
providing details the Ambulance and can provide with a doctor needed option.
 will automatically book nearest ambulance and hospital
 The user can tap the button and the notification will be sent to the ambulance
administration centre.
Ambulance will be able to track the location of the user with GPS.
-Notifications that sent by the user provide the GPS location of the user and also
provides the user’s pre-registered address.

7/12/22 17
MODULE – 2 ALGORITHM

In this module we use Bellman-Ford algorithm finds the shortest path
between the source and destination selected by the user, in case of traffic an
alternate route is identifies within duration time.

Department of CSE
7/12/22 18
Jerusalem College of Engineering
MODULE – 2 IMPLEMENTATION

Department of CSE
7/12/22 19
Jerusalem College of Engineering
MODULE – 3 DESCRIPTION
Hospital Selection:
 By clicking on select the hospital in the Ambulance booking Itself User/Patient will
gets the list of nearest location hospitals
Ambulance available list:
 After submitting details user will get list of ambulance available nearest the Location
availability.
 After seeing the ambulance list Patient/User can Book an ambulance.

7/12/22 Department of CSE Jerusalem College of Engineering 20


MODULE – 3 IMPLEMENTATION
• Hospital Selection

7/12/22 Department of CSE Jerusalem College of Engineering 21


MODULE – 3 IMPLEMENTATION
• Ambulance available list

7/12/22 Department of CSE Jerusalem College of Engineering 22


MODULE – 3 ALGORITHM

In this module we use Dijkstra’s algorithm to finds the shortest path
between the source and destination selected by the user, in case of traffic an
alternate route to reaches to the near by hospital is identifies within
duration time.

Department of CSE
7/12/22 23
Jerusalem College of Engineering
REFERENCES
[1].Ryo Katsuma, Shin Yoshida, “Dynamic Routing for Emergency Vehicle by
Collecting Real-Time Road Conditions, International journal of Computer Science
and Communications ( IJCNS ).
[2]. Emergency Management System Using Android Application (IJCSIT) International
Journal of Computer Science and Information Technologies.
[3].A location based push service architecture with clustering method International
Conference on Research and Innovation in Information Systems 2011,
TongyuZhu,Yuan Zhang.
[4].Shin Yoshida, Rajesh Kumar, “Development of Route Information System for
Ambulance Services using GPS and GIS – A study on Thanjavur town,” International
journal of geomatics and geosciences.

Department of CSE
7/12/22 24
Jerusalem College of Engineering
REFERENCES

[5]. SmithaShekar B, Narendra Kumar G, Usha Rani H. V., Divyashree C. K., Gayatri
George and AparajithaMurali, “GPS Based Shortest Path for Ambulances
usingVANETs,”InternationalConferenceonWireless.
[6]. Shubhanshu Singh Patwal, Rohit Kumar, Rishabh Mishra, “ Smart Band
Ambulance System”, International Journal of Advanced Research in Computer
Engineering and Technology, Vol-06, Issue-05, May 2019

7/12/22 Department of CSE Jerusalem College of Engineering 25

You might also like