SlideShare ist ein Scribd-Unternehmen logo
1 von 5
Downloaden Sie, um offline zu lesen
IOSR Journal of Electronics and Communication Engineering (IOSR-JECE)
e-ISSN: 2278-2834,p- ISSN: 2278-8735.Volume 7, Issue 2 (Jul. - Aug. 2013), PP 46-50
www.iosrjournals.org
www.iosrjournals.org 46 | Page
Software Application for E-Health Monitoring System
Mr. Prasanna Puttaswamy 1
, Mr. Pramod Srivatsa Krishna Murthy2
1,2
(M.Sc graduate from Coventry University, UK, Mysore, Karnataka)
Abstract: this paper presents an application of system which monitors the condition of patients or an aged
person continuously using WSN technology. E-Health monitoring system is integrated with medical sensor and
small computing devices to communicate between medical centre and Patient. This system automatically alerts
the medical centre in case of Emergency or if patient needs immediate Doctor Attention. Such an approach
reduces the routine rounds of medical personal and allows them to concentrate on other important duties.
Keywords: Medical Sensors, E-Health Monitoring, Algorithm for E-Health monitoring, EHMS.
I. Introduction
Today’s rapid growth in the technology has revolutionised many fields in the world, Medical field is
being one of them. E-Health monitoring System’s are effectively used in Monitoring of health condition of
patient/ aged person remotely. This is achievable in this era due to the technological advancements in Wireless
sensor Network’s (WSN) which are widely used in E-Health monitoring System that are integrated with medical
sensor to fetch the quest.
Wireless Sensor Network commonly referred as WSN is an emerging technology at present time. In a
WSN, dozens or even hundreds of small computing devices are scattered in an environment [1]. Each
computing devices are capable of performing different set of task/ function i.e. monitoring, displaying and
sensing & thus having broad commercial applications in Industries, Healthcare monitoring and military
application and so on.
WSN device consist of a sensor or an actuator, a radio stack, embedded processor, an antenna and a battery.
These devices are held within an enclosure [1].Generally all the WSNs use the sensor to sense or gather the data,
then process those data for the subsequent use. In case of healthcare monitoring system the data will be
processed in the sensor node if it is outside the safe zone, then the result will be transmitted to clinician or the
concerned medical staff to respond to the patient [1].
Two main types of services are provided by the WSN which are query based and publish/subscribe
based services. Each service has its own advantage as well as limitation. The pub/sub service is used in this
application due to its advantage in user initiated services. This service is energy efficient which is very crucial
factor in WSN. This has better scalability than other types of services. The user will receive the message
automatically if he/she is subscribed to the service. Because of all these advantages, this service suits better
compared to the query based service.
Even though it is possible to integrate many medical sensor to monitor, only one sensor is consider in this
system for software implementation and Simulation purpose.
II. E-Health Monitoring System
EHMS is a system which gathers the information from the patient and process the data according to set
of rules provided, then takes the necessary action if required. Fig 1 shows the architecture of the EHMS. The
details of the EHMS is as explained
Fig 1 E-health monitoring system block diagram
Software Application for E-Health Monitoring System
www.iosrjournals.org 47 | Page
2.1Monitoring System
Monitoring system collects the information from medical sensor from the patient. It then transfer this
collected data to the Health monitoring system which is explained in the later part. Monitoring system
compromises of the several health sensors to measures the Temperature, Blood pressure level, Heart Beat Rate
and other characteristic of patient’s. These sensors provide the collected information ultimately to the EHMS
Application which will be explained in later part.
2.2 Health Monitoring System
Health monitoring system mainly focuses on one particular aspect like Heart Beat Rate or Blood
pressure level, while the monitoring system collects the patient’s health care data from the sensors. Health
monitoring system uses set of standard format to read the data from monitoring system. It then manages to
analyse the reading as per the information provided by medical schema. For Example a medical schema
provides the information what action must be taken if the Heart Beat Rate indicates the abnormal reading. The
Medical schema is provided by the concerned medical personal.
2.3 Automatic Service
Automatic services triggers the alert message to the medical personal, if there is any prediction of
abnormal behaviour in patient character once the analysis in health monitoring system is completed.
III. E-HMS Application
EHMS application is done on the software which will be installed in the medical centre. EHMS
application for this system is written in the .NET platform with the Visual Studio IDE. .NET is used due to main
advantage which explained in later section. The Graphical User Interface (GUI) of this application is shown in
Fig 2.
Fig 2 GUI of E-HMS Application
This EHMS application allows the doctor to subscribe or unsubscribe. A database is used to store the information
of the doctor and also the threshold limit for processing. Validation are done in such a way that only the authorised medical
personal are allowed to start the monitoring of the patient and also change the threshold limit if necessary. If the patient
health data exceeds safe limit then alert message is delivered and display in the concerned authorised medical personal
/Doctor.
3.1 Use Case Diagram Of E-HMS Application
Use case diagram is extensively used for Embedded System Design. Main program is divided into
seven use cases for this application. Each use cases are programmed to perform set of task assigned to it. Use
diagram for the EHMS application is shown in Fig 3.
Software Application for E-Health Monitoring System
www.iosrjournals.org 48 | Page
Fig 3 Use case diagram of EHMS application
Seven use cases and their description are
Subscribe the doctor: Allow the medical personal to register his/her identity by storing the username and
password for authentication.
Unsubscribe the doctor: An option to delete his/her identity from the database to minimize the memory
usage. This option is advisable in case if health monitoring no longer needed.
Validation: This function is must step in EHMS Application. This ensures the authenticity of the medical
personal to prevent any misuse of EHMS Application.
Change Threshold: This use case is written to change/alter the threshold limit of certain health characteristic is
case advancement or collapse in patient health.
Process/Computing: This use function is to process the data from the monitoring system and also to
process the request from medical application then it manages response for the EHMS application.
Alert Service: This use case function is to send an alert message to concerned medical personal for his
attention in case of abnormal behaviour in patient i.e. if the monitored data is above or below the set limit
provided by medical schema.
Sensed Data: This function collects the all data from the medical health sensor then feeds this data to health
monitoring system.
IV. Simulation Approach
Medical sensors are bit costly so it is advisable to build this system in simulation environment which
practically replicates the original system to analyze the behaviour/result of the system & EHMS Application. As
mentioned previously EHMS Application is written in .NET platform in c# language. Gumstix is used for the
computational purposes.
Here simulation is carried out for generating the sensor data (some random number) which will be
treated as sensor data. Gumstix work is to process, analyse and compute the data. This is also simulated.
Since the gumstix supports the .NET platform one could use the software written in this without changing. For
better understanding of this system Activity diagram and its explanation will be given in later section.
Software Application for E-Health Monitoring System
www.iosrjournals.org 49 | Page
4.1 Activity Diagram
Fig 4 Activity Diagram
4.2 Algorithm Of E-HMS
 Initialisation of the monitoring process from authenticated medical personal from EHMS Application.
 EHMS continuously acquires data from sensors as per pre set time intervals.
 Computing device (Gumstix) process & analyzes the data according to medical schema
 If the sensed data is off limit then it manages to alert the medical personal through message service in
