SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 564
IoT BASED E-PROGNOSIS SYSTEM
Sudha S1, Shenbagavadivu S2, Sujitha M3, Gowsalya P4
1Student, Department of Information Technology, SRM Valliammai Engineering College, Tamilnadu, India
2Asst Professor, Department of Information Technology, SRM Valliammai Engineering College, Tamilnadu, India
3Student, Department of Information Technology, SRM Valliammai Engineering College, Tamilnadu, India
4Student, Department of Information Technology, SRM Valliammai Engineering College, Tamilnadu, India
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - One of the major concerns that is still posing as a
challenge is a disability. The person with a disability has to
be monitored by the caretaker, but it is impossible to look
after them always. This is about E-PROGNOSIS SYSTEM
based on IoT (Internet of Things). The term BAN (Body Area
Network) refers to the system where communication is
entirely within, on and in the immediate proximity of a
human body. Doctors use various medical apparatus to
predict diseases but, ECG, EEG, BP, Temperature and Heart
beat can be predicted using sensors. It is possible to connect
the wearable devices (sensors) on the human body, to the
internet. The medical professionals can access the medical
data online usingthe internet. In this systemtemperature and
heartbeat are considered. The system measures the
parameters of the patient and when there is a constant rise
in temperature its diagnosis itself then it sends the
information and remedy to be taken to the patient, care
taker or doctor via IoT.
Key Words: BAN, Sensor, Diagnosis, Prognosis,
Parameters
1. INTRODUCTION
In today’s world, physically challenged person & old aged
people depend on the caretaker. The purpose of this
project is to design & develop IOT based e- prognosis
system. The aim of this work is to help the disabled person
without the help of a caretaker. So, this system introduces
the term BAN (Body Area Network) came to refer to the
system where communication is entirely within, on and in
the immediate proximity of a human body. It is possible to
connect the wearable devices on the human body to the
internet. Doctor’s use various medical apparatus to predict
diseases but, ECG, EEG, BP, Temperature and heart beat
can be predicted using sensors.
1.1 OBJECTIVE
This project mainly focuses on to avoid errors in
diagnosing by various existing applications and software.
A protocol is designed to monitor the parameters and
gives a diagnosis in case of abnormality to make this
protocol (EEG, ECG, BP, Temperature, and Heartbeat)
compact, BAN is implemented.
1.2 BENEFITS
Easy to implement, more flexible, no distance limited for
information sharing, reduce man power, reduce waiting in
hospitals, much needed for physically challenged /aged
people/ infants.
1.3 CHALLENGES
Treatment process takes a long time (much more than
expected) for each patient waiting in the queue or pending
list, Due to heterogeneity, difficult to automate the
learning steps involved in process mining, Low-support,
Low-confidence, Time consuming and there are several
interpretations possible, it is not being exploited to detect
eventualities in hospital processes.
2. LITERATURE SURVEY
[1] Medical Image Classification Based on Deep
Features Extracted by Deep Model and Statistic
Feature Fusion with Multilayer Perceptron LAI,
Z.;DENG,H. Computational Intelligence and
Neuroscience 2018: 2061516 2018
Medical Image Classification Based on Deep Features
Extracted by Deep Model and Statistic Feature Fusion with
Multilayer Perceptron, The system is designed to realize
unsupervised learning by obtaining representative and
global fused features with fewer noises and by building
pixel-by-pixel mapping between the two source data. it is
used to evaluate the effectiveness of the proposed
framework, experiments on two MHSI data sets are
implemented.
[2] Shickel B, Tighe PJ, Bihorac A, Deep RP. EHR: a sur-
vey of recent advances in deep learning techniques for
electronic health record (EHR) analysis. IEEE journal of
biomedical and health informatics; 2018.
The system provides tight link between decision
supporting knowledge and specific patient data. it is used
to diagnosis and to give remedy to the patient.
[3] Ravı D. Wong C, Deligianni F, Berthelot M, Andreu-
Perez J, Lo B, Yang G-Z. Deep learning for health
informatics. IEEE journal of biomedical and health
informatics; 2017(21):4–21.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 565
Focuses on rapid improvements of computational power,
fast data storage, and parallelization and it is used for
providing a critical analysis of the relative merit, and
potential pitfalls of the technique as well as its future
outlook.
[4] R. Miclo, F. Fontanili, G. Marquès, P. Bornert,
M.Lauras “RTLS-based Process Mining: Towards an
Automatic Process Diagnosis in Healthcare” AUGUST
2015 IEEE International Conference on Automation
Science and Engineering (CASE).
In this system log files are the main data source to use a
Process Mining tool. In this Process Mining of data, the
patient pathways in an external consulting service of a
hospital center. Apart from this the patient details are at
the front desk, the information system does not collect
enough events in order to manage the model in details of
different patient pathways. An accurate diagnosis can be
enabled in numerous and fast input data treatment,
automatic process modeling and output data.
3. MODULE DESCRIPTION
The modules of the proposed system are based on the two
cases,
a. Server Module
b. Sensor Module
a. Server Module
Server receives the data from hardware and publishes in
the webpage. SQL is used in the back end to store and
retrieve the database
b. Sensor Module
Here temperature and heartbeat sensor are taken for
measuring the parameters. The Temperature sensor is a
temperature sensing device for solid state that acts a little
like an electrical resistor which is temperature sensitive. It
is used to produce an analogue output voltage with
variations in ambient temperature and it can be referred
as a transducer. Due to physical changes in heat it creates
a change in its electrical properties. There exist many
ways to measure heart rate and the easiest way is using a
Heartbeat Sensor. The principle behind this Sensor is
Photo plethysmograph. According to this principle, the
change in the volume of blood is measured by the change
in the intensity of the light passing. The source of light
would be an IR LED and may contain any Photo detector
like a Photo Diode, an LDR (Light Dependent Resistor) or a
Photo Transistor. By these light source and detector, a
transmitive Sensor and a reflective Sensor can be
arranged. The light source and the detector are facing
towards each other and the fingers have to be placed in
between the transmitter and receiver. The temperature
sensor and heartbeat sensor measure the data and gives it
to Arduino module. In Arduino it analyses the data and
diagnosis the result. Then the data is sent to the server.
4. SYSTEM DESIGN
The model consists of Arduino UNO, heart beat sensor,
temperature sensor.
4.1 ARCHITECTURAL DESIGN
To measure the parameters, temperature and heart beat
sensors are considered. Both the sensors are connected to
Arduino UNO. This figure (Fig 1) shows about the
connection between the sensors and the Arduino
board. The Arduino is connected to the sensors. Liclipse, is
used in the front end and SQL is used in the back end. The
SQL collects the data from the sensors and stores the data
(medical parameters). If there exists a constant rise in the
parameters considered remedy to be considered is sent
which is accurate as it is the diagnosis of their own. In case
of abnormality it intimates via buzzer alarm and sends a
mail to the caretaker/ doctor.
Fig 1: Architecture Diagram
5. CONCLUSION
Fig 2: Body Area Network Connections
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 566
For active and assisted living healthcare applications, a
low-power wearable IoT system is used. It summarizes
the main components of the proposed system and explains
their detailed implementation. To illustrate the different
performance aspects of the proposed system a prototype
is built (Fig 2). Despite being a low-cost one, the initial
performance evaluation results have demonstrated the
efficiency of the proposed system, which makes it a good
system for implementing a wide set of wearable
healthcare in living health care applications.
5.1 FUTURE WORK
Like temperature and heartbeat, ECG, EEG and BP are
monitored using sensors which could be implemented in
wearable devices by using BAN (Body Area Network)
concept. For real time applications Bigdata is used and
different algorithms are used for different kinds of data
(Fig 3).
Fig 3: Future Scope
REFERENCES
[1] Medical Image Classification Based on Deep Features
Extracted by Deep Model and Statistic Feature Fusion with
Multilayer Perceptron LAI, Z.; DENG,H. Computational
Intelligence and Neuroscience 2018: 2061516 2018
[2] Shickel B, Tighe PJ, Bihorac A, Deep RP. EHR: a sur- vey
of recent advances in deep learning techniques for
electronic health record (EHR) analysis. IEEE journal of
biomedical and health informatics; 2018.
[3] Ravı D. Wong C, Deligianni F, Berthelot M, Andreu-
Perez J, Lo B, Yang G-Z. Deep learning for health
informatics. IEEE journal of biomedical and health
informatics; 2017(21):4–21.
[4] R. Miclo, F. Fontanili, G. Marquès, P. Bornert, M.Lauras
“RTLS-based Process Mining: Towards an Automatic
Process Diagnosis in Healthcare” AUGUST 2015 IEEE
International Conference on Automation Science and
Engineering (CASE).
[5] Gaspard Harerimana, Member,IEEE;John Wook
Kin,”Deep Learning for Electronic Health Record Analytics”,
vol.
[6] T. Ching et al., “Opportunities and obstacles for deep
learning in biology and medicine,” Journal of The Royal
Society Interface, vol. 15, no. 141, p. 20170387, 2018.
[7] Shickel B, Tighe PJ, Bihorac A, Deep RP. EHR: a sur- vey
of recent advances in deep learning techniques for
electronic health record (EHR) analysis. IEEE journal of
biomedical and health informatics;2018.
[8] W. R. Hersh et al., “Caveats for the use of operational
electronic health record data in comparative effectiveness
research,” Medical care, vol. 51, no. 8 0 3, p. S30, 2013.

