Monitoring Human Blood Pressure for U-Healthcare Using ISO/IEEE PHD Standard

Size: px
Start display at page:

Download "Monitoring Human Blood Pressure for U-Healthcare Using ISO/IEEE PHD Standard"

Transcription

1 Monitoring Human Blood Pressure for U-Healthcare Using ISO/IEEE PHD Standard Gi Hyun Bang, Do Kyeong Lee and Deok Jai Choi Electronics Computer Engineering, Chonnam National University 77 Yongbong-dong, Buk-gu, Gwangju , South Korea ABSTRACT In the world, our society is faced up to aging populations. Thus, the demands of health care services, the increase of medical costs, along with problems caused by the lack of medical professionals have become critical issues in society. Thus, U-Health services have been introduced to resolve this kind of issues by proposing real-time health care services in a ubiquitous environment which could operate at anytime and anywhere. Blood pressure monitor is the most important pervasive personal health equipment due to regular supervising blood pressure could significantly help the people preventing complication of critical diseases. Therefore in this paper, we introduce standardization of U-Health for blood pressure measurement. Additionally, we develop a management application on Android-based mobile phone to retrieve personal health information measured from blood pressure device. The results achieved from our experiment show that our system could be utilized as an effective service which could be deployed directly in the ubiquitous environment. KEYWORDS U-health, IEEE 11073, Health Device Profile(HDP), Blood pressure monitor, Healthcare 1 INTRODUCTION Our society is faced with aging and increasing number of populations. These situations cause many issues in health. Blood pressure is a major indicator of many diseases, wherein high blood pressure could lead to a sudden death. Although blood pressure frequently changes under a variety of circumstances and measurement methods, sustained high blood pressure leads to the risk of critical diseases such as heart failure, stroke, atherosclerosis, cerebral infection, peripheral vascular abnormality and kidney failure [1]. Recently, high blood pressure patients are rapidly increasing. Once blood pressure has been over the safe value, it is difficult to reduce it. Therefore, best method for blood pressure treatment is frequent checking to prevent high blood pressure. If we could early detect the existence high blood pressure, the treatment will be more straightforward. Ubiquitous Healthcare (u-health) indicates health care and medical services that can be used anytime and anywhere with device and network technology. It is convergence of IT technology and medical services to solve problems of the lack of medical specialists and medical cost. By using U-Health, the users could receive medical services at anytime and anywhere because their vital sign is always monitored and checked by medical specialists. This is in fact useful especially for patients having chronic diseases [2]. Lately, a new U-Health service for high blood pressure patients has been introduced. Much investment and research are being applied to produce devices and solutions. However, these technologies are not deployed ubiquitously because of the prohibition caused by the law of remote medical service. However, United State of America (USA) has already permitted this kind of medical service recently. Additionally, many countries are revising their laws to permit remote medical service. Above of all, U-Health is the best service to solve many problems such as increasing medical costs and a lack of medical specialists. Therefore, in this paper, we introduce a u-health service that supports the existence of a trend for blood pressure measurement that only communicates with Personal Health Device (PHD) and manager device. Additionally, an androidbased management application which is used to ISBN: SDIWC 139

2 gather a user s measured blood pressure value is also implemented. The rest of the paper is organized as follows. In section 2, we introduce U-Health standards. Section 3, we introduce commercial blood pressure monitor for U-Health. Section 4, we introduce Android-based application for U-Health. Our implementation is described in Section 5. Finally, Section 6 draws our conclusion. 2 U-HEALTH STANDARDIZATION There is IEEE PHD Working Group (WG) for investigating on u-health standardization due to the fact that most health devices utilize their own protocols to communicate with a manager, which belong to the same manufacturer. The protocols are heterogeneous because they fully depend on their manufacturers. To solve this problem, compatibility and scalability is guaranteed in the ISO/IEEE PHD standards by defining the structure of the data and the protocol for information delivery between individual medical devices and the manager. The manager is responsible for collecting and managing information captured from the individual medical devices. Therefore, a U-Health system was designed and developed based on the ISO/IEEE PHD standards in order to guarantee scalability and compatibility among different PHDs from various companies [7]. In South Korea, Telecommunications Technology Association (TTA) established PG 419 WG which is responsible for U-Health standardization. Additionally, the Ministry of Food and Drug Safety (MFDS) is responsible for qualifying the quality of U-Health products, such as performance, safety criterion, etc. Table 1. ISO/IEEE Device specialization. IEEE Device Pulse oximeter Basic ECG Blood pressure Thermometer Weighing scale Glucose meter Cardiovascular Strength Activity hub Medication monitor The ISO/IEEE standards define the structure of the protocol and functions between individual medical device and manager. It consists of a Domain Information Model (DIM), a Service Model (SM), and a Communication Model (CM). DIM is a model focused on objects, and it defines individual medical devices and objects. Each object consists of attribute, and each attribute indicates the measured data of function of individual medical devices. Figure 1 illustrates a DIM for blood pressure monitoring. SM defines procedural access to data between individual medical devices and the manager. When accessing data, it is accessed by the way that is defined in DIM. There are Event-Report, GET, SET, and ACTION. CM defines the correspondence of the network in a one-to-one connection between an individual medical service and a manager. The CM manages the connection between devices by defining the Finite State Machine (FSM). Thus, it can describe the action in accordance with the current situation [7]. 2.1 ISO/IEEE PHD Standards The ISO/IEEE PHD standards consist of an Optimized Exchange Protocol and xx specializations for devices such as glucose meter, Pulse oximeter, etc (Figure 2). Currently, there are 10 devices specializations with more devices coming out all the time by the ISO/IEEE PHD WG [8] (Table 1). Figure 1. DIM for blood pressure monitoring ISBN: SDIWC 140

3 agent or manager does not have any more messages to be transferred, this phase is initiated to release the established session. During this phase, association release request and response messages are exchanged, with a disassociation reason [9]. 2.2 South Korea U-Health standardization Figure 2. IEEE PHD protocol stack. The communication procedures can be divided into four phases (Figure 3). 1. Association Phase 2. Configuration Phase 3. Operation Phase 4. Disassociation phase In Association Phase, an agent sends an association request message including association information to a manager to establish a session. The manager analyzes the message and checks the configuration of the agent. If the manager can recognize the configuration, the manager responds with an accepted message and operation phase initiated. If the manager does not recognize the configuration, the manager responds with an accepted-unknown-config message and the next configuration phase is initiated. In Configuration Phase, the agent sends its configuration to the manager. The manager stores the configuration. After that, the agent attempts to communicate with the manager, the manager responds with an accepted message and the operation phase initiated. In Operation Phase, the manager will send a Get method to retrieve the device information. The agent will transmit device information to the manager as soon as it receives the GET request from the manager. After that, the personal health data are transmitted to the manager periodically or whenever the agent obtains health data from a PHD. In Disassociation Phase, the agent and the manager release the established session. If the In South Korea, Telecommunications Technology Association(TTA) also have an interest in U- Health standardization since TTA established TTA PG 419 which is responsible for enacting U-Health standards. So far, standards by PG 419 is TTAK.KO service communication protocol based on U-Health, TTA.KO channel ECG transmission protocol, TTAK.KO technical requirements for the protection of personal health information, TTAK.KO U-Health service information security reference model and TTAK.KO U-Health service reference model. Ministry of Food and Drug Safety (MFDS) also recognizes the importance of U-Health and enacts assessment and approval guidelines for U-Health system. MFDS defined that U-Health medical device system must be qualified the requirements including safety, system security, personal information privacy, diagnosis support system and the communication quality. A G E N T Association request Association response Configuration send Configuration accepted Agent information request Agent information send Health data send Health data accepted Association release request Association release response M A N A G E R Figure 3. Communication procedure in ISO/IEEE protocol ISBN: SDIWC 141