EHMS Application window.
V. Simulation Result
The result obtained is highly accurate and reliable. As previously mentioned simulation environment
precisely replicates the actual system. The same accurate and precise results can be expected from the EHMS if
it is implemented practically.
EHMS Application is fully secured, in other words this application prevents any accidents or unauthorised
access, expect medical personal/ medical centre staff, who holds the authority to monitor the patient health. The
alert services are sent via Internet protocol which will be received in medical centre/ EHMS application almost
immediately.
Fig 5 Alert message in E-HMS application
VI. Conclusion
The simulation results suggest that it is possible to monitor the patient health characteristic remotely.
EHMS application developed can be reliable and also it will be of very helpful for the medical personal. Since
EHMS system along with this application minimizes the routine visits to the patients, by getting his/her
attention towards the patients only if needed. Thus saving his/him time which in turn allows him/her to
concentrate on more important things/works. This result also suggests that alert message delivery time is really
fast, which is one of the major concerning factors in medical field.
Software Application for E-Health Monitoring System
www.iosrjournals.org 50 | Page
As the first step, this system is successfully simulated. Future work can be carried out by implementing
this system in real time. This paper suggests some of the important hardware parts that are essential to the
EHMS system. This application can be extended for more sensor, more patients.
Reference
[1] Terrance J. Dishongh, Michael McGrath (2010) Wireless sensor Network for Healthcare Application [Online] available from <
http://site.ebrary.com/lib/coventry/docDetail.action?docID=10359069> [5th
May 2013].
[2] Tessa DANIEL, Elena GAURA (2008) Information Extraction from Large Scale WSN’s: Approach and Research Issue [Online]
available from < http://wwwm. Coventry.ac.uk/researchnet/cogentcomputing/research/Documents/P_296.pdf> [6th
May 2013].
[3] Anon (n.d) Publish and Subscribe Pattern [Online] available from < http://en.wikipedia.org/wiki/Publish/subscribe > [6th
May 2013].
[4] David Tam, Reza Azimi and Hans-Arno Jacobsen (n.d) Building content based System with Distributed Hash Tables [Online]
available from < http://www.eecg.toronto.edu/~tamda/dht/dht.pdf > [6th
May 2013].
[5] Anon (n.d) Gumstix [Online] available from <http://en.wikipedia.org/wiki/Gumstix > [15 May 2013].
[6] Anon (n.d) Windows CE Solution [Online] available from <http://wiki.gumstix.org/index.php?title=Windows_CE_solution> [15
May 2013].
[7] Gumstix (n.d) Product Overview [Online] available from < https://www.gumstix.com/store/product_info.php?products_id=226 > [15
May 2013].
[8] OpenEmbedded (n.d) OpenEmbedded [Online] available from < http://www.openembedded.org/wiki/Main_Page > [15 May 2013].
[9] Gumstix (n.d) Software [Online] available from < https://www.gumstix.com/software.html > [15 May 2013].

Weitere ähnliche Inhalte

Was ist angesagt?

Hospital Management System Abstract 2017
Hospital Management System Abstract 2017Hospital Management System Abstract 2017
Hospital Management System Abstract 2017ioshean
 
Hospital presentation
Hospital presentationHospital presentation
Hospital presentationRANJIT SINGH
 
Hims brief questionnaire
Hims brief questionnaire  Hims brief questionnaire
Hims brief questionnaire Shree Birla
 
Final case study
Final case studyFinal case study
Final case studyDeepika Das
 
Design of Self-Learning System for Diagnosing Health Parameters using ANFIS
Design of Self-Learning System for Diagnosing Health Parameters using ANFISDesign of Self-Learning System for Diagnosing Health Parameters using ANFIS
Design of Self-Learning System for Diagnosing Health Parameters using ANFISIRJET Journal
 
Doctor Chamber Management System - final presentation
Doctor Chamber Management System - final presentationDoctor Chamber Management System - final presentation
Doctor Chamber Management System - final presentationShahidul Islam
 
