Vous êtes sur la page 1sur 5

See discussions, stats, and author profiles for this publication at: https://www.researchgate.

net/publication/261082011

A mobile application for ambulatory electrocardiographic monitoring in clinical


and domestic environments

Conference Paper · April 2013


DOI: 10.1109/PAHCE.2013.6568306

CITATIONS READS

14 101

4 authors:

Alvaro Julian Saladarriaga Jairo Pérez


Universidad Pontificia Bolivariana Universidad Pontificia Bolivariana
6 PUBLICATIONS   24 CITATIONS    12 PUBLICATIONS   27 CITATIONS   

SEE PROFILE SEE PROFILE

J.V. Restrepo John Bustamante


Universidad Pontificia Bolivariana Universidad Pontificia Bolivariana
3 PUBLICATIONS   18 CITATIONS    120 PUBLICATIONS   199 CITATIONS   

SEE PROFILE SEE PROFILE

Some of the authors of this publication are also working on these related projects:

Development of a biocomposite material View project

Implementación de un Tococardiógrafo digital en FPGA View project

All content following this page was uploaded by Jairo Pérez on 07 April 2016.

The user has requested enhancement of the downloaded file.


3$1$0(5,&$1+($/7+&$5((;&+$1*(6 3$+&( &21)(5(1&(:25.6+236$1'(;+,%,76&223(5$7,21/,1.$*(6
,17(5&$0%,26'(&8,'$'20e',&23$1$0(5,&$126&21)(5(1&,$7$//(5(6<(;+,%,&,21(6&223(5$&,Ï1(1/$&(6

A mobile application for ambulatory electrocardiographic monitoring in clinical


and domestic environments

Alvaro J. Saldarriaga1, Jairo J. Pérez1, J. Restrepo1, J. Bustamante1


1
Grupo de Dinámica Cardiovascular, Universidad Pontificia Bolivariana, Medellín, Colombia
Email: juliansaldarriagarodriguez@gmail.com; Ph. (57) 4488388-12403

difficult task was connecting mobile phones through


Abstract ––Computational power and interconnection Bluetooth® since it was protected with licensing clauses
capacities have contributed smartphones and tablets to become except for Bluetooth 4.0; at that point, hardware had to be
an essential tool to medical sector. Developed countries have upgraded to this new version. In fact, connecting the
demonstrated that mobile devices may be considered as
application with a web database is reached since phones are
equipment for tracking, monitoring, reading updating and
treatment assistance; hence, they will be portable health care developed with the Internet as the main hub for data.
support machines. We have developed a mobile application for
ambulatory electrocardiographic monitoring based on Android Android OS® and iOS® are well known families for
and iOS (iPhone Operating System), which contributes to software development on smartphones. Both families started
proceed with accuracy in daily activities connecting different in 2007 adopting several features from users and companies,
zones. The application, composed by buttons, switches, sliders such as connectivity and easy usage. Also, development
and rotating screens, runs under two scenarios: patient and tools use standard programming interfaces and syntax,
doctor mode, allowing medical personnel to define different which allow developers to write software for both platforms.
configurations. Both modes permit users to visualize in real
time captured readings and tracings. Its advantages have
increased in capabilities and decreased complexities, becoming In case of vital sign monitoring, patients are able to use
one of the main instruments at hospital environments. It has Android based and iOS applications to monitor their
been proven that such devices have better performance physiological conditions and to proceed opportunely.
through the usage of cloud computing services, low power Healthcare applications running under real-time software are
consumption and low number of connections. This paper aims known as soft real-time systems, in which some latency is
to stimulate medical personnel the use of capacities for mobile allowed [2]; in this case, for sampling frequencies on ECG
devices through medical applications and guide diagnose applications above 150 Hz, the maximum latency allowed is
procedures with efficiency. 6.6 ms. Data transmissions are permitted only when baud
Keywords –– Smartphone, cardiac monitoring, software
rates are 1200 bps minimum. Identifying emergency
application. situations as cardiac diseases or sudden falls, a few minutes
will be suffice for saving lives considering that without them
these conditions will not be identified at all.
I. INTRODUCTION
Technology innovators are making smartphones
High power computational mobile devices with the increasingly capable as medical diagnostic tools. For
capability of being programmed to perform different tasks example, taking an electrocardiogram (ECG)
were not available in the 80’s. Different evaluation tests reading. Alivecor, a company which developed the new
were under Palm OS® system with a moderate success rate ECG reading heart monitor, based on Apple iPhone, just got
[1]. Processors and electronics power requirements were FDA (Food and Drug Administration) approval. This is a
high enough in early 21st century and the cost of building a prime example of mobile health (mHealth) technologies and
powerful small device was out of reach those days. medical devices helping seniors and patients living at home;
though it is currently approved for medical professionals
Currently, processing machines have communications only [2].
based on serial or parallel connections as Bluetooth, Zigbee,
USB and WiFi to perform common tasks. The combination This project aims to develop an event monitor through
of medical and mobile devices is rapidly evolving as a the subroutines of software for Android and Apple devices
solution for accurate low-cost physiological measurement from a previous signal-capture hardware design (Kadia) [3];
used in ambulatory environments. Besides, they also have thus, patients and users may use a friendly graphical
become useful and essential tools for organizing interface able to provide connectivity. We developed a
administrative and professional information in health care mobile application for both, iOS and Android OS, to
practice. compare two different technologies and the possibilities of
improving patient monitoring through smart devices by
Last year, mobile platforms developed for Symbian means of single chip solutions to read non-invasive
were exported to Android OS and iOS. Using iOS, the most signals [4]. We are focused on displaying and analyzing

$35,/±0$<0('(//,1&2/20%,$
  ,6%1
‹,((( ,(((&DWDORJ1XPEHU&)3*&'5
3$1$0(5,&$1+($/7+&$5((;&+$1*(6 3$+&( &21)(5(1&(:25.6+236$1'(;+,%,76&223(5$7,21/,1.$*(6
,17(5&$0%,26'(&8,'$'20e',&23$1$0(5,&$126&21)(5(1&,$7$//(5(6<(;+,%,&,21(6&223(5$&,Ï1(1/$&(6

electrical physiological activity in patients to provide a Google Android OS is an open source operating system,
secure platform capable of link to cloud servers. managed by Google, specially built for mobile platforms,
hosts the ECG application and uses released SDK software
for different developments. It is based on GNU / Linux and
II. METHODOLOGY designed for smartphones and tablets; for data storage and
connectivity, uses SQLite, a lightweight database, and GSM
The integration between Kardia and a software platform / EDGE, IDEN, CDMA, EV-DO, UMTS, Bluetooth, Wi-Fi,
for smartphones was accomplished by transmitting data LTE and WiMax respectively. It permits applications
through a Bluetooth 4.0 interface when using Apple written in Java, to be run on Dalvik Virtual Machines
products; however, such standard it is not necessary for designed specifically for Android and optimized for mobile
Android devices since last generation mobile phones include devices running on battery with memory and processor
that compliance. limitations. The SDK includes tools for memory usage,
debugging and performance analysis software. Multitasking
Kardia is responsible of acquiring ECG signals,
is available for real time applications; i.e., applications
extracting QRS complex for heart rate calculation with the
running in foreground do not receive clock cycles. Apple's
Pan and Tompkins algorithm and analyzing them, to detect
mobile operating system (iOS) has four abstraction layers
arrhythmias. It uses three surface electrodes and transmits
used in this application: the core layer, "Core Services"
digitalized data through a Bluetooth wireless
layer, "Media" layer, and "Cocoa Touch" layer. The user
communication.
interface iOS is based on the concept of multi-touch
Kadia hardware system is intended to be used in a manipulation by gestures needed for zooming in and out.
variety of medical applications, including pre and in-
hospital emergency care, disaster response, and stroke When running iOS, a male USB dock connector is
patient rehabilitation. Medical acquisition devices are necessary integrated with a USB to establish connections
battery-powered and implemented according figure 1: with Kardia work in invisible mode, see figure 2.

Instrumentation Low Pass


Gain
amplifier Filter

Bluetooth Fig. 2.Bluetooth 4.0 interface for Apple devices


Communication Digital Processing
III. RESULTS

The application runs under two modes: user and doctor


Sources modes, both have different privileges over configurations
(settings). User is allowed to view and store ECG data in the
Fig. 1. Instrumentation stages of typical medical devices
device memory. After the data is sent to the device, user or
Doctors are able to see in real time captured readings;
however, latency is present as well as communication
Bluetooth 4.0, is a new open standard developed by the delays. At this point they are allowed and caused by filling
Bluetooth SIG. It is targeted to address the needs of new data buffers during acquisition stage. Refer to figure 3 for
modern wireless applications such as ultra-low power the designed hardware architecture.
consumption, fast connection times, reliability and
security. Bluetooth 4.0 consumes 10-20 times less power The graphical user interface elements consist of sliders,
and is able to transmit data 50 times quicker than classical switches and buttons to allow medical personnel to set
Bluetooth solutions. BLE112 module is used, a single mode different configurations. The interaction with the operating
device targeted for low power sensors and accessories. systems is done through gestures like swipe, tap and pinch.
BLE112 offers all Bluetooth low energy features: radio, Internal accelerometers and gyroscopes are enabled in
stack [5], profiles and application space for customer rotating function. Booth platforms were programmed under
applications. The module also provides flexible hardware the same software structure; patient details require to be
interfaces to connect sensors, simple user interfaces or even verified in a data base to proceed with the real time
displaying directly to the module. readings, the flowchart is shown in figure 4.

$35,/±0$<0('(//,1&2/20%,$  ,6%1


,(((&DWDORJ1XPEHU&)3*&'5
3$1$0(5,&$1+($/7+&$5((;&+$1*(6 3$+&( &21)(5(1&(:25.6+236$1'(;+,%,76&223(5$7,21/,1.$*(6
,17(5&$0%,26'(&8,'$'20e',&23$1$0(5,&$126&21)(5(1&,$7$//(5(6<(;+,%,&,21(6&223(5$&,Ï1(1/$&(6

The application receives information (signal), ascertained by direct examination on the part of medical
processing is not supported; at that point, the main personnel.
acquisition board -Kardia- sends the values of the calculated
The application stores memory-limited records and
heart rates and amplitude-time signal. The signal is recorded
alarms to clinical personnel. ECG tracings form part of the
using surface electrodes; data is then transferred to the
application depending on the patient and his or her set of
signal processing unit. In this unit, the ECG signal is
illnesses/treatments
filtered, and converted to digital signal; thus, parameters,
such as: frequencies are calculated, which are useful for
statistical purposes.

Fig. 5. Opening interfaces and log in funtions. From left to right: Log in
Fig. 3. Communication architecture used in the development. From left to window (ID,, Password login button), details window (ID, name, device ID,
right: Kadia, mobile devices and WEB (internet and remote servers) medical history ID, gender, age, phone numbers, email) and event record
(date and time).

The algorithm in Kardia detects ECG amplitude


changes while the application displays the recordings as
shown in figure 6 for apple devices. Doctors can therefore
readily access and analyze this data to check for atrial
fibrillations, the most common type of arrhythmia (irregular
heartbeat) and other types of arrhythmias.

Fig. 4.Application flowchart

The smartphone application requires logging in to start


running, a username and a password are needed to ensure
authorized users access to the service, see figure 5. Fig. 6. Cardiac signal on Apple device

Personal details are also a requirement to fulfill As the application has rotating features, the display does
anamnesisIRU formulating a diagnosis and providing medical it with the ECG signals providing high quality tracing of the
care to the patient, in contrast with clinical signs, which are electrical activity. Such feature allows doctors to quickly
and accurately diagnose atrial fibrillation, refer to figure 7.

$35,/±0$<0('(//,1&2/20%,$  ,6%1


,(((&DWDORJ1XPEHU&)3*&'5
3$1$0(5,&$1+($/7+&$5((;&+$1*(6 3$+&( &21)(5(1&(:25.6+236$1'(;+,%,76&223(5$7,21/,1.$*(6
,17(5&$0%,26'(&8,'$'20e',&23$1$0(5,&$126&21)(5(1&,$7$//(5(6<(;+,%,&,21(6&223(5$&,Ï1(1/$&(6

use cloud systems to centralize the information from


patients, showing other extended capabilities including in-
built high-quality camera lenses, mobile apps that aid
productivity, video-streaming as well as connectivity that
enable millions to stay connected while diagnosis
procedures.

Applications on smartphones are universally owned among


the medical profession; the offer real opportunities to impact
the efficiency of working practices and patient care. During
this project, we detected an apparent rise in smartphone
ownership and medical application usage among medical
student and doctor groups, with similar levels of smartphone
ownership and patterns of medical applications use when
Fig.7. Rotated signal on Apple device
comparing these two groups. However, organizations and
developers should be mindful of negative issues surrounding
IV. DISCUSION medical applications used in the clinical environment from
The arrival of smartphones and tablets to daily human both clinicians and service users. Future work should focus
duties is a step forward from PDAs and, further back, hard not only on appropriate application development but also on
copy books and journals. Rapidly changing clinical the perceptions of health care professionals and users on the
advances on the usage of compatible interfaces have pushed use of mobile technologies in clinical areas.
the trend toward accessing resources via smartphones and
tablets. It is not far away the time for us to be able to carry Technology will change forever the way we obtain and
out our contouring in a tablet, check number of patients in a process medical information and the way we practice
smartphone and observe real time applications. medicine.

Medical devices will become a common information ACKNOWLEDGMENT


appliance in the contemporary life by the use of Bluetooth
as a standard for peripherals. By using a Bluetooth enabled We would like to express our gratitude to the members
ECG acquiring device, the smartphone can be used to record of Wireless Heart Arrhythmia Monitoring (WHAM) and
the ECG waveform. When the users detect relevant aspects Monitor de Eventos Cardiacos –CARE- projects for
in heart activities, they may initiate the device to start providing the necessary help during the phases of this
recording. development and provide their valuable suggestions.

It is not possible to predict where the new wave of REFERENCES


products and technology are going to disrupt. If the [1] Manhattan Research Inc., “Physicians in 2012: The Outlook for
resources are available is better to bet in the new ones and On Demand, Mobile, and Social Digital Media”, A Physician
simultaneously on another one. But if not, it is better to wait Research Module Report ,2009 New York , USA .
and check if the technologies become enough mature. [2] Ko, S. Y., Wang, K. M., Lian, W. C., and Kao, C. H. “A portable
ECG recorder”, in Consumer Electronics, Communications and
Networks (CECNet), 2012 2nd International Conference on, pp.
V. CONCLUSIONS 3063-3067, April 2012.
[3] Saddik, B., Barakah, D. M., and Aldosari, B, “A study of PDA
A new portable ECG application that interfaces with and Smartphone adoption rates at King Saud Medical City
Android tablets and smartphones has been introduced. The Hospitals”, in Medical Information and Communication
system uses Bluetooth to connect to Android and Apple Technology (ISMICT), 2012 6th International Symposium on,
smartphones and tablets or computers. That feature makes it pp. 1-3, March 2012.
easy for users to keep doctors informed about the health of [4] Kramer, K. M., Hedin, D. S., and Rolkosky, D. J, “Smartphone
patients. based face recognition tool for the blind”, in Engineering in
Medicine and Biology Society (EMBC), 2010 Annual
International Conference of the IEEE, pp. 4538-4541, August
By using this application, Doctors are able to receive 2010.
ECG waveform from data bases in smartphones which may
[5] Bluegiga Technologies. (2013). Bluetooth low energy
lead the diagnosis to serious problems. Remote diagnosis technology. How it works. [Online]. 20(11), pp. 11-13.
may be reached in real-time for medical care. By early Available:www.bluegiga.com/files/bluegiga/LE%20Public/Low
discovery of diseases, this may alleviate heart attacks and Energy_HowItWorks.pdf
cardiovascular issues. Thereby, they are now migrating to 

$35,/±0$<0('(//,1&2/20%,$  ,6%1


,(((&DWDORJ1XPEHU&)3*&'5

View publication stats

Vous aimerez peut-être aussi