4 3 BLOOD PRESSURE MONITOR FOR U- HEALTH SERVICE There are not many blood pressure monitor systems available for U-health because the expense to integrate communication components into these devices is exponentially increased. For example, to integrate Bluetooth communication functionality into the agent, the production expense will be increased 4 times 1. POLAR, OMRON, A&D is representative of the companies that produce PHD. Their PHD is based on IEEE standards. blood pressure device of UA-767PBT-C of A&D manufacturer is used for this experiment. To communicate with PHD using Bluetooth, we adopt the Bluetooth HDP which is described as follows 4 U-HEALTH ANDROID-BASED APPLICATION Mainly, smartphone is utilized as a manager. The common communication protocol is Bluetooth. Samsung Electronics announced S-health application that connect OMRON company blood pressure monitor HEM-7081-IT and A&D blood pressure monitor UA-767PBT-C. This application shares the captured data using Social Networking Service (SNS) and . OPENIT company announced HealthUP application which connects blood pressure monitor UA-767PBT-C and UA-851-PBT-C in A&D, HEM-708-IT in OMRON, For a D40b in Forecare. In addition, OPENIT announced HealthUP NFC that connects A&D UA-767NFC using not Bluetooth but NFC [13]. Figure 4 illustrate the Graphic User Interface (GUI) of S-health and HealthUP applications. 5 IMPLEMENTATION OF BLOOD PRESSURE MANAGER We utilize smartphone as a manager to receive health information data from PHD. The reason is the smartphone has both Bluetooth protocol to communicate with PHD and 3G, LTE technologies to communicate with medical institutions. A management application on Android phone is developed to receive the values measured by our blood pressure devices. The 1 Figure 4. Graphic User Interface (GUI) of S-health and HealthUP Android-based application. 5.1 Bluetooth HDP (Health Device Profile) Bluetooth Health Device Profile defines the underlying wireless connection and protocol. It operates in conjunction with the ISO/IEEE Personal Health Data Exchange Protocol and associated xx device specialization specifications to provide application level interoperability for a wide variety of personal health devices. Since Android 4.0(API level 14) support for the Bluetooth Health Device Profile (HDP), it lets us create applications using Bluetooth to communicate with health devices, such as heartrate monitors, blood meters, thermometers, and scales [11]. 5.2 Implementation based on Android Platform based HDP The conventional Android Platform HDP sample published by Google Inc. provide us only a function for receiving raw data captured from a Bluetooth-supported HDP devices. We develop our application based on this sample to work with the blood pressure monitor. This includes the communication between smartphone and UA- ISBN: SDIWC 142

5 767PBT-C, receiving the health data captured from UA-767PBT-C. A GUI of our developed application is illustrated as in Figure 5. Figure 6. Openhealth project android application. 6 CONCLUSION Figure 5. The GUI of our application based on Android HDP sample for communicating with blood pressure device 5.3 Implementation based on OpenHealth project OpenHealth is an early research project published by Libresoft for development of free software tools and applications for healthcare. They have developed a management application for biomedical devices. Their ISO/IEEE standard implementation has been successfully tested and it has already supported for several health and biomedical devices. Moreover, it have already implemented main components of this standard including Domain Information Model, Service Model and Communication Model. Additionally, this manager supports the Medical Device Encoding Rules (MDER). The new coder and decoder library for MDER is implemented by an OpenHealth team [12]. However, the Openhealth Project has been suspended in We attempt to modify the Bluetooth communication part of this project in order to make it operate on modern smartphones, such as Samsung Galaxy S3/S4, etc. Figure 6 shows the results of our implementation based on the suspended Openhealth application. In this paper, we introduce standardization of U- Health supported for blood pressure monitor and a management application on android mobile phone. In order to transmit personal health information measured from the devices, standards are designed to ensure the portability, extensibility and interoperability of the U-Health system. Furthermore, we develop our application based on open sources to make it operate with blood pressure monitors. However based on the results achieved from our experiment, we found out that the value of human blood pressure is incorrect if we only measure it irregularly. So, such device is miniaturized for suitable attaching directly on human body to monitor the blood pressure in realtime. Nonetheless, this kind of device has not supported U-Health service yet. So, our further work will focus on the development of U-Health framework on this device Acknowledgement This research was financially supported by the Ministry of Education(MOE) and National Research Foundation of Korea(NRF) through the Human Resource Training Project for Regional Innovation. 7 REFERENCES [1] Eun-Young Jung, Jong-Hun Kim, Kyung-Yong Chung and Dong Kyun Park, Home Health Gateway Based Healthcare Services Through U-Health Platform, Wireless Pers Commun, vol. 73, pp , [2] Loring Kate and Holman Halsted, Self management education: History, definition, outcomes, and mechanisms, Annals of Behavioral Medicine, 26(1), 1 7, ISBN: SDIWC 143

6 [3] Biospace, [4] A&D, [5] Omron, [6] Allmedicus [7] Jae-Choong Nam, Won-Kyeong Seo, Jae-Seoung Bae and You-Ze Cho, Design and Development of a u- Health System Based on the ISO/IEEE PHD Standards, th Asia-Pacific Conference on Communications (APCC), 2nd 5th October 2011, Sutera Harbour Resort, Kota Kinabalu, Sabah, Malaysia. [8] Joon-Ho Lim, Chanyong Park and Soo-Jun Park, Home Healthcare Settop-box for Senior Chronic Care using ISO/IEEE PHD Standard, 32nd in Proc. Of IEEE EMBS, Aug. 31, [9] Ju Geon Pak and Kee Hyun Park, Advanced Pulse Oximetry System for Remote Monitoring and Management, Journal of Biomedicine and Biotechnology, Volume 2012, Article ID , 8 pages, doi: /2012/ [10] KOREA Ministry of Food and Drug Safety, "assessment and approval guidelines for u-health system as a medical device", [11] Android Developer, [12] OpenHealth Project, [13] OPENIT, ISBN: SDIWC 144