Patient prescription management system
Patient   prescription management systemPatient   prescription management system
Patient prescription management systemMohand Sakr
 
Design and Implementation of Hospital Management System Using Java
Design and Implementation of Hospital Management System Using JavaDesign and Implementation of Hospital Management System Using Java
Design and Implementation of Hospital Management System Using JavaIOSR Journals
 
SRS for Hospital Management System
SRS for Hospital Management SystemSRS for Hospital Management System
SRS for Hospital Management Systemkataria Arvind
 
DESIGN OF A SAFE AND SMART MEDICINE BOX
DESIGN OF A SAFE AND SMART MEDICINE BOX DESIGN OF A SAFE AND SMART MEDICINE BOX
DESIGN OF A SAFE AND SMART MEDICINE BOX ijbesjournal
 
neetu yadav.pptx
neetu yadav.pptxneetu yadav.pptx
neetu yadav.pptxRinaThapa4
 
HMIS by Variance Technologies
HMIS by Variance TechnologiesHMIS by Variance Technologies
HMIS by Variance TechnologiesPreeti Arya
 
An intelligent patient tele monitoring system using android technology
An intelligent patient tele monitoring system using android technologyAn intelligent patient tele monitoring system using android technology
An intelligent patient tele monitoring system using android technologyeSAT Journals
 
A Review Paper on Design of GPS and GSM Based Intelligent Ambulance Monitoring
A Review Paper on Design of GPS and GSM Based Intelligent Ambulance MonitoringA Review Paper on Design of GPS and GSM Based Intelligent Ambulance Monitoring
A Review Paper on Design of GPS and GSM Based Intelligent Ambulance MonitoringIJERA Editor
 
PROPOSED TRANSPORT PROTOCOLS SUITE FOR WIRELESS MEDICAL BODY AREA NETWORKS
PROPOSED TRANSPORT PROTOCOLS SUITE FOR WIRELESS MEDICAL BODY AREA NETWORKSPROPOSED TRANSPORT PROTOCOLS SUITE FOR WIRELESS MEDICAL BODY AREA NETWORKS
PROPOSED TRANSPORT PROTOCOLS SUITE FOR WIRELESS MEDICAL BODY AREA NETWORKSijngnjournal
 
IRJET- An Information Forwarder for Healthcare Service and analysis using Big...
IRJET- An Information Forwarder for Healthcare Service and analysis using Big...IRJET- An Information Forwarder for Healthcare Service and analysis using Big...
IRJET- An Information Forwarder for Healthcare Service and analysis using Big...IRJET Journal
 
Hospitalmanagementsystemproject 140513065037-phpapp02
Hospitalmanagementsystemproject 140513065037-phpapp02Hospitalmanagementsystemproject 140513065037-phpapp02
Hospitalmanagementsystemproject 140513065037-phpapp02Shekhar Prasad
 
Hospital management-system
Hospital management-systemHospital management-system
Hospital management-systemsam143143
 
IRJET - Review on Classi?cation and Prediction of Dengue and Malaria Dise...
IRJET -  	  Review on Classi?cation and Prediction of Dengue and Malaria Dise...IRJET -  	  Review on Classi?cation and Prediction of Dengue and Malaria Dise...
IRJET - Review on Classi?cation and Prediction of Dengue and Malaria Dise...IRJET Journal
 
Uml diagram for_hospital_management_system
Uml diagram for_hospital_management_systemUml diagram for_hospital_management_system
Uml diagram for_hospital_management_systemPradeep Bhosale
 

Was ist angesagt? (20)

Hospital Management System Abstract 2017
Hospital Management System Abstract 2017Hospital Management System Abstract 2017
Hospital Management System Abstract 2017
 
Hospital presentation
Hospital presentationHospital presentation
Hospital presentation
 
Hims brief questionnaire
Hims brief questionnaire  Hims brief questionnaire
Hims brief questionnaire
 
Final case study
Final case studyFinal case study
Final case study
 
Design of Self-Learning System for Diagnosing Health Parameters using ANFIS
Design of Self-Learning System for Diagnosing Health Parameters using ANFISDesign of Self-Learning System for Diagnosing Health Parameters using ANFIS
Design of Self-Learning System for Diagnosing Health Parameters using ANFIS
 
Doctor Chamber Management System - final presentation
Doctor Chamber Management System - final presentationDoctor Chamber Management System - final presentation
Doctor Chamber Management System - final presentation
 
Patient prescription management system
Patient   prescription management systemPatient   prescription management system
Patient prescription management system
 
Design and Implementation of Hospital Management System Using Java
Design and Implementation of Hospital Management System Using JavaDesign and Implementation of Hospital Management System Using Java
Design and Implementation of Hospital Management System Using Java
 
SRS for Hospital Management System
SRS for Hospital Management SystemSRS for Hospital Management System
SRS for Hospital Management System
 
DESIGN OF A SAFE AND SMART MEDICINE BOX
DESIGN OF A SAFE AND SMART MEDICINE BOX DESIGN OF A SAFE AND SMART MEDICINE BOX
DESIGN OF A SAFE AND SMART MEDICINE BOX
 
neetu yadav.pptx
neetu yadav.pptxneetu yadav.pptx
neetu yadav.pptx
 
HMIS by Variance Technologies
HMIS by Variance TechnologiesHMIS by Variance Technologies
HMIS by Variance Technologies
 
An intelligent patient tele monitoring system using android technology
An intelligent patient tele monitoring system using android technologyAn intelligent patient tele monitoring system using android technology
An intelligent patient tele monitoring system using android technology
 