More Related Content

What's hot

Measurement of Pulse rate and SPo2 using Pulse Oximeter developed using LabVIEW
Measurement of Pulse rate and SPo2 using Pulse Oximeter developed using LabVIEWMeasurement of Pulse rate and SPo2 using Pulse Oximeter developed using LabVIEW
Measurement of Pulse rate and SPo2 using Pulse Oximeter developed using LabVIEW
IOSR Journals
 
IRJET- IoT based Patient Health Monitoring using ESP8266
IRJET-  	  IoT based Patient Health Monitoring using ESP8266IRJET-  	  IoT based Patient Health Monitoring using ESP8266
IRJET- IoT based Patient Health Monitoring using ESP8266
IRJET Journal
 
Real time health monitoring using gprs technology
Real time health monitoring using gprs technologyReal time health monitoring using gprs technology
Real time health monitoring using gprs technology
Rahul Sharma
 
Internet of things–based vital sign monitoring system
Internet of things–based vital sign monitoring system Internet of things–based vital sign monitoring system
Internet of things–based vital sign monitoring system
IJECEIAES
 
IRJET - IoT based Health Monitoring System and Telemedicine
IRJET - IoT based Health Monitoring System and TelemedicineIRJET - IoT based Health Monitoring System and Telemedicine
IRJET - IoT based Health Monitoring System and Telemedicine
IRJET Journal
 