A Study on Design of Health Device for U-Health System

A Study on Design of Health Device for U-Health System , pp.79-86 http://dx.doi.org/10.14257/ijbsbt.2015.7.2.08 A Study on Design of Health Device for U-Health System Am-Suk Oh Dept. of Media Engineering, Tongmyong University, Busan, Korea asoh@tu.ac.kr Abstract

More information

Personal Health Care Management System Developed under ISO/IEEE 11073 with Bluetooth HDP

Personal Health Care Management System Developed under ISO/IEEE 11073 with Bluetooth HDP Vol.8, No.3 (2014), pp.191-196 http://dx.doi.org/10.14257/ijsh.2014.8.3.18 Personal Health Care Management System Developed under ISO/IEEE 11073 with Bluetooth HDP Am suk Oh 1, Doo Heon Song 2 and Gwan

More information

A Study on HL7 Standard Message for Healthcare System Based on ISO/IEEE 11073

A Study on HL7 Standard Message for Healthcare System Based on ISO/IEEE 11073 , pp. 113-118 http://dx.doi.org/10.14257/ijsh.2015.9.6.13 A Study on HL7 Standard Message for Healthcare System Based on ISO/IEEE 11073 Am-Suk Oh Dept. of Media Engineering, Tongmyong University, Busan,

More information

Integration of Wearable Monitoring Device and Android Smartphone Apps for u-healthcare Monitoring System

Integration of Wearable Monitoring Device and Android Smartphone Apps for u-healthcare Monitoring System , pp. 195-202 http://dx.doi.org/10.14257/ijseia.2015.9.4.20 Integration of Wearable Monitoring Device and Android Smartphone Apps for u-healthcare Monitoring System Yvette E. Gelogo 1 and Haeng-Kon Kim

More information

A Study of the Design of Wireless Medical Sensor Network based u- Healthcare System

A Study of the Design of Wireless Medical Sensor Network based u- Healthcare System , pp.91-96 http://dx.doi.org/10.14257/ijbsbt.2014.6.3.11 A Study of the Design of Wireless Medical Sensor Network based u- Healthcare System Ronnie D. Caytiles and Sungwon Park 1* 1 Hannam University 133

More information

A Study for Home and Mobile U-Healthcare System

A Study for Home and Mobile U-Healthcare System , pp. 255-260 http://dx.doi.org/10.14257/ijseia.2015.9.5.24 A Study for Home and Mobile U-Healthcare System Regin Joy Conejar 1 and Haeng-Kon Kim 1* 1 School of Information Technology, Catholic University

More information

An ECG Monitoring and Alarming System Based On Android Smart Phone

An ECG Monitoring and Alarming System Based On Android Smart Phone Communications and Network, 2013, 5, 584-589 http://dx.doi.org/10.4236/cn.2013.53b2105 Published Online September 2013 (http://www.scirp.org/journal/cn) An ECG Monitoring and Alarming System Based On Android

More information

Cloud-based Distribute Processing of User-Customized Mobile Interface in U-Sensor Network Environment

Cloud-based Distribute Processing of User-Customized Mobile Interface in U-Sensor Network Environment , pp.18-22 http://dx.doi.org/10.14257/astl.2013.42.05 Cloud-based Distribute Processing of User-Customized Mobile Interface in U-Sensor Network Environment Changhee Cho 1, Sanghyun Park 2, Jadhav Yogiraj

More information

A Design of Mobile Convergence Architecture for U-healthcare

A Design of Mobile Convergence Architecture for U-healthcare , pp. 253-260 http://dx.doi.org/10.14257/ijseia.2015.9.1.22 A Design of Mobile Convergence Architecture for U-healthcare Regin Joy Conejar 1 and Haeng-Kon Kim 1* 1 School of Information Technology Catholic

More information

How To Create An Internet Of Things (Iot) Platform For A Smartwatch And Other Devices

How To Create An Internet Of Things (Iot) Platform For A Smartwatch And Other Devices Jong-Tae Park Center for U- Convergence Network, Kyungpook National University, Korea IoT Devices IoT Devices Fitbit Smart Watch (Pebble, Samsung, Apple) Smart Slipper (24eight) Hapifork (Hapilabs) Smart

More information

A Survey of Cloud Based Health Care System

A Survey of Cloud Based Health Care System A Survey of Cloud Based Health Care System Chandrani Ray Chowdhury Assistant Professor, Dept. of MCA, SDET-Brainware Group of Institution, Barasat, West Bengal, India ABSTRACT: Cloud communicating is an

More information

Global Health Informatics Standards for Patient Safety

Global Health Informatics Standards for Patient Safety Global Health Informatics Standards for Patient Safety Yun Sik Kwak, MD, PhD Dept Med Info.,Kyungpook Nat l Univ Sch Med Daegu, Korea HL7 Korea ISO/TC 215 APAMI ehscg October 28, 2006 APAMI MIC2006 - Taipei

More information

Cloud Development of Medical Systems By Oleg Kruk, Embedded Research Lab Leader, DataArt

Cloud Development of Medical Systems By Oleg Kruk, Embedded Research Lab Leader, DataArt Cloud Development of Medical Systems By Oleg Kruk, Embedded Research Lab Leader, DataArt Abstract Wireless electronic medical devices have made remote medicine a reality. Disease prevention, monitoring

More information

Bluetooth Health Device Profile and the IEEE 11073 Medical Device Frame Work

Bluetooth Health Device Profile and the IEEE 11073 Medical Device Frame Work Bluetooth Health Device Profile and the IEEE 11073 Medical Device Frame Work Rudi Latuske, ARS Software GmbH 1. Bluetooth in Medical Applications Bluetooth, as a short range wireless technology, is very

More information

Virtual Sensor for Diabetes Meter in U-Health Service

Virtual Sensor for Diabetes Meter in U-Health Service Vol.6, No. 6 (2014), pp.87-96 http://dx.doi.org/10.14257/ijbsbt.2014.6.6.09 Virtual Sensor for Diabetes Meter in U-Health Service Byung Mun Lee* and Un Gu Kang Dept. of Computer Engineering, Gachon University,

More information

DBaaS Using HL7 Based on XMDR-DAI for Medical Information Sharing in Cloud

DBaaS Using HL7 Based on XMDR-DAI for Medical Information Sharing in Cloud , pp.111-120 http://dx.doi.org/10.14257/ijmue.2015.10.9.12 DBaaS Using HL7 Based on XMDR-DAI for Medical Information Sharing in Cloud Ho-Kyun Park 1 and Seok-Jae Moon 2 1 School of IT Convergence Engineering,

More information