A Review Paper on Design of GPS and GSM Based Intelligent Ambulance Monitoring
A Review Paper on Design of GPS and GSM Based Intelligent Ambulance MonitoringA Review Paper on Design of GPS and GSM Based Intelligent Ambulance Monitoring
A Review Paper on Design of GPS and GSM Based Intelligent Ambulance Monitoring
 
PROPOSED TRANSPORT PROTOCOLS SUITE FOR WIRELESS MEDICAL BODY AREA NETWORKS
PROPOSED TRANSPORT PROTOCOLS SUITE FOR WIRELESS MEDICAL BODY AREA NETWORKSPROPOSED TRANSPORT PROTOCOLS SUITE FOR WIRELESS MEDICAL BODY AREA NETWORKS
PROPOSED TRANSPORT PROTOCOLS SUITE FOR WIRELESS MEDICAL BODY AREA NETWORKS
 
IRJET- An Information Forwarder for Healthcare Service and analysis using Big...
IRJET- An Information Forwarder for Healthcare Service and analysis using Big...IRJET- An Information Forwarder for Healthcare Service and analysis using Big...
IRJET- An Information Forwarder for Healthcare Service and analysis using Big...
 
Hospitalmanagementsystemproject 140513065037-phpapp02
Hospitalmanagementsystemproject 140513065037-phpapp02Hospitalmanagementsystemproject 140513065037-phpapp02
Hospitalmanagementsystemproject 140513065037-phpapp02
 
Hospital management-system
Hospital management-systemHospital management-system
Hospital management-system
 
IRJET - Review on Classi?cation and Prediction of Dengue and Malaria Dise...
IRJET -  	  Review on Classi?cation and Prediction of Dengue and Malaria Dise...IRJET -  	  Review on Classi?cation and Prediction of Dengue and Malaria Dise...
IRJET - Review on Classi?cation and Prediction of Dengue and Malaria Dise...
 
Uml diagram for_hospital_management_system
Uml diagram for_hospital_management_systemUml diagram for_hospital_management_system
Uml diagram for_hospital_management_system
 

Andere mochten auch

Market Orientation, Learning Organization and Dynamic Capability as Anteceden...
Market Orientation, Learning Organization and Dynamic Capability as Anteceden...Market Orientation, Learning Organization and Dynamic Capability as Anteceden...
Market Orientation, Learning Organization and Dynamic Capability as Anteceden...IOSR Journals
 
Characterization of Polyaniline for Optical and Electrical Properties
Characterization of Polyaniline for Optical and Electrical PropertiesCharacterization of Polyaniline for Optical and Electrical Properties
Characterization of Polyaniline for Optical and Electrical PropertiesIOSR Journals
 
Determination of volatile organic compounds in surface water and sediment usi...
Determination of volatile organic compounds in surface water and sediment usi...Determination of volatile organic compounds in surface water and sediment usi...
Determination of volatile organic compounds in surface water and sediment usi...IOSR Journals
 
Implementation of an Improved Microcontroller Based Moving Message Display Sy...
Implementation of an Improved Microcontroller Based Moving Message Display Sy...Implementation of an Improved Microcontroller Based Moving Message Display Sy...
Implementation of an Improved Microcontroller Based Moving Message Display Sy...IOSR Journals
 
Project and Change Management Success Factors from Malaysian Government Depar...
Project and Change Management Success Factors from Malaysian Government Depar...Project and Change Management Success Factors from Malaysian Government Depar...
Project and Change Management Success Factors from Malaysian Government Depar...IOSR Journals
 
Clustering and Classification of Cancer Data Using Soft Computing Technique
Clustering and Classification of Cancer Data Using Soft Computing Technique Clustering and Classification of Cancer Data Using Soft Computing Technique
Clustering and Classification of Cancer Data Using Soft Computing Technique IOSR Journals
 
Relationship of Coordinative Abilities to Playing Ability in Combative Sports
Relationship of Coordinative Abilities to Playing Ability in Combative SportsRelationship of Coordinative Abilities to Playing Ability in Combative Sports
Relationship of Coordinative Abilities to Playing Ability in Combative SportsIOSR Journals
 
Time As an Allay Of Attenuating Stress to Ameliorate Employee Performance
Time As an Allay Of Attenuating Stress to Ameliorate Employee PerformanceTime As an Allay Of Attenuating Stress to Ameliorate Employee Performance
Time As an Allay Of Attenuating Stress to Ameliorate Employee PerformanceIOSR Journals
 
The impact of project managers’ leadership style on employees’ job satisfacti...
The impact of project managers’ leadership style on employees’ job satisfacti...The impact of project managers’ leadership style on employees’ job satisfacti...
The impact of project managers’ leadership style on employees’ job satisfacti...IOSR Journals
 
Development and Validation of Reverse Phase Liquid Chromatography Method for ...
Development and Validation of Reverse Phase Liquid Chromatography Method for ...Development and Validation of Reverse Phase Liquid Chromatography Method for ...
Development and Validation of Reverse Phase Liquid Chromatography Method for ...IOSR Journals
 
An Assessment of the Level of Competence Acquired By Graduates of the Undergr...
An Assessment of the Level of Competence Acquired By Graduates of the Undergr...An Assessment of the Level of Competence Acquired By Graduates of the Undergr...
An Assessment of the Level of Competence Acquired By Graduates of the Undergr...IOSR Journals
 
An Investigation of Critical Failure Factors In Information Technology Projects
An Investigation of Critical Failure Factors In Information Technology ProjectsAn Investigation of Critical Failure Factors In Information Technology Projects
An Investigation of Critical Failure Factors In Information Technology ProjectsIOSR Journals
 