IRJET - Heartbeat Monitoring and Heart Attack Detection using IoT(Interne...
IRJET -  	  Heartbeat Monitoring and Heart Attack Detection using IoT(Interne...IRJET -  	  Heartbeat Monitoring and Heart Attack Detection using IoT(Interne...
IRJET - Heartbeat Monitoring and Heart Attack Detection using IoT(Interne...
IRJET Journal
 
IRJET- IoT based Human Body Parameters Monitoring by using Wearable Wireless ...
IRJET- IoT based Human Body Parameters Monitoring by using Wearable Wireless ...IRJET- IoT based Human Body Parameters Monitoring by using Wearable Wireless ...
IRJET- IoT based Human Body Parameters Monitoring by using Wearable Wireless ...
IRJET Journal
 
IRJET- Heart Rate Monitoring System using Finger Tip through IOT
IRJET-  	  Heart Rate Monitoring System using Finger Tip through IOTIRJET-  	  Heart Rate Monitoring System using Finger Tip through IOT
IRJET- Heart Rate Monitoring System using Finger Tip through IOT
IRJET Journal
 
IOT Based Patient Health Monitoring System Using WIFI
IOT Based Patient Health Monitoring System Using WIFIIOT Based Patient Health Monitoring System Using WIFI
IOT Based Patient Health Monitoring System Using WIFI
ijtsrd
 
IRJET- IoT based Advanced Healthcare Architecture: A New Approach
IRJET- IoT based Advanced Healthcare Architecture: A New ApproachIRJET- IoT based Advanced Healthcare Architecture: A New Approach
IRJET- IoT based Advanced Healthcare Architecture: A New Approach
IRJET Journal
 
IRJET- Design and Implementation of Health Monitoring System
IRJET-  	  Design and Implementation of Health Monitoring SystemIRJET-  	  Design and Implementation of Health Monitoring System
IRJET- Design and Implementation of Health Monitoring System
IRJET Journal
 
Designing an Architecture for Monitoring Patients at Home: Ontologies and We...
Designing an Architecture  for Monitoring Patients at Home: Ontologies and We...Designing an Architecture  for Monitoring Patients at Home: Ontologies and We...
Designing an Architecture for Monitoring Patients at Home: Ontologies and We...
IRJET Journal
 
IRJET - An Efficient Approach for Monitoring the Patient’s Condition usin...
IRJET -  	  An Efficient Approach for Monitoring the Patient’s Condition usin...IRJET -  	  An Efficient Approach for Monitoring the Patient’s Condition usin...
IRJET - An Efficient Approach for Monitoring the Patient’s Condition usin...
IRJET Journal
 
Survey of a Symptoms Monitoring System for Covid-19
Survey of a Symptoms Monitoring System for Covid-19Survey of a Symptoms Monitoring System for Covid-19
Survey of a Symptoms Monitoring System for Covid-19
vivatechijri
 
Implementation Of Real Time IoT Based Health monitoring system
Implementation Of Real Time IoT Based Health monitoring systemImplementation Of Real Time IoT Based Health monitoring system
Implementation Of Real Time IoT Based Health monitoring system
kchakrireddy
 
IRJET- Wireless Real Time Implementation of Health Assist System for Rurals
IRJET- Wireless Real Time Implementation of Health Assist System for RuralsIRJET- Wireless Real Time Implementation of Health Assist System for Rurals
IRJET- Wireless Real Time Implementation of Health Assist System for Rurals
IRJET Journal
 
A Smart Healthcare Monitoring System for Independent Living
A Smart Healthcare Monitoring System for Independent LivingA Smart Healthcare Monitoring System for Independent Living
A Smart Healthcare Monitoring System for Independent Living
Health Informatics New Zealand
 
IRJET - Medical Analysis using Virtual Reality
IRJET - Medical Analysis using Virtual RealityIRJET - Medical Analysis using Virtual Reality
IRJET - Medical Analysis using Virtual Reality
IRJET Journal
 
An efficient IoT based biomedical health monitoring and diagnosing system usi...
An efficient IoT based biomedical health monitoring and diagnosing system usi...An efficient IoT based biomedical health monitoring and diagnosing system usi...
An efficient IoT based biomedical health monitoring and diagnosing system usi...
TELKOMNIKA JOURNAL
 
IRJET- Intelligent Health Monitoring System using NRF
IRJET- Intelligent Health Monitoring System using NRFIRJET- Intelligent Health Monitoring System using NRF
IRJET- Intelligent Health Monitoring System using NRF
IRJET Journal
 

What's hot (20)

Measurement of Pulse rate and SPo2 using Pulse Oximeter developed using LabVIEW
Measurement of Pulse rate and SPo2 using Pulse Oximeter developed using LabVIEWMeasurement of Pulse rate and SPo2 using Pulse Oximeter developed using LabVIEW
Measurement of Pulse rate and SPo2 using Pulse Oximeter developed using LabVIEW
 
IRJET- IoT based Patient Health Monitoring using ESP8266
IRJET-  	  IoT based Patient Health Monitoring using ESP8266IRJET-  	  IoT based Patient Health Monitoring using ESP8266
IRJET- IoT based Patient Health Monitoring using ESP8266
 
Real time health monitoring using gprs technology
Real time health monitoring using gprs technologyReal time health monitoring using gprs technology
Real time health monitoring using gprs technology
 
Internet of things–based vital sign monitoring system
Internet of things–based vital sign monitoring system Internet of things–based vital sign monitoring system
Internet of things–based vital sign monitoring system
 
IRJET - IoT based Health Monitoring System and Telemedicine
IRJET - IoT based Health Monitoring System and TelemedicineIRJET - IoT based Health Monitoring System and Telemedicine
IRJET - IoT based Health Monitoring System and Telemedicine
 
IRJET - Heartbeat Monitoring and Heart Attack Detection using IoT(Interne...
IRJET -  	  Heartbeat Monitoring and Heart Attack Detection using IoT(Interne...IRJET -  	  Heartbeat Monitoring and Heart Attack Detection using IoT(Interne...
IRJET - Heartbeat Monitoring and Heart Attack Detection using IoT(Interne...
 
IRJET- IoT based Human Body Parameters Monitoring by using Wearable Wireless ...
IRJET- IoT based Human Body Parameters Monitoring by using Wearable Wireless ...IRJET- IoT based Human Body Parameters Monitoring by using Wearable Wireless ...
IRJET- IoT based Human Body Parameters Monitoring by using Wearable Wireless ...
 
IRJET- Heart Rate Monitoring System using Finger Tip through IOT
IRJET-  	  Heart Rate Monitoring System using Finger Tip through IOTIRJET-  	  Heart Rate Monitoring System using Finger Tip through IOT
IRJET- Heart Rate Monitoring System using Finger Tip through IOT
 
IOT Based Patient Health Monitoring System Using WIFI
IOT Based Patient Health Monitoring System Using WIFIIOT Based Patient Health Monitoring System Using WIFI
IOT Based Patient Health Monitoring System Using WIFI
 
IRJET- IoT based Advanced Healthcare Architecture: A New Approach
IRJET- IoT based Advanced Healthcare Architecture: A New ApproachIRJET- IoT based Advanced Healthcare Architecture: A New Approach
IRJET- IoT based Advanced Healthcare Architecture: A New Approach
 
IRJET- Design and Implementation of Health Monitoring System
IRJET-  	  Design and Implementation of Health Monitoring SystemIRJET-  	  Design and Implementation of Health Monitoring System
IRJET- Design and Implementation of Health Monitoring System
 
Designing an Architecture for Monitoring Patients at Home: Ontologies and We...
Designing an Architecture  for Monitoring Patients at Home: Ontologies and We...Designing an Architecture  for Monitoring Patients at Home: Ontologies and We...
Designing an Architecture for Monitoring Patients at Home: Ontologies and We...
 
IRJET - An Efficient Approach for Monitoring the Patient’s Condition usin...
IRJET -  	  An Efficient Approach for Monitoring the Patient’s Condition usin...IRJET -  	  An Efficient Approach for Monitoring the Patient’s Condition usin...
IRJET - An Efficient Approach for Monitoring the Patient’s Condition usin...
 
Survey of a Symptoms Monitoring System for Covid-19
Survey of a Symptoms Monitoring System for Covid-19Survey of a Symptoms Monitoring System for Covid-19
Survey of a Symptoms Monitoring System for Covid-19
 
Implementation Of Real Time IoT Based Health monitoring system
Implementation Of Real Time IoT Based Health monitoring systemImplementation Of Real Time IoT Based Health monitoring system
Implementation Of Real Time IoT Based Health monitoring system
 
IRJET- Wireless Real Time Implementation of Health Assist System for Rurals
IRJET- Wireless Real Time Implementation of Health Assist System for RuralsIRJET- Wireless Real Time Implementation of Health Assist System for Rurals
IRJET- Wireless Real Time Implementation of Health Assist System for Rurals
 
A Smart Healthcare Monitoring System for Independent Living
A Smart Healthcare Monitoring System for Independent LivingA Smart Healthcare Monitoring System for Independent Living
A Smart Healthcare Monitoring System for Independent Living
 
IRJET - Medical Analysis using Virtual Reality
IRJET - Medical Analysis using Virtual RealityIRJET - Medical Analysis using Virtual Reality
IRJET - Medical Analysis using Virtual Reality
 
An efficient IoT based biomedical health monitoring and diagnosing system usi...
An efficient IoT based biomedical health monitoring and diagnosing system usi...An efficient IoT based biomedical health monitoring and diagnosing system usi...
An efficient IoT based biomedical health monitoring and diagnosing system usi...
 
IRJET- Intelligent Health Monitoring System using NRF
IRJET- Intelligent Health Monitoring System using NRFIRJET- Intelligent Health Monitoring System using NRF
IRJET- Intelligent Health Monitoring System using NRF
 

Similar to IRJET - IoT based E-Prognosis System

IRJET- Design and Implementation of IOT Based Health Monitoring System Using ...
IRJET- Design and Implementation of IOT Based Health Monitoring System Using ...IRJET- Design and Implementation of IOT Based Health Monitoring System Using ...
IRJET- Design and Implementation of IOT Based Health Monitoring System Using ...
IRJET Journal
 
ealth Monitoring System in Emergency Using IoT: A Review
ealth Monitoring System in Emergency Using IoT: A Reviewealth Monitoring System in Emergency Using IoT: A Review
ealth Monitoring System in Emergency Using IoT: A Review
IRJET Journal
 
IRJET - Design and Implementation of IoT based Smart Health Care Monitoring S...
IRJET - Design and Implementation of IoT based Smart Health Care Monitoring S...IRJET - Design and Implementation of IoT based Smart Health Care Monitoring S...
IRJET - Design and Implementation of IoT based Smart Health Care Monitoring S...
IRJET Journal
 
IRJET- Body Sensor Network using Raspberry Pi3: IoT
IRJET- Body Sensor Network using Raspberry Pi3: IoTIRJET- Body Sensor Network using Raspberry Pi3: IoT
IRJET- Body Sensor Network using Raspberry Pi3: IoT
IRJET Journal
 
IRJET- Smart ICU using IoT
IRJET- Smart ICU using IoTIRJET- Smart ICU using IoT
IRJET- Smart ICU using IoT
IRJET Journal
 
IRJET- Implementation of Cloud based Health Care Monitoring System using IoT
IRJET-  	  Implementation of Cloud based Health Care Monitoring System using IoTIRJET-  	  Implementation of Cloud based Health Care Monitoring System using IoT
IRJET- Implementation of Cloud based Health Care Monitoring System using IoT
IRJET Journal
 
IRJET- Implementation of Cloud based Health Care Monitoring System using IoT
IRJET- Implementation of Cloud based Health Care Monitoring System using IoTIRJET- Implementation of Cloud based Health Care Monitoring System using IoT
IRJET- Implementation of Cloud based Health Care Monitoring System using IoT
IRJET Journal
 
HEART RATE MONITORING SYSTEM USING IOT
HEART RATE MONITORING SYSTEM USING IOTHEART RATE MONITORING SYSTEM USING IOT
HEART RATE MONITORING SYSTEM USING IOT
IRJET Journal
 
IRJET - Remote Health Monitoring System using IoT
IRJET - Remote Health Monitoring System using IoTIRJET - Remote Health Monitoring System using IoT
IRJET - Remote Health Monitoring System using IoT
IRJET Journal
 
Irjet v7 i31040
Irjet v7 i31040Irjet v7 i31040
Irjet v7 i31040
aissmsblogs
 
SMART VILLAGE - DIGITAL HEALTHCARE SYSTEM
SMART VILLAGE - DIGITAL HEALTHCARE SYSTEMSMART VILLAGE - DIGITAL HEALTHCARE SYSTEM
SMART VILLAGE - DIGITAL HEALTHCARE SYSTEM
IRJET Journal
 
IRJET- Health Monitoring System for Heart Patient
IRJET- Health Monitoring System for Heart PatientIRJET- Health Monitoring System for Heart Patient
IRJET- Health Monitoring System for Heart Patient
IRJET Journal
 
Applications of Sensors to Detect the Behavior of Human. A Survey Paper
Applications of Sensors to Detect the Behavior of Human. A Survey PaperApplications of Sensors to Detect the Behavior of Human. A Survey Paper
Applications of Sensors to Detect the Behavior of Human. A Survey Paper
IRJET Journal
 
IRJET- An IoT Driven Healthcare System for Remote Monitoring
IRJET- An IoT Driven Healthcare System for Remote MonitoringIRJET- An IoT Driven Healthcare System for Remote Monitoring
IRJET- An IoT Driven Healthcare System for Remote Monitoring
IRJET Journal
 
IRJET- Development of Data Transmission using Smart Sensing Technology for St...
IRJET- Development of Data Transmission using Smart Sensing Technology for St...IRJET- Development of Data Transmission using Smart Sensing Technology for St...
IRJET- Development of Data Transmission using Smart Sensing Technology for St...
IRJET Journal
 
IoT Based Patient Biomedical Signal Tracking System
IoT Based Patient Biomedical Signal Tracking SystemIoT Based Patient Biomedical Signal Tracking System
IoT Based Patient Biomedical Signal Tracking System
IRJET Journal
 
IRJET - Patient Health Monitoring System using IoT
IRJET - Patient Health Monitoring System using IoTIRJET - Patient Health Monitoring System using IoT
IRJET - Patient Health Monitoring System using IoT
IRJET Journal
 
Design and Development of Mental Health Monitoring System using Multiple Sens...
Design and Development of Mental Health Monitoring System using Multiple Sens...Design and Development of Mental Health Monitoring System using Multiple Sens...
Design and Development of Mental Health Monitoring System using Multiple Sens...
ijtsrd
 
Utilizing communication techniques in IoT-based healthcare monitoring systems...
Utilizing communication techniques in IoT-based healthcare monitoring systems...Utilizing communication techniques in IoT-based healthcare monitoring systems...
Utilizing communication techniques in IoT-based healthcare monitoring systems...
ssuser7256f7
 
IRJET- Hiding Sensitive Medical Data using Encryption
IRJET- Hiding Sensitive Medical Data using EncryptionIRJET- Hiding Sensitive Medical Data using Encryption
IRJET- Hiding Sensitive Medical Data using Encryption
IRJET Journal
 

Similar to IRJET - IoT based E-Prognosis System (20)

IRJET- Design and Implementation of IOT Based Health Monitoring System Using ...
IRJET- Design and Implementation of IOT Based Health Monitoring System Using ...IRJET- Design and Implementation of IOT Based Health Monitoring System Using ...
IRJET- Design and Implementation of IOT Based Health Monitoring System Using ...
 
ealth Monitoring System in Emergency Using IoT: A Review
ealth Monitoring System in Emergency Using IoT: A Reviewealth Monitoring System in Emergency Using IoT: A Review
ealth Monitoring System in Emergency Using IoT: A Review
 
IRJET - Design and Implementation of IoT based Smart Health Care Monitoring S...
IRJET - Design and Implementation of IoT based Smart Health Care Monitoring S...IRJET - Design and Implementation of IoT based Smart Health Care Monitoring S...
IRJET - Design and Implementation of IoT based Smart Health Care Monitoring S...
 
IRJET- Body Sensor Network using Raspberry Pi3: IoT
IRJET- Body Sensor Network using Raspberry Pi3: IoTIRJET- Body Sensor Network using Raspberry Pi3: IoT
IRJET- Body Sensor Network using Raspberry Pi3: IoT
 
IRJET- Smart ICU using IoT
IRJET- Smart ICU using IoTIRJET- Smart ICU using IoT
IRJET- Smart ICU using IoT
 
IRJET- Implementation of Cloud based Health Care Monitoring System using IoT
IRJET-  	  Implementation of Cloud based Health Care Monitoring System using IoTIRJET-  	  Implementation of Cloud based Health Care Monitoring System using IoT
IRJET- Implementation of Cloud based Health Care Monitoring System using IoT
 
IRJET- Implementation of Cloud based Health Care Monitoring System using IoT
IRJET- Implementation of Cloud based Health Care Monitoring System using IoTIRJET- Implementation of Cloud based Health Care Monitoring System using IoT
IRJET- Implementation of Cloud based Health Care Monitoring System using IoT
 
HEART RATE MONITORING SYSTEM USING IOT
HEART RATE MONITORING SYSTEM USING IOTHEART RATE MONITORING SYSTEM USING IOT
HEART RATE MONITORING SYSTEM USING IOT
 
IRJET - Remote Health Monitoring System using IoT
IRJET - Remote Health Monitoring System using IoTIRJET - Remote Health Monitoring System using IoT
IRJET - Remote Health Monitoring System using IoT
 
Irjet v7 i31040
Irjet v7 i31040Irjet v7 i31040
Irjet v7 i31040
 
SMART VILLAGE - DIGITAL HEALTHCARE SYSTEM
SMART VILLAGE - DIGITAL HEALTHCARE SYSTEMSMART VILLAGE - DIGITAL HEALTHCARE SYSTEM
SMART VILLAGE - DIGITAL HEALTHCARE SYSTEM
 
IRJET- Health Monitoring System for Heart Patient
IRJET- Health Monitoring System for Heart PatientIRJET- Health Monitoring System for Heart Patient
IRJET- Health Monitoring System for Heart Patient
 
Applications of Sensors to Detect the Behavior of Human. A Survey Paper
Applications of Sensors to Detect the Behavior of Human. A Survey PaperApplications of Sensors to Detect the Behavior of Human. A Survey Paper
Applications of Sensors to Detect the Behavior of Human. A Survey Paper
 
IRJET- An IoT Driven Healthcare System for Remote Monitoring
IRJET- An IoT Driven Healthcare System for Remote MonitoringIRJET- An IoT Driven Healthcare System for Remote Monitoring
IRJET- An IoT Driven Healthcare System for Remote Monitoring
 
IRJET- Development of Data Transmission using Smart Sensing Technology for St...
IRJET- Development of Data Transmission using Smart Sensing Technology for St...IRJET- Development of Data Transmission using Smart Sensing Technology for St...
IRJET- Development of Data Transmission using Smart Sensing Technology for St...
 
IoT Based Patient Biomedical Signal Tracking System
IoT Based Patient Biomedical Signal Tracking SystemIoT Based Patient Biomedical Signal Tracking System
IoT Based Patient Biomedical Signal Tracking System
 
IRJET - Patient Health Monitoring System using IoT
IRJET - Patient Health Monitoring System using IoTIRJET - Patient Health Monitoring System using IoT
IRJET - Patient Health Monitoring System using IoT
 
Design and Development of Mental Health Monitoring System using Multiple Sens...
Design and Development of Mental Health Monitoring System using Multiple Sens...Design and Development of Mental Health Monitoring System using Multiple Sens...
Design and Development of Mental Health Monitoring System using Multiple Sens...
 
Utilizing communication techniques in IoT-based healthcare monitoring systems...
Utilizing communication techniques in IoT-based healthcare monitoring systems...Utilizing communication techniques in IoT-based healthcare monitoring systems...
Utilizing communication techniques in IoT-based healthcare monitoring systems...
 
IRJET- Hiding Sensitive Medical Data using Encryption
IRJET- Hiding Sensitive Medical Data using EncryptionIRJET- Hiding Sensitive Medical Data using Encryption
IRJET- Hiding Sensitive Medical Data using Encryption
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
IRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
IRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
IRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
IRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
IRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
IRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
IRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
IRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
Massimo Talia
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
Pratik Pawar
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
MdTanvirMahtab2
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
Jayaprasanna4
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
Jayaprasanna4
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Sreedhar Chowdam
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
R&R Consult
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
obonagu
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
seandesed
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
AafreenAbuthahir2
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Dr.Costas Sachpazis
 
Investor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptxInvestor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptx
AmarGB2
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
gerogepatton
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
AhmedHussein950959
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
Kamal Acharya
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
Divya Somashekar
 
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
thanhdowork
 
space technology lecture notes on satellite
space technology lecture notes on satellitespace technology lecture notes on satellite
space technology lecture notes on satellite
ongomchris
 
English lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdfEnglish lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdf
BrazilAccount1
 
road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
VENKATESHvenky89705
 

Recently uploaded (20)

Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
 
Investor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptxInvestor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptx
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
 
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
 
space technology lecture notes on satellite
space technology lecture notes on satellitespace technology lecture notes on satellite
space technology lecture notes on satellite
 
English lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdfEnglish lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdf
 
road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
 

IRJET - IoT based E-Prognosis System

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 564 IoT BASED E-PROGNOSIS SYSTEM Sudha S1, Shenbagavadivu S2, Sujitha M3, Gowsalya P4 1Student, Department of Information Technology, SRM Valliammai Engineering College, Tamilnadu, India 2Asst Professor, Department of Information Technology, SRM Valliammai Engineering College, Tamilnadu, India 3Student, Department of Information Technology, SRM Valliammai Engineering College, Tamilnadu, India 4Student, Department of Information Technology, SRM Valliammai Engineering College, Tamilnadu, India ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - One of the major concerns that is still posing as a challenge is a disability. The person with a disability has to be monitored by the caretaker, but it is impossible to look after them always. This is about E-PROGNOSIS SYSTEM based on IoT (Internet of Things). The term BAN (Body Area Network) refers to the system where communication is entirely within, on and in the immediate proximity of a human body. Doctors use various medical apparatus to predict diseases but, ECG, EEG, BP, Temperature and Heart beat can be predicted using sensors. It is possible to connect the wearable devices (sensors) on the human body, to the internet. The medical professionals can access the medical data online usingthe internet. In this systemtemperature and heartbeat are considered. The system measures the parameters of the patient and when there is a constant rise in temperature its diagnosis itself then it sends the information and remedy to be taken to the patient, care taker or doctor via IoT. Key Words: BAN, Sensor, Diagnosis, Prognosis, Parameters 1. INTRODUCTION In today’s world, physically challenged person & old aged people depend on the caretaker. The purpose of this project is to design & develop IOT based e- prognosis system. The aim of this work is to help the disabled person without the help of a caretaker. So, this system introduces the term BAN (Body Area Network) came to refer to the system where communication is entirely within, on and in the immediate proximity of a human body. It is possible to connect the wearable devices on the human body to the internet. Doctor’s use various medical apparatus to predict diseases but, ECG, EEG, BP, Temperature and heart beat can be predicted using sensors. 1.1 OBJECTIVE This project mainly focuses on to avoid errors in diagnosing by various existing applications and software. A protocol is designed to monitor the parameters and gives a diagnosis in case of abnormality to make this protocol (EEG, ECG, BP, Temperature, and Heartbeat) compact, BAN is implemented. 1.2 BENEFITS Easy to implement, more flexible, no distance limited for information sharing, reduce man power, reduce waiting in hospitals, much needed for physically challenged /aged people/ infants. 1.3 CHALLENGES Treatment process takes a long time (much more than expected) for each patient waiting in the queue or pending list, Due to heterogeneity, difficult to automate the learning steps involved in process mining, Low-support, Low-confidence, Time consuming and there are several interpretations possible, it is not being exploited to detect eventualities in hospital processes. 2. LITERATURE SURVEY [1] Medical Image Classification Based on Deep Features Extracted by Deep Model and Statistic Feature Fusion with Multilayer Perceptron LAI, Z.;DENG,H. Computational Intelligence and Neuroscience 2018: 2061516 2018 Medical Image Classification Based on Deep Features Extracted by Deep Model and Statistic Feature Fusion with Multilayer Perceptron, The system is designed to realize unsupervised learning by obtaining representative and global fused features with fewer noises and by building pixel-by-pixel mapping between the two source data. it is used to evaluate the effectiveness of the proposed framework, experiments on two MHSI data sets are implemented. [2] Shickel B, Tighe PJ, Bihorac A, Deep RP. EHR: a sur- vey of recent advances in deep learning techniques for electronic health record (EHR) analysis. IEEE journal of biomedical and health informatics; 2018. The system provides tight link between decision supporting knowledge and specific patient data. it is used to diagnosis and to give remedy to the patient. [3] Ravı D. Wong C, Deligianni F, Berthelot M, Andreu- Perez J, Lo B, Yang G-Z. Deep learning for health informatics. IEEE journal of biomedical and health informatics; 2017(21):4–21.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 565 Focuses on rapid improvements of computational power, fast data storage, and parallelization and it is used for providing a critical analysis of the relative merit, and potential pitfalls of the technique as well as its future outlook. [4] R. Miclo, F. Fontanili, G. Marquès, P. Bornert, M.Lauras “RTLS-based Process Mining: Towards an Automatic Process Diagnosis in Healthcare” AUGUST 2015 IEEE International Conference on Automation Science and Engineering (CASE). In this system log files are the main data source to use a Process Mining tool. In this Process Mining of data, the patient pathways in an external consulting service of a hospital center. Apart from this the patient details are at the front desk, the information system does not collect enough events in order to manage the model in details of different patient pathways. An accurate diagnosis can be enabled in numerous and fast input data treatment, automatic process modeling and output data. 3. MODULE DESCRIPTION The modules of the proposed system are based on the two cases, a. Server Module b. Sensor Module a. Server Module Server receives the data from hardware and publishes in the webpage. SQL is used in the back end to store and retrieve the database b. Sensor Module Here temperature and heartbeat sensor are taken for measuring the parameters. The Temperature sensor is a temperature sensing device for solid state that acts a little like an electrical resistor which is temperature sensitive. It is used to produce an analogue output voltage with variations in ambient temperature and it can be referred as a transducer. Due to physical changes in heat it creates a change in its electrical properties. There exist many ways to measure heart rate and the easiest way is using a Heartbeat Sensor. The principle behind this Sensor is Photo plethysmograph. According to this principle, the change in the volume of blood is measured by the change in the intensity of the light passing. The source of light would be an IR LED and may contain any Photo detector like a Photo Diode, an LDR (Light Dependent Resistor) or a Photo Transistor. By these light source and detector, a transmitive Sensor and a reflective Sensor can be arranged. The light source and the detector are facing towards each other and the fingers have to be placed in between the transmitter and receiver. The temperature sensor and heartbeat sensor measure the data and gives it to Arduino module. In Arduino it analyses the data and diagnosis the result. Then the data is sent to the server. 4. SYSTEM DESIGN The model consists of Arduino UNO, heart beat sensor, temperature sensor. 4.1 ARCHITECTURAL DESIGN To measure the parameters, temperature and heart beat sensors are considered. Both the sensors are connected to Arduino UNO. This figure (Fig 1) shows about the connection between the sensors and the Arduino board. The Arduino is connected to the sensors. Liclipse, is used in the front end and SQL is used in the back end. The SQL collects the data from the sensors and stores the data (medical parameters). If there exists a constant rise in the parameters considered remedy to be considered is sent which is accurate as it is the diagnosis of their own. In case of abnormality it intimates via buzzer alarm and sends a mail to the caretaker/ doctor. Fig 1: Architecture Diagram 5. CONCLUSION Fig 2: Body Area Network Connections
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 566 For active and assisted living healthcare applications, a low-power wearable IoT system is used. It summarizes the main components of the proposed system and explains their detailed implementation. To illustrate the different performance aspects of the proposed system a prototype is built (Fig 2). Despite being a low-cost one, the initial performance evaluation results have demonstrated the efficiency of the proposed system, which makes it a good system for implementing a wide set of wearable healthcare in living health care applications. 5.1 FUTURE WORK Like temperature and heartbeat, ECG, EEG and BP are monitored using sensors which could be implemented in wearable devices by using BAN (Body Area Network) concept. For real time applications Bigdata is used and different algorithms are used for different kinds of data (Fig 3). Fig 3: Future Scope REFERENCES [1] Medical Image Classification Based on Deep Features Extracted by Deep Model and Statistic Feature Fusion with Multilayer Perceptron LAI, Z.; DENG,H. Computational Intelligence and Neuroscience 2018: 2061516 2018 [2] Shickel B, Tighe PJ, Bihorac A, Deep RP. EHR: a sur- vey of recent advances in deep learning techniques for electronic health record (EHR) analysis. IEEE journal of biomedical and health informatics; 2018. [3] Ravı D. Wong C, Deligianni F, Berthelot M, Andreu- Perez J, Lo B, Yang G-Z. Deep learning for health informatics. IEEE journal of biomedical and health informatics; 2017(21):4–21. [4] R. Miclo, F. Fontanili, G. Marquès, P. Bornert, M.Lauras “RTLS-based Process Mining: Towards an Automatic Process Diagnosis in Healthcare” AUGUST 2015 IEEE International Conference on Automation Science and Engineering (CASE). [5] Gaspard Harerimana, Member,IEEE;John Wook Kin,”Deep Learning for Electronic Health Record Analytics”, vol. [6] T. Ching et al., “Opportunities and obstacles for deep learning in biology and medicine,” Journal of The Royal Society Interface, vol. 15, no. 141, p. 20170387, 2018. [7] Shickel B, Tighe PJ, Bihorac A, Deep RP. EHR: a sur- vey of recent advances in deep learning techniques for electronic health record (EHR) analysis. IEEE journal of biomedical and health informatics;2018. [8] W. R. Hersh et al., “Caveats for the use of operational electronic health record data in comparative effectiveness research,” Medical care, vol. 51, no. 8 0 3, p. S30, 2013.