Ubiquitous Healthcare System Management based on Agent Platform with Application of PLD

Ubiquitous Healthcare System Management based on Agent Platform with Application of PLD Ubiquitous Healthcare System Management based on Agent Platform with Application of PLD Farkhod Alisherov 1, Byungjoo Park 1 and Byeong-Yun Chang 2* 1 Department of Multimedia Engineering, Hannam University

More information

Design and Implementation of Automatic Attendance Check System Using BLE Beacon

Design and Implementation of Automatic Attendance Check System Using BLE Beacon , pp.177-186 http://dx.doi.org/10.14257/ijmue.2015.10.10.19 Design and Implementation of Automatic Attendance Check System Using BLE Beacon Mi-Young Bae and Dae-Jea Cho * Dept. Of Multimedia Engineering,

More information

A Resilient Device Monitoring System in Collaboration Environments

A Resilient Device Monitoring System in Collaboration Environments , pp.103-114 http://dx.doi.org/10.14257/ijsh.2014.8.5.10 A Resilient Device Monitoring System in Collaboration Environments KeeHyun Park 1 and JongHwi Lee 1 Department of Computer Engineering, Keimyung

More information

Fig. 1 BAN Architecture III. ATMEL BOARD

Fig. 1 BAN Architecture III. ATMEL BOARD Volume 2, Issue 9, September 2014 ISSN: 2321 7782 (Online) International Journal of Advance Research in Computer Science and Management Studies Research Article / Survey Paper / Case Study Available online

More information

A Research Using Private Cloud with IP Camera and Smartphone Video Retrieval

A Research Using Private Cloud with IP Camera and Smartphone Video Retrieval , pp.175-186 http://dx.doi.org/10.14257/ijsh.2014.8.1.19 A Research Using Private Cloud with IP Camera and Smartphone Video Retrieval Kil-sung Park and Sun-Hyung Kim Department of Information & Communication

More information

Result and Analysis of Implemented Real Time Wireless Health Monitoring System Using Sensors

Result and Analysis of Implemented Real Time Wireless Health Monitoring System Using Sensors IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 9, Issue 4, Ver. IV (Jul - Aug. 2014), PP 68-72 Result and Analysis of Implemented Real

More information

Study of SAP ERP Connection System Driven in Smartphone

Study of SAP ERP Connection System Driven in Smartphone Study of SAP ERP Connection System Driven in Smartphone 1 Jong Youel Park, * 2 Dea-Woo Park, 3 Young Hyun Chang, 4 Kyung Bae Yoon 1, First Author Hoseo Graduate School of Venture Korea, parkjy4567@daum.net

More information

Remote Patient Monitoring in Telemedicine using computer communication network through Bluetooth, Wi-Fi, Internet Android Mobile

Remote Patient Monitoring in Telemedicine using computer communication network through Bluetooth, Wi-Fi, Internet Android Mobile Remote Patient Monitoring in Telemedicine using computer communication network through Bluetooth, Wi-Fi, Internet Android Mobile S.Saravanan Research Scholar, Department of CSE, Rajiv Gandhi college of

More information

Using telehealth to monitor patients remotely:

Using telehealth to monitor patients remotely: ehealth and nursing practice Using telehealth to monitor patients remotely: an RCN guide on using technology to complement nursing practice RCN Legal Disclaimer This publication contains information, advice

More information

Life Sciences. White Paper. Real-time Patient Health Monitoring with Connected Health Solutions

Life Sciences. White Paper. Real-time Patient Health Monitoring with Connected Health Solutions Life Sciences White Paper Real-time Patient Health Monitoring with Connected Health Solutions About the Authors Ashok Khanna Global Head, Presales and Solutions, Engineering Industrial Services, Life Sciences

More information

Design and Implementation of a Voice Based Navigation for Visually Impaired Persons

Design and Implementation of a Voice Based Navigation for Visually Impaired Persons Design and Implementation of a Voice Based Navigation for Visually Impaired Persons Jae Sung Cha, Dong Kyun Lim and Yong-Nyuo Shin Dept. Of Computer Science, Hanyang Cyber University, Seoul,133-791, Korea

More information

Development of Integrated Management System based on Mobile and Cloud service for preventing various dangerous situations

Development of Integrated Management System based on Mobile and Cloud service for preventing various dangerous situations Development of Integrated Management System based on Mobile and Cloud service for preventing various dangerous situations Ryu HyunKi, Moon ChangSoo, Yeo ChangSub, and Lee HaengSuk Abstract In this paper,

More information

Using Bluetooth on Android Platform for mhealth Development

Using Bluetooth on Android Platform for mhealth Development Using Bluetooth on Android Platform for mhealth Development Evgeny Stankevich, Ilya Paramonov Yaroslavl State University Yaroslavl, Russia {stankevich.evg, ivparamonov}@gmail.com Abstract There are many

More information

A new Design Approach for Developing Electronic Health Record Application on Android

A new Design Approach for Developing Electronic Health Record Application on Android A new Design Approach for Developing Electronic Health Record Application on Android H. Sarojadevi 1,, Pallavi Munihanumaiah 2,B.A.Mohan 1,S.Ramya 1 and M. Sushma 1 1 Department of CSE, Nitte Meenakshi

More information

Managing Healthcare Records via Mobile Applications

Managing Healthcare Records via Mobile Applications Managing Healthcare Records via Mobile Applications Eileen Y.P. Li, C.T. Lau and S. Chan Abstract In this paper, a mobile application that facilitates users in managing healthcare records is proposed.

More information

ISO/TC215 HEALTH INFORMATICS WG7 -- DEVICES Jointly with IEEE EMBS 11073, and hosted by HL7 Health Care Devices (DEV) WG, at the HL7 Working Meetings

ISO/TC215 HEALTH INFORMATICS WG7 -- DEVICES Jointly with IEEE EMBS 11073, and hosted by HL7 Health Care Devices (DEV) WG, at the HL7 Working Meetings ISO/TC215 HEALTH INFORMATICS WG7 -- DEVICES Jointly with IEEE EMBS 11073, and hosted by HL7 Health Care Devices (DEV) WG, at the HL7 Working Meetings Kathryn Bennett Program Manager, Technical Process

More information

Enabling Integrated Care

Enabling Integrated Care Enabling Integrated Care Harnessing personal health systems for better outcomes across the care continuum Briefing Note for a SmartPersonalHealth Workshop WoHIT, Thursday 18 March 2010, 13:00-17:00, Barcelona

More information

Development of Integrated Management System based on Mobile and Cloud Service for Preventing Various Hazards

Development of Integrated Management System based on Mobile and Cloud Service for Preventing Various Hazards , pp. 143-150 http://dx.doi.org/10.14257/ijseia.2015.9.7.15 Development of Integrated Management System based on Mobile and Cloud Service for Preventing Various Hazards Ryu HyunKi 1, Yeo ChangSub 1, Jeonghyun