Andere mochten auch (20)

Market Orientation, Learning Organization and Dynamic Capability as Anteceden...
Market Orientation, Learning Organization and Dynamic Capability as Anteceden...Market Orientation, Learning Organization and Dynamic Capability as Anteceden...
Market Orientation, Learning Organization and Dynamic Capability as Anteceden...
 
G1103044353
G1103044353G1103044353
G1103044353
 
J010316164
J010316164J010316164
J010316164
 
K010237178
K010237178K010237178
K010237178
 
I010216876
I010216876I010216876
I010216876
 
O017128591
O017128591O017128591
O017128591
 
Characterization of Polyaniline for Optical and Electrical Properties
Characterization of Polyaniline for Optical and Electrical PropertiesCharacterization of Polyaniline for Optical and Electrical Properties
Characterization of Polyaniline for Optical and Electrical Properties
 
Determination of volatile organic compounds in surface water and sediment usi...
Determination of volatile organic compounds in surface water and sediment usi...Determination of volatile organic compounds in surface water and sediment usi...
Determination of volatile organic compounds in surface water and sediment usi...
 
Implementation of an Improved Microcontroller Based Moving Message Display Sy...
Implementation of an Improved Microcontroller Based Moving Message Display Sy...Implementation of an Improved Microcontroller Based Moving Message Display Sy...
Implementation of an Improved Microcontroller Based Moving Message Display Sy...
 
Project and Change Management Success Factors from Malaysian Government Depar...
Project and Change Management Success Factors from Malaysian Government Depar...Project and Change Management Success Factors from Malaysian Government Depar...
Project and Change Management Success Factors from Malaysian Government Depar...
 
Clustering and Classification of Cancer Data Using Soft Computing Technique
Clustering and Classification of Cancer Data Using Soft Computing Technique Clustering and Classification of Cancer Data Using Soft Computing Technique
Clustering and Classification of Cancer Data Using Soft Computing Technique
 
A017310105
A017310105A017310105
A017310105
 
Relationship of Coordinative Abilities to Playing Ability in Combative Sports
Relationship of Coordinative Abilities to Playing Ability in Combative SportsRelationship of Coordinative Abilities to Playing Ability in Combative Sports
Relationship of Coordinative Abilities to Playing Ability in Combative Sports
 
Time As an Allay Of Attenuating Stress to Ameliorate Employee Performance
Time As an Allay Of Attenuating Stress to Ameliorate Employee PerformanceTime As an Allay Of Attenuating Stress to Ameliorate Employee Performance
Time As an Allay Of Attenuating Stress to Ameliorate Employee Performance
 
The impact of project managers’ leadership style on employees’ job satisfacti...
The impact of project managers’ leadership style on employees’ job satisfacti...The impact of project managers’ leadership style on employees’ job satisfacti...
The impact of project managers’ leadership style on employees’ job satisfacti...
 
Development and Validation of Reverse Phase Liquid Chromatography Method for ...
Development and Validation of Reverse Phase Liquid Chromatography Method for ...Development and Validation of Reverse Phase Liquid Chromatography Method for ...
Development and Validation of Reverse Phase Liquid Chromatography Method for ...
 
An Assessment of the Level of Competence Acquired By Graduates of the Undergr...
An Assessment of the Level of Competence Acquired By Graduates of the Undergr...An Assessment of the Level of Competence Acquired By Graduates of the Undergr...
An Assessment of the Level of Competence Acquired By Graduates of the Undergr...
 
An Investigation of Critical Failure Factors In Information Technology Projects
An Investigation of Critical Failure Factors In Information Technology ProjectsAn Investigation of Critical Failure Factors In Information Technology Projects
An Investigation of Critical Failure Factors In Information Technology Projects
 
I017546373
I017546373I017546373
I017546373
 
K012336871
K012336871K012336871
K012336871
 

Ähnlich wie Software Application for E-Health Monitoring System

Advanced Patient Monitoring System with Diseases Prediction System using Mach...
Advanced Patient Monitoring System with Diseases Prediction System using Mach...Advanced Patient Monitoring System with Diseases Prediction System using Mach...
Advanced Patient Monitoring System with Diseases Prediction System using Mach...Associate Professor in VSB Coimbatore
 
Android Based Patient Health Monitoring System
Android Based Patient Health Monitoring SystemAndroid Based Patient Health Monitoring System
Android Based Patient Health Monitoring SystemIRJET Journal
 
IRJET- An Android Application for Electronic Health Record System
IRJET- An Android Application for Electronic Health Record SystemIRJET- An Android Application for Electronic Health Record System
IRJET- An Android Application for Electronic Health Record SystemIRJET Journal
 
IRJET- An Android Application for Electronic Health Record System
IRJET- An Android Application for Electronic Health Record SystemIRJET- An Android Application for Electronic Health Record System
IRJET- An Android Application for Electronic Health Record SystemIRJET 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 SystemIRJET 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 ReviewIRJET Journal
 
IRJET- Patient Health Monitoring with Health Assistant
IRJET- Patient Health Monitoring with Health AssistantIRJET- Patient Health Monitoring with Health Assistant
IRJET- Patient Health Monitoring with Health AssistantIRJET Journal
 
Health Monitoring System in Emergency Using IoT
Health Monitoring System in Emergency Using IoTHealth Monitoring System in Emergency Using IoT
Health Monitoring System in Emergency Using IoTIRJET Journal
 
Dynamic Medical Machine
Dynamic Medical MachineDynamic Medical Machine
Dynamic Medical MachineIRJET Journal
 
