Emergenciapp - Red social de emergencias
Fecha
2020Resumen
El objetivo de este trabajo, como su nombre indica, es generar lo que llamamos una “red social
de emergencias”. Esto se traduce en la implementación de un modelo que permita conectar a
personas con conocimientos en primeros auxilios, generalmente personal sanitario, que desean
ayudar desinteresadamente, con personas que necesitan dicha ayuda al encontrase en un estado de
emergencia.
La idea es simple, un usuario “general” con una emergencia sanitaria envía una alerta, ésta es
enviada a todos los usuarios “sanitarios” que se encuentren dentro de un radio determinado,
indicando la ubicación de la alerta y la distancia estimada desde su ubicación actual. Si un usuario
decide aceptar la solicitud de asistencia, se muestran las indicaciones necesarias de navegación para
llegar hasta la ubicación donde se ha realizado la petición y, por otro lado, se notifica al usuario
solicitante de que la ayuda está en camino. Una vez en el lugar, el usuario “sanitario”, puede
consultar cierta información de interés sobre el usuario afectado.
Para ello se ha desarrollado una aplicación móvil para el sistema operativo Android, empleando
el lenguaje de programación Java. Y por otro lado una API (interfaz de programación de aplicaciones)
desde la que se proporcionan las funciones y datos necesarios para el funcionamiento de la
aplicación, desarrollado en PHP y haciendo uso del framework Slim. Que a su vez se puede emplear
para desarrollar aplicaciones para otros sistemas operativos, minimizando el esfuerzo.
Como recomendación dicha implementación podría ser empleada a su vez por los servicios de
emergencia para facilitar su labor, ya que se conoce la ubicación del afectado, además de datos
importantes para su correcto tratamiento. Para ello bastaría desarrollar una aplicación web que
conecte con la API existente. The objective of this work, as its name indicates, is to generate what we call an “emergencies
social network”. This translates into the implementation of a model that allows connecting people
with knowledge of first aid, generally health personnel, who wish to help selflessly, with people who
need such help when they are in a state of emergency.
The idea is simple, a "general" user with a health emergency sends an alert, this is sent to all
"health personnel" users who are within a certain radius, indicating the location of the alert and the
estimated distance from their current location. If a user decides to accept the request for assistance,
the necessary navigation directions are displayed to reach the location where the request was made
and, on the other hand, the requesting user is notified that help is on the way. Once at the site, the
"health personnel" user can consult certain information of interest about the affected user.
For this, a mobile application has been developed for the Android operating system, using the
Java programming language. And on the other hand, an API (application programming interface)
from which the functions and data necessary for the operation of the application are provided,
developed in PHP and using the Slim framework. Which in turn can be used to develop applications
for other operating systems, minimizing effort.
As a recommendation, said implementation could be used in turn by the emergency services to
facilitate their work, since the location of the affected person is known, as well as important data for
their correct treatment. For this, it would be enough to develop a web application that connects with
the existing API.