More information

The Design and Implementation of the Integrated Model of the Advertisement and Remote Control System for an Elevator

The Design and Implementation of the Integrated Model of the Advertisement and Remote Control System for an Elevator Vol.8, No.3 (2014), pp.107-118 http://dx.doi.org/10.14257/ijsh.2014.8.3.10 The Design and Implementation of the Integrated Model of the Advertisement and Remote Control System for an Elevator Woon-Yong

More information

A Framework for Personalized Healthcare Service Recommendation

A Framework for Personalized Healthcare Service Recommendation A Framework for Personalized Healthcare Service Recommendation Choon-oh Lee, Minkyu Lee, Dongsoo Han School of Engineering Information and Communications University (ICU) Daejeon, Korea {lcol, niklaus,

More information

Standardization Requirements Analysis on Big Data in Public Sector based on Potential Business Models

Standardization Requirements Analysis on Big Data in Public Sector based on Potential Business Models , pp. 165-172 http://dx.doi.org/10.14257/ijseia.2014.8.11.15 Standardization Requirements Analysis on Big Data in Public Sector based on Potential Business Models Suwook Ha 1, Seungyun Lee 2 and Kangchan

More information

Telehealth. Putting the patient at the heart of the journey

Telehealth. Putting the patient at the heart of the journey Telehealth Putting the patient at the heart of the journey Why telehealth? 1 Telehealth is the remote monitoring of a patient s vital signs and symptoms in their own home proven to enhance the quality

More information

An M2M-Based Interface Management Framework for Vehicles with Multiple Network Interfaces

An M2M-Based Interface Management Framework for Vehicles with Multiple Network Interfaces An M2M-Based Interface Management Framework for Vehicles with Multiple Network Interfaces Hong-Jong Jeong, Sungwon Lee, Dongkyun Kim and Yong-Geun Hong Abstract The Intelligent Transportation System (ITS)

More information

ANDROID-BASED APPLICATION TO ASSIST DOCTOR WITH ALZHEIMER S PATIENT

ANDROID-BASED APPLICATION TO ASSIST DOCTOR WITH ALZHEIMER S PATIENT ANDROID-BASED APPLICATION TO ASSIST DOCTOR WITH ALZHEIMER S PATIENT Zaid A. Habash 1, Wan Hussain Wan Ishak 2, and Mohd. Hasbullah Omar 1 School of Computing, College of Arts and Sciences, Universiti Utara

More information

Considerations on Audience Measurement Procedures for Digital Signage Service

Considerations on Audience Measurement Procedures for Digital Signage Service Considerations on Audience Measurement Procedures for Digital Signage Service Wook Hyun, MiYoung Huh, SeungHei Kim and ShinGak Kang Electronics and Telecommunications Research Institute Daejeon, Republic

More information

Big Data Framework for u-healthcare System. Tae-Woong Kim 1, Jai-Hyun Seu 2. jaiseu@inje.ac.kr

Big Data Framework for u-healthcare System. Tae-Woong Kim 1, Jai-Hyun Seu 2. jaiseu@inje.ac.kr Big Data Framework for u-healthcare System Tae-Woong Kim 1, Jai-Hyun Seu 2 1. Department of Computer Education, Silla University, Sasang-Gu, Busan, Korea 2. School of Computer Engineering, Inje University,

More information

International Journal of Pharma and Bio Sciences PERSONAL HEALTHCARE MANAGEMENT FOR MAIDEN DETECTION OF ILLNESS USING MOBILE OS ABSTRACT

International Journal of Pharma and Bio Sciences PERSONAL HEALTHCARE MANAGEMENT FOR MAIDEN DETECTION OF ILLNESS USING MOBILE OS ABSTRACT Research Article Medical International Journal of Pharma and Bio Sciences ISSN 0975-6299 PERSONAL HEALTHCARE MANAGEMENT FOR MAIDEN DETECTION OF ILLNESS USING MOBILE OS D.SEETHA * AND B.PRIYANKA Saveetha

More information

Smart Integrated Multiple Tracking System Development for IOT based Target-oriented Logistics Location and Resource Service

Smart Integrated Multiple Tracking System Development for IOT based Target-oriented Logistics Location and Resource Service , pp. 195-204 http://dx.doi.org/10.14257/ijsh.2015.9.5.19 Smart Integrated Multiple Tracking System Development for IOT based Target-oriented Logistics Location and Resource Service Ju-Su Kim, Hak-Jun

More information

Big Data Collection Study for Providing Efficient Information

Big Data Collection Study for Providing Efficient Information , pp. 41-50 http://dx.doi.org/10.14257/ijseia.2015.9.12.03 Big Data Collection Study for Providing Efficient Information Jun-soo Yun, Jin-tae Park, Hyun-seo Hwang and Il-young Moon Computer Science and

More information

MobiHealthcare System: Body Sensor Network Based M-Health System for Healthcare Application

MobiHealthcare System: Body Sensor Network Based M-Health System for Healthcare Application E-Health Telecommunication Systems and Networks, 2012, 1, 12-18 http://dx.doi.org/10.4236/etsn.2012.11003 Published Online March 2012 (http://www.scirp.org/journal/etsn) MobiHealthcare System: Body Sensor

More information

DESIGN AND IMPLEMENTATION OF AN INTRANET SECURITY AND ACCESS CONTROL SYSTEM IN UBI-COM

DESIGN AND IMPLEMENTATION OF AN INTRANET SECURITY AND ACCESS CONTROL SYSTEM IN UBI-COM Computing and Informatics, Vol. 30, 2011, 419 428 DESIGN AND IMPLEMENTATION OF AN INTRANET SECURITY AND ACCESS CONTROL SYSTEM IN UBI-COM Malrey Lee Center for Advanced Image and Information Technology

More information

An Android Enabled Mobile Cloud Framework for Development of Electronic Healthcare Monitoring System using VPN Connection

An Android Enabled Mobile Cloud Framework for Development of Electronic Healthcare Monitoring System using VPN Connection ISSN: 2321-7782 (Online) Volume 1, Issue 7, December 2013 International Journal of Advance Research in Computer Science and Management Studies Research Paper Available online at: www.ijarcsms.com An Android

More information

IMAV: An Intelligent Multi-Agent Model Based on Cloud Computing for Resource Virtualization

IMAV: An Intelligent Multi-Agent Model Based on Cloud Computing for Resource Virtualization 2011 International Conference on Information and Electronics Engineering IPCSIT vol.6 (2011) (2011) IACSIT Press, Singapore IMAV: An Intelligent Multi-Agent Model Based on Cloud Computing for Resource

More information

A NEW ARCHITECTURE OF A UBIQUITOUS HEALTH MONITORING SYSTEM:

A NEW ARCHITECTURE OF A UBIQUITOUS HEALTH MONITORING SYSTEM: A NEW ARCHITECTURE OF A UBIQUITOUS HEALTH MONITORING SYSTEM: A Prototype Of Cloud Mobile Health Monitoring System Abderrahim BOUROUIS 1,Mohamed FEHAM 2 and Abdelhamid BOUCHACHIA 3 1 STIC laboratory, Abou-bekr

More information

Remote Patient Monitoring- An Implementation in ICU Ward

Remote Patient Monitoring- An Implementation in ICU Ward 2011 International Conference on Information and Network Technology IPCSIT vol.4 (2011) (2011) IACSIT Press, Singapore Remote Patient Monitoring- An Implementation in ICU Ward Arun E 1+, Marimuthu V 2,

More information

User Authentication Platform using Provisioning in Cloud Computing Environment

User Authentication Platform using Provisioning in Cloud Computing Environment User Authentication Platform using Provisioning in Cloud Computing Environment Hyosik Ahn, Hyokyung Chang, Changbok Jang, Euiin Choi Dept. Of Computer Engineering, Hannam University, Daejeon, Korea {hsahn,

More information

Study of Wireless Sensor Networks and their application for Personal Health Monitoring. Abstract

Study of Wireless Sensor Networks and their application for Personal Health Monitoring. Abstract Study of Wireless Sensor Networks and their application for Personal Health Monitoring. Author 1 Mr. Parag Jawarkar, Author 2 Mrs. Shweta Lambat Abstract Our paper studied Wireless Sensor Network Application

More information

Activating Standardization Bodies Around Medical Apps

Activating Standardization Bodies Around Medical Apps Activating Standardization Bodies Around Medical Apps Michael J. Ackerman, Ph.D. Assistant Director High Performance Computing and Communications U.S. National Library of Medicine The views and opinions

More information

A Noble Integrated Management System based on Mobile and Cloud service for preventing various hazards

A Noble Integrated Management System based on Mobile and Cloud service for preventing various hazards , pp.166-171 http://dx.doi.org/10.14257/astl.205.98.42 A Noble Integrated Management System based on Mobile and Cloud service for preventing various hazards Yeo ChangSub 1, Ryu HyunKi 1 and Lee HaengSuk

More information

How To Test A Robot Platform And Its Components

How To Test A Robot Platform And Its Components An Automated Test Method for Robot Platform and Its Components Jae-Hee Lim 1, Suk-Hoon Song 1, Jung-Rye Son 1, Tae-Yong Kuc 2, Hong-Seong Park 3, Hong-Seok Kim 4 1,2 School of Information and Communication,

More information

Health Care 2.0: How Technology is Transforming Health Care

Health Care 2.0: How Technology is Transforming Health Care Health Care 2.0: How Technology is Transforming Health Care Matthew Kaiser, CEBS, SPHR Director, HR Technology and Outsourcing Lockton Kansas City, Missouri The opinions expressed in this presentation

More information

Iknaia Asset and Personnel Tracking Management System for the Healthcare Industry

Iknaia Asset and Personnel Tracking Management System for the Healthcare Industry Iknaia Asset and Personnel Tracking Management System for the Healthcare Industry July 2014 Introduction Trying to find your way around a large hospital or locating a high-value medical device such as

More information

Design of Media measurement and monitoring system based on Internet of Things

Design of Media measurement and monitoring system based on Internet of Things Design of Media measurement and monitoring system based on Internet of Things Hyunjoong Kang 1, Marie Kim 1, MyungNam Bae 1, Hyo-Chan Bang 1, 1 Electronics and Telecommunications Research Institute, 138

More information

MOBILE HEALTHCARE APPDRAGON SMARTMED

MOBILE HEALTHCARE APPDRAGON SMARTMED APPDRAGON SMARTMED With a rapid increase of chronic conditions such as diabetes, obesity, heart disease and respiratory problems, healthcare providers are under increasing pressure to deliver quality care,

More information

Vulnerability Analysis on Mobile VoIP Supplementary Services and MITM Attack

Vulnerability Analysis on Mobile VoIP Supplementary Services and MITM Attack Vulnerability Analysis on Mobile VoIP Supplementary Services and MITM Attack You Joung Ham Graduate School of Computer Engineering, Hanshin University, 411, Yangsan-dong, Osan, Gyeonggi, Rep. of Korea

More information

Cloud Computing based Livestock Monitoring and Disease Forecasting System

Cloud Computing based Livestock Monitoring and Disease Forecasting System , pp.313-320 http://dx.doi.org/10.14257/ijsh.2013.7.6.30 Cloud Computing based Livestock Monitoring and Disease Forecasting System Seokkyun Jeong 1, Hoseok Jeong 2, Haengkon Kim 3 and Hyun Yoe 4 1,2,4

More information

The Development of an Intellectual Tracking App System based on IoT and RTLS

The Development of an Intellectual Tracking App System based on IoT and RTLS , pp.9-13 http://dx.doi.org/10.14257/astl.2015.85.03 The Development of an Intellectual Tracking App System based on IoT and RTLS Hak-Jun Lee 1, Ju-Su Kim 1, Umarov Jamshid 1, Man-Kyo Han 2, Ryum-Duck

More information

Internet of Things on HealthCare and Chinese Wearable Medical Devices

Internet of Things on HealthCare and Chinese Wearable Medical Devices Internet of Things on HealthCare and Chinese Wearable Medical Devices Xia Wenhuan Director, Greater China Region Business Development TIP Group wenhuan.xia@transpacificip.com BD Internal INTERNET OF THINGS

More information

A Study on the Collection Site Profiling and Issue-detection Methodology for Analysis of Customer Feedback on Social Big Data

A Study on the Collection Site Profiling and Issue-detection Methodology for Analysis of Customer Feedback on Social Big Data , pp. 169-178 http://dx.doi.org/10.14257/ijsh.2014.8.6.16 A Study on the Collection Site Profiling and Issue-detection Methodology for Analysis of Customer Feedback on Social Big Data Eun-Jee Song 1 and

More information

Study of SAP ERP Connection System Driven in Smartphone

Study of SAP ERP Connection System Driven in Smartphone Study of SAP ERP Connection System Driven in Smartphone 1 Jong Youel Park, 2 Dea-Woo Park 1, First Author Hoseo Graduate School of Venture, park4567@daum.net *2,Corresponding Author Hoseo Graduate School

More information

Samsung Mobile EMR. Streamlines medical information and connects medical staff with patients

Samsung Mobile EMR. Streamlines medical information and connects medical staff with patients Samsung Mobile EMR Streamlines medical information and connects medical staff with patients Highlights Increase productivity by providing a single place for medical staff to review and enter patient information,

More information

A Study on Integrated Operation of Monitoring Systems using a Water Management Scenario

A Study on Integrated Operation of Monitoring Systems using a Water Management Scenario , pp. 55-64 http://dx.doi.org/10.14257/ijseia.2015.9.9.06 A Study on Integrated Operation of Monitoring Systems using a Water Management Scenario Yong-Hyeon Gwon 1, Seung-Kwon Jung 2, Su-Won Lee 2 and

More information

AN RFID AND MULTI-AGENT BASED SYSTEM ENABLING ACCESS TO PATIENT MEDICAL HISTORY

AN RFID AND MULTI-AGENT BASED SYSTEM ENABLING ACCESS TO PATIENT MEDICAL HISTORY AN RFID AND MULTI-AGENT BASED SYSTEM ENABLING ACCESS TO PATIENT MEDICAL HISTORY Felicia Giza-Belciug 1, Cristina Turcu 2 and Cornel Turcu 3 1 Department of Electrical Engineering and Computer Science,

More information

WBAN Beaconing for Efficient Resource Sharing. in Wireless Wearable Computer Networks

WBAN Beaconing for Efficient Resource Sharing. in Wireless Wearable Computer Networks Contemporary Engineering Sciences, Vol. 7, 2014, no. 15, 755-760 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ces.2014.4686 WBAN Beaconing for Efficient Resource Sharing in Wireless Wearable

More information

HYBRID WORKFLOW POLICY MANAGEMENT FOR HEART DISEASE IDENTIFICATION DONG-HYUN KIM *1, WOO-RAM JUNG 1, CHAN-HYUN YOUN 1

HYBRID WORKFLOW POLICY MANAGEMENT FOR HEART DISEASE IDENTIFICATION DONG-HYUN KIM *1, WOO-RAM JUNG 1, CHAN-HYUN YOUN 1 HYBRID WORKFLOW POLICY MANAGEMENT FOR HEART DISEASE IDENTIFICATION DONG-HYUN KIM *1, WOO-RAM JUNG 1, CHAN-HYUN YOUN 1 1 Department of Information and Communications Engineering, Korea Advanced Institute

More information

Configuring Snort as a Firewall on Windows 7 Environment

Configuring Snort as a Firewall on Windows 7 Environment Journal of Ubiquitous Systems & Pervasive Networks Volume 3, No. 2 (2011) pp. 3- Configuring Snort as a Firewall on Windo Environment Moath Hashim Alsafasfeh a, Abdel Ilah Noor Alshbatat b a National University

More information

Using Smart Phones and Body Sensors to Deliver Pervasive Mobile Personal Healthcare

Using Smart Phones and Body Sensors to Deliver Pervasive Mobile Personal Healthcare Using Smart Phones and Body Sensors to Deliver Pervasive Mobile Personal Healthcare Patrick Crilly 1, Vallipuram Muthukkumarasamy 2 School of Information and Communication Technology, Griffith University,

More information

Smartphone as a Remote Control Proxy in Automotive Navigation System

Smartphone as a Remote Control Proxy in Automotive Navigation System Contemporary Engineering Sciences, Vol. 7, 2014, no. 14, 683-689 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ces.2014.4675 Smartphone as a Remote Control Proxy in Automotive Navigation System

More information

Application of Android Mobile Platform in Remote Medical Monitoring System

Application of Android Mobile Platform in Remote Medical Monitoring System , pp. 163-174 http://dx.doi.org/10.14257/ijsh.2015.9.4.17 Application of Android Mobile Platform in Remote Medical Monitoring System Yao Wang, Minghan Liu and Jingang Li School of Software, Harbin University

More information

A Multimedia Telemedicine System in Internet of Things

A Multimedia Telemedicine System in Internet of Things 2010 2nd International Conference on Information and Multimedia Technology (ICIMT 2010) IPCSIT vol. 42 (2012) (2012) IACSIT Press, Singapore DOI: 10.7763/IPCSIT.2012.V42.28 A Multimedia Telemedicine System

More information

MAGPIE: An Agent Platform for the Development of Mobile Applications for Pervasive Healthcare

MAGPIE: An Agent Platform for the Development of Mobile Applications for Pervasive Healthcare MAGPIE: An Agent Platform for the Development of Mobile Applications for Pervasive Healthcare Albert Brugués 1,2, Stefano Bromuri 1, Josep Pegueroles 2, and Michael Schumacher 1 1 University of Applied

More information

A Study on Design of Virtual Desktop Infrastructure (VDI) System Model for Cloud Computing BIM Service

A Study on Design of Virtual Desktop Infrastructure (VDI) System Model for Cloud Computing BIM Service A Study on Design of Virtual Desktop Infrastructure (VDI) System Model for Cloud Computing BIM Service K.H. Lee a and S.W. Kwon b and J.H. Shin c and G.S. Choi d a Department of Convergence Engineering

More information

Effective System for Pregnant Women using Mobile GIS

Effective System for Pregnant Women using Mobile GIS Effective System for Pregnant Women using Mobile GIS Ayad Ghany Ismaeel Department of Information System Engineering- Erbil Technical College- Hawler Polytechnic University (previous FTE- Erbil), Iraq.

More information

Gateway Service for Integration of Heterogeneous Networks using Different Interworking Solutions

Gateway Service for Integration of Heterogeneous Networks using Different Interworking Solutions Gateway Service for Integration of Heterogeneous Networks using Different Interworking Solutions Hyunho Park*, Hyeong Ho Lee*, H. Anthony Chan** * Electronics and Telecommunications Research Institute

More information

The Total Telehealth Solution

The Total Telehealth Solution The Total Telehealth Solution Overview of Telehealth Module 1 Overview of Telehealth/Telemedicine Telemedicine began over 40 years ago. Formally defined; telemedicine is the use of medical information,

More information

Home Appliance Control and Monitoring System Model Based on Cloud Computing Technology

Home Appliance Control and Monitoring System Model Based on Cloud Computing Technology Home Appliance Control and Monitoring System Model Based on Cloud Computing Technology Yun Cui 1, Myoungjin Kim 1, Seung-woo Kum 3, Jong-jin Jung 3, Tae-Beom Lim 3, Hanku Lee 2, *, and Okkyung Choi 2 1

More information

IMPLEMENTATION OF HYBRID SOFTWARE ARCHITECTURE FRAMEWORK IN CLINICAL INFORMATION SYSTEM: A CASE STUDY OF A MALAYSIAN CLINIC

IMPLEMENTATION OF HYBRID SOFTWARE ARCHITECTURE FRAMEWORK IN CLINICAL INFORMATION SYSTEM: A CASE STUDY OF A MALAYSIAN CLINIC VOL. 1, NO. 2, NOVEMBER 215 ISSN 1819-668 26-215 Asian Research Publishing Network (ARPN). All rights reserved. IMPLEMENTATION OF HYBRID SOFTWARE ARCHITECTURE FRAMEWORK IN CLINICAL INFORMATION SYSTEM:

More information

Mobile Cloud and Grid Web Service in a Smart City

Mobile Cloud and Grid Web Service in a Smart City Mobile Cloud and Grid Web Service in a Smart City Jong Won Park, Chang Ho Yun, Hae Sun Jung, Yong Woo LEE (Corresponding Author) School of Electrical & Computer Engineering The Smart City (Ubiquitous City)

More information

A Proposed Integration of Hierarchical Mobile IP based Networks in SCADA Systems

A Proposed Integration of Hierarchical Mobile IP based Networks in SCADA Systems , pp. 49-56 http://dx.doi.org/10.14257/ijsh.2013.7.5.05 A Proposed Integration of Hierarchical Mobile IP based Networks in SCADA Systems Minkyu Choi 1 and Ronnie D. Caytiles 2 1 Security Engineering Research

More information

A Platform as a Service for Smart Home

A Platform as a Service for Smart Home A Platform as a Service for Smart Home Boyun Eom, Choonhwa Lee, Changwoo Yoon, Hyunwoo Lee, and Won Ryu Abstract Owing to the convergence of home network, smart home technologies have been developing rapidly.

More information

Mobile Hybrid Cloud Computing Issues and Solutions

Mobile Hybrid Cloud Computing Issues and Solutions , pp.341-345 http://dx.doi.org/10.14257/astl.2013.29.72 Mobile Hybrid Cloud Computing Issues and Solutions Yvette E. Gelogo *1 and Haeng-Kon Kim 1 1 School of Information Technology, Catholic University

More information

Virtual PC-Type Thin Client System

Virtual PC-Type Thin Client System Thin Client Virtual PC-Type Thin Client System KAWASHIMA Hiroyuki, KOSHIBA Kunihiro, TUCHIMOCHI Kazuki, FUTAMURA Kazuhiro, ENOMOTO Masahiko, WATANABE Masahiro Abstract NEC has developed VirtualPCCenter,

More information

An Efficient Application Virtualization Mechanism using Separated Software Execution System

An Efficient Application Virtualization Mechanism using Separated Software Execution System An Efficient Application Virtualization Mechanism using Separated Software Execution System Su-Min Jang, Won-Hyuk Choi and Won-Young Kim Cloud Computing Research Department, Electronics and Telecommunications

More information

The Periodic Moving Average Filter for Removing Motion Artifacts from PPG Signals

The Periodic Moving Average Filter for Removing Motion Artifacts from PPG Signals International Journal The of Periodic Control, Moving Automation, Average and Filter Systems, for Removing vol. 5, no. Motion 6, pp. Artifacts 71-76, from December PPG s 27 71 The Periodic Moving Average

More information

A Digital Door Lock System for the Internet of Things with Improved Security and Usability

A Digital Door Lock System for the Internet of Things with Improved Security and Usability , pp.33-38 http://dx.doi.org/10.14257/astl.2015.109.08 A Digital Door Lock System for the Internet of Things with Improved Security and Usability Ohsung Doh 1, Ilkyu Ha 1 1 Kyungil University, Gyeongsan,

More information

How To Design An Intelligent Knowledge Management System For Distributed E-Home Healthcare

How To Design An Intelligent Knowledge Management System For Distributed E-Home Healthcare International Journal of Bioscience, Biochemistry and Bioinformatics, Vol. 4, No. 4, July 2014 Intelligent Knowledge Management for Distributed e-home Healthcare U-Hou Choi, Jia-Li Ma, Ran Guo, and Ming-Chui

More information

Electrocardiogram (ECG) Monitoring System using Bluetooth technology

Electrocardiogram (ECG) Monitoring System using Bluetooth technology Electrocardiogram (ECG) Monitoring System using Bluetooth technology Zarina Md Amin, Suryani Ilias, Zunuwanas Mohamad Department of Electrical Engineering, Polytechnic of Sultan Abdul Salahuddin Abdul

More information

Enhancements on SCP-ECG protocol for multi vital-sign handling

Enhancements on SCP-ECG protocol for multi vital-sign handling Enhancements on SCP-ECG protocol for multi vital-sign handling G. MANDELLOS, G. KOUTELAKIS, G. TRIANTAFYLLOU, M. KOUKIAS, D. LYMPEROPOULOS Wire Communication Lab, Electrical & Computer Engineering Dept.,

More information

A Robust Multimedia Contents Distribution over IP based Mobile Networks

A Robust Multimedia Contents Distribution over IP based Mobile Networks , pp. 283-288 http://dx.doi.org/10.14257/ijseia.2015.9.9.24 A Robust Multimedia Contents Distribution over IP based Mobile Networks Ronnie D. Caytiles, Seungyong Shin and Byungjoo Park * Multimedia Engineering

More information

Live Well, Heal Well and Age Well with Remote Monitoring. While you are Aging Well, a Hospital is Profiting Well, so your Care is Secure.

Live Well, Heal Well and Age Well with Remote Monitoring. While you are Aging Well, a Hospital is Profiting Well, so your Care is Secure. Live Well, Heal Well and Age Well with Remote Monitoring. While you are Aging Well, a Hospital is Profiting Well, so your Care is Secure. Patients receive only 55% of recommended chronic and preventive

More information

Indian perspective Architecture for Advancement of Biomedical Telemedicine and mhealth System

Indian perspective Architecture for Advancement of Biomedical Telemedicine and mhealth System Indian perspective Architecture for Advancement of Biomedical Telemedicine and mhealth System Govind Maheshwari 1 and Ankit Jain 2 1 Software Engineer, emorphis Software Technologies Solution Pvt. Ltd.,

More information

A Framework to Enhance Rural Healthcare Services Utilizing Cloud Computing and Videoconferencing

A Framework to Enhance Rural Healthcare Services Utilizing Cloud Computing and Videoconferencing Open Access Journal of Information Systems (OAJIS) Available at http://is.its.ac.id/pubs/oajis/index.php The Third Information Systems International Conference A Framework to Enhance Rural Healthcare Services

More information

Studying Security Weaknesses of Android System

Studying Security Weaknesses of Android System , pp. 7-12 http://dx.doi.org/10.14257/ijsia.2015.9.3.02 Studying Security Weaknesses of Android System Jae-Kyung Park* and Sang-Yong Choi** *Chief researcher at Cyber Security Research Center, Korea Advanced

More information

Design of Home Automation Framework With Social Network Integration

Design of Home Automation Framework With Social Network Integration Design of Home Automation Framework With Social Network Integration Warodom Werapun, Amatawit Kamhang, Aekawat Wachiraphan Department of Computer Engineering, Faculty of Engineering Prince of Songkla University

More information