Health care application system using io t
Health care application system using io tHealth care application system using io t
Health care application system using io tIJARIIT
 
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 RuralsIRJET 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 IOTIRJET Journal
 
Real Time ECG and Saline Level Monitoring System Using Arduino UNO Processor
Real Time ECG and Saline Level Monitoring System Using Arduino UNO ProcessorReal Time ECG and Saline Level Monitoring System Using Arduino UNO Processor
Real Time ECG and Saline Level Monitoring System Using Arduino UNO ProcessorAssociate Professor in VSB Coimbatore
 
A gsm enabled real time simulated heart rate monitoring & control system
A gsm enabled real time simulated heart rate monitoring & control systemA gsm enabled real time simulated heart rate monitoring & control system
A gsm enabled real time simulated heart rate monitoring & control systemeSAT Publishing House
 
Electronic Medical Regulation
Electronic Medical RegulationElectronic Medical Regulation
Electronic Medical RegulationAditya Chauhan
 
Transforming Healthcare with Online Health Monitoring Systems
Transforming Healthcare with Online Health Monitoring SystemsTransforming Healthcare with Online Health Monitoring Systems
Transforming Healthcare with Online Health Monitoring SystemsIRJET Journal
 
Sensors Wield to Detect the Behavior of Humans
Sensors Wield to Detect the Behavior of HumansSensors Wield to Detect the Behavior of Humans
Sensors Wield to Detect the Behavior of HumansIRJET Journal
 

Ähnlich wie Software Application for E-Health Monitoring System (20)

Advanced Patient Monitoring System with Diseases Prediction System using Mach...
Advanced Patient Monitoring System with Diseases Prediction System using Mach...Advanced Patient Monitoring System with Diseases Prediction System using Mach...
Advanced Patient Monitoring System with Diseases Prediction System using Mach...
 
Multi-Parameter Measurement of ICU Patient Using GSM and Embedded Technology
Multi-Parameter Measurement of ICU Patient Using GSM and Embedded TechnologyMulti-Parameter Measurement of ICU Patient Using GSM and Embedded Technology
Multi-Parameter Measurement of ICU Patient Using GSM and Embedded Technology
 
Android Based Patient Health Monitoring System
Android Based Patient Health Monitoring SystemAndroid Based Patient Health Monitoring System
Android Based Patient Health Monitoring System
 
IRJET- An Android Application for Electronic Health Record System
IRJET- An Android Application for Electronic Health Record SystemIRJET- An Android Application for Electronic Health Record System
IRJET- An Android Application for Electronic Health Record System
 
IRJET- An Android Application for Electronic Health Record System
IRJET- An Android Application for Electronic Health Record SystemIRJET- An Android Application for Electronic Health Record System
IRJET- An Android Application for Electronic Health Record System
 
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
 
A04530105
A04530105A04530105
A04530105
 
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- Patient Health Monitoring with Health Assistant
IRJET- Patient Health Monitoring with Health AssistantIRJET- Patient Health Monitoring with Health Assistant
IRJET- Patient Health Monitoring with Health Assistant
 
Health Monitoring System in Emergency Using IoT
Health Monitoring System in Emergency Using IoTHealth Monitoring System in Emergency Using IoT
Health Monitoring System in Emergency Using IoT
 
Dynamic Medical Machine
Dynamic Medical MachineDynamic Medical Machine
Dynamic Medical Machine
 
Health care application system using io t
Health care application system using io tHealth care application system using io t
Health care application system using io t
 
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- 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
 
Real Time ECG and Saline Level Monitoring System Using Arduino UNO Processor
Real Time ECG and Saline Level Monitoring System Using Arduino UNO ProcessorReal Time ECG and Saline Level Monitoring System Using Arduino UNO Processor
Real Time ECG and Saline Level Monitoring System Using Arduino UNO Processor
 
A gsm enabled real time simulated heart rate monitoring & control system
A gsm enabled real time simulated heart rate monitoring & control systemA gsm enabled real time simulated heart rate monitoring & control system
A gsm enabled real time simulated heart rate monitoring & control system
 
Electronic Medical Regulation
Electronic Medical RegulationElectronic Medical Regulation
Electronic Medical Regulation
 
Transforming Healthcare with Online Health Monitoring Systems
Transforming Healthcare with Online Health Monitoring SystemsTransforming Healthcare with Online Health Monitoring Systems
Transforming Healthcare with Online Health Monitoring Systems
 
Sensors Wield to Detect the Behavior of Humans
Sensors Wield to Detect the Behavior of HumansSensors Wield to Detect the Behavior of Humans
Sensors Wield to Detect the Behavior of Humans
 
E0512535
E0512535E0512535
E0512535
 

Mehr von IOSR Journals (20)

A011140104
A011140104A011140104
A011140104
 
M0111397100
M0111397100M0111397100
M0111397100
 
L011138596
L011138596L011138596
L011138596
 
K011138084
K011138084K011138084
K011138084
 
J011137479
J011137479J011137479
J011137479
 
I011136673
I011136673I011136673
I011136673
 
G011134454
G011134454G011134454
G011134454
 
H011135565
H011135565H011135565
H011135565
 
F011134043
F011134043F011134043
F011134043
 
E011133639
E011133639E011133639
E011133639
 
D011132635
D011132635D011132635
D011132635
 
C011131925
C011131925C011131925
C011131925
 
B011130918
B011130918B011130918
B011130918
 
A011130108
A011130108A011130108
A011130108
 
I011125160
I011125160I011125160
I011125160
 
H011124050
H011124050H011124050
H011124050
 
G011123539
G011123539G011123539
G011123539
 
F011123134
F011123134F011123134
F011123134
 
E011122530
E011122530E011122530
E011122530
 
D011121524
D011121524D011121524
D011121524
 

Kürzlich hochgeladen

Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...tanu pandey
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...roncy bisnoi
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapRishantSharmaFr
 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdfEr. Suman Jyoti
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueBhangaleSonal
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Arindam Chakraborty, Ph.D., P.E. (CA, TX)
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startQuintin Balsdon
 
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Bookingroncy bisnoi
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptNANDHAKUMARA10
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfJiananWang21
 
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoorTop Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoordharasingh5698
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTbhaskargani46
 
Intro To Electric Vehicles PDF Notes.pdf
Intro To Electric Vehicles PDF Notes.pdfIntro To Electric Vehicles PDF Notes.pdf
Intro To Electric Vehicles PDF Notes.pdfrs7054576148
 

Kürzlich hochgeladen (20)

Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leap
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
 
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the start
 
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.ppt
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
 
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoorTop Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 
NFPA 5000 2024 standard .
NFPA 5000 2024 standard                                  .NFPA 5000 2024 standard                                  .
NFPA 5000 2024 standard .
 
Intro To Electric Vehicles PDF Notes.pdf
Intro To Electric Vehicles PDF Notes.pdfIntro To Electric Vehicles PDF Notes.pdf
Intro To Electric Vehicles PDF Notes.pdf
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
 

Software Application for E-Health Monitoring System

  • 1. IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-ISSN: 2278-2834,p- ISSN: 2278-8735.Volume 7, Issue 2 (Jul. - Aug. 2013), PP 46-50 www.iosrjournals.org www.iosrjournals.org 46 | Page Software Application for E-Health Monitoring System Mr. Prasanna Puttaswamy 1 , Mr. Pramod Srivatsa Krishna Murthy2 1,2 (M.Sc graduate from Coventry University, UK, Mysore, Karnataka) Abstract: this paper presents an application of system which monitors the condition of patients or an aged person continuously using WSN technology. E-Health monitoring system is integrated with medical sensor and small computing devices to communicate between medical centre and Patient. This system automatically alerts the medical centre in case of Emergency or if patient needs immediate Doctor Attention. Such an approach reduces the routine rounds of medical personal and allows them to concentrate on other important duties. Keywords: Medical Sensors, E-Health Monitoring, Algorithm for E-Health monitoring, EHMS. I. Introduction Today’s rapid growth in the technology has revolutionised many fields in the world, Medical field is being one of them. E-Health monitoring System’s are effectively used in Monitoring of health condition of patient/ aged person remotely. This is achievable in this era due to the technological advancements in Wireless sensor Network’s (WSN) which are widely used in E-Health monitoring System that are integrated with medical sensor to fetch the quest. Wireless Sensor Network commonly referred as WSN is an emerging technology at present time. In a WSN, dozens or even hundreds of small computing devices are scattered in an environment [1]. Each computing devices are capable of performing different set of task/ function i.e. monitoring, displaying and sensing & thus having broad commercial applications in Industries, Healthcare monitoring and military application and so on. WSN device consist of a sensor or an actuator, a radio stack, embedded processor, an antenna and a battery. These devices are held within an enclosure [1].Generally all the WSNs use the sensor to sense or gather the data, then process those data for the subsequent use. In case of healthcare monitoring system the data will be processed in the sensor node if it is outside the safe zone, then the result will be transmitted to clinician or the concerned medical staff to respond to the patient [1]. Two main types of services are provided by the WSN which are query based and publish/subscribe based services. Each service has its own advantage as well as limitation. The pub/sub service is used in this application due to its advantage in user initiated services. This service is energy efficient which is very crucial factor in WSN. This has better scalability than other types of services. The user will receive the message automatically if he/she is subscribed to the service. Because of all these advantages, this service suits better compared to the query based service. Even though it is possible to integrate many medical sensor to monitor, only one sensor is consider in this system for software implementation and Simulation purpose. II. E-Health Monitoring System EHMS is a system which gathers the information from the patient and process the data according to set of rules provided, then takes the necessary action if required. Fig 1 shows the architecture of the EHMS. The details of the EHMS is as explained Fig 1 E-health monitoring system block diagram
  • 2. Software Application for E-Health Monitoring System www.iosrjournals.org 47 | Page 2.1Monitoring System Monitoring system collects the information from medical sensor from the patient. It then transfer this collected data to the Health monitoring system which is explained in the later part. Monitoring system compromises of the several health sensors to measures the Temperature, Blood pressure level, Heart Beat Rate and other characteristic of patient’s. These sensors provide the collected information ultimately to the EHMS Application which will be explained in later part. 2.2 Health Monitoring System Health monitoring system mainly focuses on one particular aspect like Heart Beat Rate or Blood pressure level, while the monitoring system collects the patient’s health care data from the sensors. Health monitoring system uses set of standard format to read the data from monitoring system. It then manages to analyse the reading as per the information provided by medical schema. For Example a medical schema provides the information what action must be taken if the Heart Beat Rate indicates the abnormal reading. The Medical schema is provided by the concerned medical personal. 2.3 Automatic Service Automatic services triggers the alert message to the medical personal, if there is any prediction of abnormal behaviour in patient character once the analysis in health monitoring system is completed. III. E-HMS Application EHMS application is done on the software which will be installed in the medical centre. EHMS application for this system is written in the .NET platform with the Visual Studio IDE. .NET is used due to main advantage which explained in later section. The Graphical User Interface (GUI) of this application is shown in Fig 2. Fig 2 GUI of E-HMS Application This EHMS application allows the doctor to subscribe or unsubscribe. A database is used to store the information of the doctor and also the threshold limit for processing. Validation are done in such a way that only the authorised medical personal are allowed to start the monitoring of the patient and also change the threshold limit if necessary. If the patient health data exceeds safe limit then alert message is delivered and display in the concerned authorised medical personal /Doctor. 3.1 Use Case Diagram Of E-HMS Application Use case diagram is extensively used for Embedded System Design. Main program is divided into seven use cases for this application. Each use cases are programmed to perform set of task assigned to it. Use diagram for the EHMS application is shown in Fig 3.
  • 3. Software Application for E-Health Monitoring System www.iosrjournals.org 48 | Page Fig 3 Use case diagram of EHMS application Seven use cases and their description are Subscribe the doctor: Allow the medical personal to register his/her identity by storing the username and password for authentication. Unsubscribe the doctor: An option to delete his/her identity from the database to minimize the memory usage. This option is advisable in case if health monitoring no longer needed. Validation: This function is must step in EHMS Application. This ensures the authenticity of the medical personal to prevent any misuse of EHMS Application. Change Threshold: This use case is written to change/alter the threshold limit of certain health characteristic is case advancement or collapse in patient health. Process/Computing: This use function is to process the data from the monitoring system and also to process the request from medical application then it manages response for the EHMS application. Alert Service: This use case function is to send an alert message to concerned medical personal for his attention in case of abnormal behaviour in patient i.e. if the monitored data is above or below the set limit provided by medical schema. Sensed Data: This function collects the all data from the medical health sensor then feeds this data to health monitoring system. IV. Simulation Approach Medical sensors are bit costly so it is advisable to build this system in simulation environment which practically replicates the original system to analyze the behaviour/result of the system & EHMS Application. As mentioned previously EHMS Application is written in .NET platform in c# language. Gumstix is used for the computational purposes. Here simulation is carried out for generating the sensor data (some random number) which will be treated as sensor data. Gumstix work is to process, analyse and compute the data. This is also simulated. Since the gumstix supports the .NET platform one could use the software written in this without changing. For better understanding of this system Activity diagram and its explanation will be given in later section.
  • 4. Software Application for E-Health Monitoring System www.iosrjournals.org 49 | Page 4.1 Activity Diagram Fig 4 Activity Diagram 4.2 Algorithm Of E-HMS  Initialisation of the monitoring process from authenticated medical personal from EHMS Application.  EHMS continuously acquires data from sensors as per pre set time intervals.  Computing device (Gumstix) process & analyzes the data according to medical schema  If the sensed data is off limit then it manages to alert the medical personal through message service in EHMS Application window. V. Simulation Result The result obtained is highly accurate and reliable. As previously mentioned simulation environment precisely replicates the actual system. The same accurate and precise results can be expected from the EHMS if it is implemented practically. EHMS Application is fully secured, in other words this application prevents any accidents or unauthorised access, expect medical personal/ medical centre staff, who holds the authority to monitor the patient health. The alert services are sent via Internet protocol which will be received in medical centre/ EHMS application almost immediately. Fig 5 Alert message in E-HMS application VI. Conclusion The simulation results suggest that it is possible to monitor the patient health characteristic remotely. EHMS application developed can be reliable and also it will be of very helpful for the medical personal. Since EHMS system along with this application minimizes the routine visits to the patients, by getting his/her attention towards the patients only if needed. Thus saving his/him time which in turn allows him/her to concentrate on more important things/works. This result also suggests that alert message delivery time is really fast, which is one of the major concerning factors in medical field.
  • 5. Software Application for E-Health Monitoring System www.iosrjournals.org 50 | Page As the first step, this system is successfully simulated. Future work can be carried out by implementing this system in real time. This paper suggests some of the important hardware parts that are essential to the EHMS system. This application can be extended for more sensor, more patients. Reference [1] Terrance J. Dishongh, Michael McGrath (2010) Wireless sensor Network for Healthcare Application [Online] available from < http://site.ebrary.com/lib/coventry/docDetail.action?docID=10359069> [5th May 2013]. [2] Tessa DANIEL, Elena GAURA (2008) Information Extraction from Large Scale WSN’s: Approach and Research Issue [Online] available from < http://wwwm. Coventry.ac.uk/researchnet/cogentcomputing/research/Documents/P_296.pdf> [6th May 2013]. [3] Anon (n.d) Publish and Subscribe Pattern [Online] available from < http://en.wikipedia.org/wiki/Publish/subscribe > [6th May 2013]. [4] David Tam, Reza Azimi and Hans-Arno Jacobsen (n.d) Building content based System with Distributed Hash Tables [Online] available from < http://www.eecg.toronto.edu/~tamda/dht/dht.pdf > [6th May 2013]. [5] Anon (n.d) Gumstix [Online] available from <http://en.wikipedia.org/wiki/Gumstix > [15 May 2013]. [6] Anon (n.d) Windows CE Solution [Online] available from <http://wiki.gumstix.org/index.php?title=Windows_CE_solution> [15 May 2013]. [7] Gumstix (n.d) Product Overview [Online] available from < https://www.gumstix.com/store/product_info.php?products_id=226 > [15 May 2013]. [8] OpenEmbedded (n.d) OpenEmbedded [Online] available from < http://www.openembedded.org/wiki/Main_Page > [15 May 2013]. [9] Gumstix (n.d) Software [Online] available from < https://www.gumstix.com/software.html > [15 May 2013].