SlideShare a Scribd company logo
1 of 5
Download to read offline
230 IEEE TRANSACTIONS ON BIOMEDICAL ENGINEERING, VOL. 60, NO. 1, JANUARY 2013
Toward Ubiquitous Healthcare Services With a Novel
Efficient Cloud Platform
Chenguang He, Xiaomao Fan, and Ye Li∗
, Member, IEEE
Abstract—Ubiquitous healthcare services are becoming more
and more popular, especially under the urgent demand of the global
aging issue. Cloud computing owns the pervasive and on-demand
service-oriented natures, which can fit the characteristics of health-
care services very well. However, the abilities in dealing with mul-
timodal, heterogeneous, and nonstationary physiological signals to
provide persistent personalized services, meanwhile keeping high
concurrent online analysis for public, are challenges to the general
cloud. In this paper, we proposed a private cloud platform archi-
tecture which includes six layers according to the specific require-
ments. This platform utilizes message queue as a cloud engine, and
each layer thereby achieves relative independence by this loosely
coupled means of communications with publish/subscribe mech-
anism. Furthermore, a plug-in algorithm framework is also pre-
sented, and massive semistructure or unstructured medical data
are accessed adaptively by this cloud architecture. As the testing
results showing, this proposed cloud platform, with robust, stable,
and efficient features, can satisfy high concurrent requests from
ubiquitous healthcare services.
Index Terms—Cloud computing, healthcare services, plug-in
algorithm, ubiquitous.
I. INTRODUCTION
ACCORDING to the World Health Organization report, the
incidence of the suboptimal health status (SHS), which
is also called “the third state” (between health and disease),
accounts for 75% of the world population [1]. Only in China,
there are estimated 900 million people in such status [1]. Some
of them would pay close attention to their health hoping to get
preventive health examination. Moreover, with the aging popu-
lation growing, we also have to take measures to launch chronic
disease surveillance for elder people. Therefore, to satisfy the
demands of “SHS” groups and aging population, the healthcare
system is proposed and becoming more and more popular, which
Manuscript received March 16, 2012; revised July 5, 2012; accepted August
29, 2012. Date of publication October 5, 2012; date of current version Decem-
ber 14, 2012. This work was supported in part by the Shenzhen Basic Research
Funds for Distinguished Young Scientists under Grant JC201005270306A,
in part by the Comprehensive Strategic Cooperation Projects for Guangdong
Province and Chinese Academy of Sciences under Grant 2011A090100025,
and in part by the National Basic Research Program of China under Grant
2010CB732600. Asterisk indicates corresponding author.
C. He is with the Key Laboratory for Health Informatics of Chinese Academy
of Sciences, and with Shenzhen Institutes of Advanced Technology, Chinese
Academy of Sciences, Shenzhen 518055, China. He is also with the Uni-
versity of Chinese Academy of Sciences, Beijing 100049, China (e-mail:
cg.he@siat.ac.cn).
X. Fan is with the Key Laboratory for Health Informatics of Chinese Academy
of Sciences, and with Shenzhen Institutes of Advanced Technology, Chinese
Academy of Sciences, Shenzhen 518055, China (e-mail: xm.fan@siat.ac.cn).
∗Y. Li is with the Key Laboratory for Health Informatics of Chinese Academy
of Sciences, and with Shenzhen Institutes of Advanced Technology, Chinese
Academy of Sciences, Shenzhen 518055, China (e-mail: ye.li@siat.ac.cn).
Digital Object Identifier 10.1109/TBME.2012.2222404
can provide self-monitoring of healthy status, early warning of
disease, and even an instant report of the physiological signal
analysis for individuals.
Until now, such health monitoring systems have been widely
implemented with traditional management information system
(MIS) mode, which could no longer meet all the requirements
of the healthcare system. For instance, Leel et al. [2] propose
a service-oriented architecture (SOA)-based system to integrate
the data from a personal health device and customize services
for users, but somewhat lack concurrency and persistent service
capabilities; Kulkarni and Ozturk [3] developed a system named
mPHASiS, which claims an end-to-end solution. However, it re-
lies on the particular programming language, Java, which will
result in less efficient of system due to the performance of Java
virtual machine (JVM). Nowadays, as an emerging state-of-the-
art technology, cloud computing can provide pervasive, eco-
nomical, and on-demand services for customers. Many pieces
of research on medical information have been involved into the
cloud [4]–[6] recently. It can fulfill the flexibility and scalability
of service-orientated systems, just like the healthcare system
infrastructure should have, which is very different from the
transaction-oriented MIS mode.
Cloud computing inherited the features of high-performance
parallel computing, distributed computing, and grid comput-
ing, as well as the further development of these techniques to
achieve location transparency to enhance the user experiences
over the Internet. More and more applications are migrated onto
the cloud platform, which can provide services for various ap-
plication scenarios [7], [8]. Such a platform generally comprises
a number of diverse groups of components, no matter they are
open source or not. Consequently, how to design a model with
optional components to meet the needs of flexibility and scal-
ability is one of the critical issue when constructing a cloud
platform. In the case of the solution for this healthcare system,
we presented a six-layer deployment architecture and proposed
a message queue (MQ) as cloud engine as well as fundamen-
tal cloud storage based on the open-source components, which
can be obtained freely and timely from Internet communities.
Also, a plug-in algorithm framework was developed with pub-
lish/subscribe mechanism to implement this healthcare system
for the community people. The expandable feature of the pub-
lish/subscribe communication model can meet the needs of a
health cloud platform in high concurrent performance. Details
about the implementation are depicted in Section III after the
analysis of the practical requirements of healthcare in Section II.
The results of performance test of the system are given in
Section IV, and the Section V draws a conclusion and foresees
the future work.
0018-9294/$31.00 © 2012 IEEE
IEEE TRANSACTIONS ON BIOMEDICAL ENGINEERING, VOL. 60, NO. 1, JANUARY 2013 231
II. SYSTEM REQUIREMENTS ANALYSIS
A. Application Scenarios
This system is planned to serve hundreds of families residing
in the city for health monitoring via Internet, and will sup-
port thousands of potential customers including physicians and
whoever care about health of themselves in the near future.
So, higher concurrent transactions and shorter response time
are the requirements to our system. Certainly, visualization of
the results is also compute-intensive tasks usually with large-
scale graphic drawing, which need to be stored and accessed in
an efficient way to provide instant services to individuals. The
multimodal and nonstationary characteristics of special med-
ical signals, such as electrocardiogram (ECG), photoplethys-
mograph (PPG), and electroencephalograph (EEG), are very
trivial for storage and may lead to a synchronous problem on
GlusterFS [9]. Hence, these large numbers of semistructured
or unstructured health records, as well as companied with triv-
ial files, are all adapted to NoSQL [10] databases instead of
traditional relational ones. These fundamental characteristics
are very different from the features of grid computing which
aimed at special applications and difficult to operate for unpro-
fessional users (e.g., scientific exploration projects). Further-
more, the method of service delivery is another important factor
which affects the usability of the system. In addition to a mobile
phone as an appropriate front-end device [11], TV set is another
friendly interface for aging people. So, with the assistance of
set-top box, services would be delivered through a TV cable
ubiquitously.
B. Overview of the Data Flow
There are two main activities of users: upload the raw data
and browse the results of diagnosis. Upload activities are di-
vided into two steps: the first is to transmit physiological data,
which are collected by sensors, to the gateway through short-
distance transmission by a wired USB or a wireless Bluetooth.
The second is to deliver the data from the gateway to the cloud
servers through IP networks. Set-top box (for USB) and mo-
bile phone (for Bluetooth) play the important role of gateway
to relay data, respectively. We have developed three types of
interfaces to users including TV cable, Wi-Fi/Ethernet, and cel-
lular networks (2G/3G). All of these forms are interacted with
cloud servers via Internet at the end. Browsing the results on
a TV or a mobile phone is very straightforward. As aforemen-
tioned, all of the physiological data should be collected in a
distributed database cluster as the reservoir for data mining.
Although the data may possibly be lost by accident (e.g., power
failure) during operation, it must be restored from the databases
in cloud. Therefore, to avoid a single point of failure, we utilize
a primary/secondary scheme provided by a database to maintain
enough replicas of data. Keep-alive mechanism is also adopted
in this scheme and switch back and forth if the heart-beat
signal is missing between primary ones and secondary ones.
Fig. 1 shows the overview of our ubiquitous healthcare service
system.
Fig. 1. System overview of ubiquitous healthcare service.
III. SYSTEM ARCHITECTURE AND IMPLEMENTATION
Considering the application requirements and the data of the
inconsistent format, we improved our previous work [12] and
proposed a hybrid model which simplified the one derived from
the National Institute of Standards and Technology (NIST) [13]
and Jericho models [14]. Being everything can be treated as a
service (XaaS) [15], we can also choose component as a ser-
vice to take very efficient way to develop this specific private
cloud architecture. The philosophy of this private healthcare
cloud inherited the software as a service (SaaS) of the NIST
model and introduced the insource/outsource concept into our
cloud platform development. Outsource products include open-
source components and commercial software, whereas the core
data mining models are developed by ourselves as an insource
product. The whole cloud platform comprised of several build-
ing blocks according to functionality requirements. Fig. 2 shows
the six-layer architecture of the healthcare cloud platform while
each layer’s content and function are interpreted as follows.
1) Service interaction is a top layer where users can inter-
operate with the terminals such as 3G mobile phone and
set-top box, and browser on a computer, etc., to collect
and upload original physiological data, as well as down-
load the analysis results from the cloud servers.
2) Service presentation can be regarded as an interface with
various kinds of services such as wireless application pro-
tocol (WAP), Web, image provider, etc. In addition, the
node balancer also works on this layer, which can provide
high concurrency capability. Some run-time information
is also reserved at this level.
3) Session cache stores the user sessions on one hand, which
maintains the authentication and certification status at the
first time when the user accesses the services, i.e., service
interaction through the presentation layer. On the other
hand, memory cache is adopted to expedite the result data
access. In fact, this session’s architecture is a big hashed
key/value table.
4) Cloud engine is a dispatcher to cooperate the compo-
nents with each other to make the cloud running by us-
ing message-driven mode via MQ. The functionalities
of the management for the queue are provided by this
232 IEEE TRANSACTIONS ON BIOMEDICAL ENGINEERING, VOL. 60, NO. 1, JANUARY 2013
Fig. 2. Six layers of a healthcare cloud platform.
layer, which is regarded as a critical core for scheduling
tasks.
5) Medical data mining is clusters of algorithms, including
data preprocessing, data analysis, mining algorithms, and
visualization processing. This layer can handle the data
transmitted from the front end and generate the results
back to database. Other algorithms can also be easily
plugged in if needed.
6) Cloud storage provides data resources for the entire
health cloud platform, including user information, vital
signs, health records, and graphic data for processing.
Physiological data collected from body area networks and
massive graphic data for distributed processing of such
data-intensive tasks are the primary contents. Using the
distributed file storage system, like Hadoop Distributed
File System [16] with semistructural database, can
provide more extensible and efficient access. Moreover,
sharding [10] is another major characteristic of this dis-
tributed database to gain higher availability. Redundancy
among these pieces of shards and different views of the
same data provide the consistency to a large extent. This
mechanism can guarantee the integration of global data
and transparency to users.
There are two key components addressed here: the first one is
MQ, which is a kind of component that provides asynchronous
communication protocol to achieve the independence between
message sender and receiver. Queue is utilized for storing the
Fig. 3. Plug-in algorithm framework.
event message generated by a sender (publisher), and all of the
listeners (subscriber) who are interested in this kind of event can
fetch this message to process a predefined routine. All commu-
nication parties should follow the same protocol (e.g., advanced
message queue protocol), and utilize available MQ application
program interface [17] to operate the queue. It is not neces-
sary that two parties must know the existence of each other.
After a message is inserted into a queue, it will be preserved
and not deleted in the MQ until the corresponding subscriber
reconnects to the system. Messages can be exchanged on the
level of process, application, or even intercloud. Queue resides
in cloud just as an engine to drive the system. Addition, different
message head identifies the analysis algorithm and indicates the
subsequent behaviors of cloud.
The second one is the plug-in algorithm framework devel-
oped with respect to the extendibility of various services, which
is based on the publish/subscribe mechanism to provide cus-
tomized functions conveniently, not only for healthcare but
also for other services. The whole system can reduce the mod-
ule coupling by adopting this algorithm. For instance, various
data mining algorithms, such as analysis of peripheral vascular
function, instantaneous heart rate, and chaotic characteristics
of power spectral density, etc., should be adopted to perform
automatically according to different analyzed signals. Every
different function can subscribe the different theme of mes-
sage, which is classified by a message head. Accordingly, we
designed an abstract core class named CoreStubClass, includ-
ing a private attribute analysisKind, and an abstract method
handleRequest(int). This class communicates with Message via
MQ, and the other kinds of concrete implementation classes
extended the CoreInterface, e.g., SignalFilterCore, ECGAnaly-
sisCore, and other data mining classes. Fig. 3 shows the class
framework of the plug-in algorithm.
IV. TEST RESULTS AND ANALYSIS
As a result, Fig. 4 shows the upload interface on a TV while
collecting user’s psychological signals for 2 min. Results of
IEEE TRANSACTIONS ON BIOMEDICAL ENGINEERING, VOL. 60, NO. 1, JANUARY 2013 233
Fig. 4. Presentation of a user’s upload interface on a TV.
Fig. 5. Presentation of a user’s abnormal ECG on a browser.
TABLE I
OVERALL STATISTICS OF UPLOADING AND BROWSING ACTIVITIES
analysis are viewed by a Web browser as shown in Fig. 5, which
can also been shown on a TV. To perform stress and load tests on
our system, we designed two test cases to verify the capabilities
of cloud platform: simulating initial 100 users for uploading
activity lasting for 10 min, as well as 300 users for browsing
lasting for 30 min. Table I shows the overall of the testing statis-
tics. Use four servers with the same configuration (2.93-GHz
Intel Xeon CPU with 4G RAM) as front-end clusters to provide
visualization services under the Tsung [18] testing environment.
Tsung can generate many sessions and make concurrent requests
to a server automatically. It starts with the initial user count and
reports the performance in detail when testing is over. A new
TABLE II
STATISTICS OF NETWORK TRAFFIC AND PERFORMANCE
TABLE III
STATISTICS FOR READING PERFORMANCE OF AMAZON S3 [19]
HTTP request generated within a given interval of 0.02 s repre-
sents that a new user connection happened, and a session will
be created according to the probability presented in the testing
configuration file. The mean response time and count (for page,
request, etc.) for the whole test are computed, which generated
16 3011 and 57 3683 concurrent requests for the two activities,
respectively, as shown in Mean Time and Count columns. Re-
sponse time less than 1s is tolerable for user experience. The
actual number of concurrent users is nearly 30 000 during the
experiment as the Users_count column of Table II shows. It is
acceptable to us.
By comparison, Table III shows the reading performance of
Amazon’s simple storage service (S3) with different page sizes
(writing data to S3 takes about three times as long as reading
data) [19]. Ignoring the slight differences of hardware, the us-
ability of our system is satisfied in terms of Bandwidth, which is
at least double of that in S3 (compare the last row of Table II with
that of Table III). Response Time is also better obviously. Over-
all, it demonstrates that this document-oriented cloud storage
architecture is more appropriate for the environment of health-
care services with a large number of trivial files, rather than
nondocument-oriented ones such as S3. Furthermore, due to
platform capabilities of linear extendibility, we simply increase
the number of servers if there are more potential users’ requests
in the future.
V. CONCLUSIONS AND FUTURE WORK
In this paper, we propose a six-layer architecture of the pri-
vate cloud platform associated with the technologies such as
MQ, load balance, plug-in algorithm, and cloud storage. This
platform can manage the semistructure, unstructured, and het-
erogeneous physiological signal data very well. Testing results
show that it can cope with the issues about high concurrent re-
quests in ubiquitous healthcare service and dispose of tasks for
massive physiological signals analysis rapidly, as well as owning
robust, instant, and efficient features. Particularly, it demands not
much for hardware, and most of those integrated components
such as NoSQL databases and MQ are open-sourced and free,
whereas the commercial portfolio of software is always very
234 IEEE TRANSACTIONS ON BIOMEDICAL ENGINEERING, VOL. 60, NO. 1, JANUARY 2013
expensive. So, it is also an appropriate low-cost solution with
respect to the effectiveness. In the future, we will further explore
the security issues and add novel trustworthy module to protect
user’s privacy.
REFERENCES
[1] H. Ding, J. He, and W. Wang, “The sub-health evaluation based on the
modern diagnostic technique of traditional chinese medicine,” in Proc.
Workshop Edu. Technol. Comput. Sci., Shanghai, China, Mar. 7–8, 2009,
pp. 269–273.
[2] S.-H. Leel, J. H. Song, J.-H. Ye, H. J. Lee, B.-K. Yi, and I. K. Kim,
“SOA-based integrated pervasive personal health management system us-
ing PHDs,” in Proc. 4th Int. Conf. Pervasive Comput. Technol. Healthcare,
Munich, Germany, Mar. 2010, pp. 1–4.
[3] P. Kulkarni and Y. Ozturk, “mPHASiS—Mobile patient healthcare and
sensor information system,” J. Netw. Comput. Appl., vol. 34, pp. 402–
417, 2011.
[4] N. Botts, B. Thoms, A. Noamani, and T. A. Horan, “Cloud computing ar-
chitectures for the underserved: Public health cyberinfrastructures through
a network of HealthATMs,” in Proc. 43rd Syst. Sci. Conf., HI, Jan. 2010,
pp. 1–10.
[5] Z. Rashid, U. Farooq, J.-K. Jang, and S.-H. Park, “Cloud computing aware
ubiquitous health care system,” in Proc. 3rd E-Health Bioeng. Conf., Iasi,
Romania, Nov. 2011, pp. 1–4.
[6] C. O. Rolim, F. L. Koch, C. B. Westphall, J. Werner, A. Fracalossi, and
G. S. Salvador, “A cloud computing solution for patient’s data collection
in health care institutions,” in Proc. 2nd eHealth, Telemed., Social Med.
Conf., St. Maarten, The Netherlands, Feb. 2010, pp. 95–99.
[7] J.-T. Hsu, S-H. Hsieh, P-H. Cheng, S-J. Chen, and F-P. Lai, “Ubiqui-
tous mobile personal health system based on cloud computing,” in Proc.
IEEE Region 10 Conf. TENCON, Bali, Indonesia, Nov. 2011, pp. 1387–
1390.
[8] B. Jit, J. Maniyeri, K. Gopalakrishnan, S. Louis, P. J. Eugene, H. N. Palit,
Y. S. Foo, L. S. Lau, and X. Li, “Processing of wearable sensor data on
the cloud—A step towards scaling of continuous monitoring of health and
well-being,” in Proc 32nd Conf. Eng. Med. Biol. Soc. (EMBS), Buenos
Aires, Argentina, Aug./Sep. 2010, pp. 3860–3863.
[9] GlusterFS. (Mar. 2012). [Online]. Available: http://www.gluster.org/
about
[10] M. Stonebraker, “SQL databases v. NoSQL databases,” Commun. ACM,
vol. 53, no. 4, pp. 10–11, Apr. 2010.
[11] C. G. Scully, J. Lee, J. Meyer, A. M. Gorbach, D. Granquist-Fraser,
Y. Mendelson, and K. H. Chon, “Physiological parameter monitoring
from optical recordings with a mobile phone,” IEEE Trans. Biomed. Eng.,
vol. 59, no. 2, pp. 303–306, Feb. 2010.
[12] F. Miao, X. L. Miao, W. H Shangguan, and Y. Li, “MobiHealthcare sys-
tem: Body sensor network based m-health system for healthcare applica-
tion,” E-Health Telecommun. Syst. and Netw., vol. 1, no. 1, pp. 12–18,
2012.
[13] A. Samba, “Logical data models for cloud computing architectures,” IEEE
IT Prof., vol. 14, no. 1, pp. 19–26, Jan./Feb. 2012.
[14] Jericho Forum, “Cloud cube model: Selecting cloud formations for
secure collaboration version 1.0,” Jericho Forum Specification, Apr.
2009.
[15] H. E. Schaffer, “X as a service, cloud computing, and the need for
good judgment,” IEEE IT Prof., vol. 11, no. 5, pp. 4–5, Sep./Oct.
2009.
[16] T. White, Hadoop: The Definitive Guide. Sebastopol, CA: O’Reilly
Media, 2009, ch. 3, pp. 41–73.
[17] MQ API Guide. (Mar. 2012). [Online]. Available: http://www.rabbitmq.
com/api-guide.html
[18] Tsung. (Apr. 2012). [Online]. Available: http://tsung.erlang-projects.org/
user_manual.html
[19] M. Brantner, D. Florescu, D. Graf, D. Kossmann, and T. Kraska, “Building
a database on S3,” in Proc. ACM SIGMOD Int. Conf. Manag. Data,
Vancouver, BC, Canada, Jun. 9–12, 2008, pp. 251–263.

More Related Content

What's hot

Electronic Medical Records
Electronic Medical RecordsElectronic Medical Records
Electronic Medical RecordsCannonDesign
 
IEEE Service computing 2016 Title and Abstract
IEEE Service computing 2016 Title and AbstractIEEE Service computing 2016 Title and Abstract
IEEE Service computing 2016 Title and Abstracttsysglobalsolutions
 
Review of Interoperability techniques in data acquisition of wireless ECG dev...
Review of Interoperability techniques in data acquisition of wireless ECG dev...Review of Interoperability techniques in data acquisition of wireless ECG dev...
Review of Interoperability techniques in data acquisition of wireless ECG dev...iosrjce
 
Application of mobile cloud computing in emergency health care
Application of mobile cloud computing in emergency health careApplication of mobile cloud computing in emergency health care
Application of mobile cloud computing in emergency health carejournalBEEI
 
A cloud solution for medical image processing
A cloud solution for medical image processingA cloud solution for medical image processing
A cloud solution for medical image processingIJERA Editor
 
Generation of cda xml schema from dicom images using hl7 standard 2
Generation of cda xml schema from dicom images using hl7 standard 2Generation of cda xml schema from dicom images using hl7 standard 2
Generation of cda xml schema from dicom images using hl7 standard 2IAEME Publication
 
Healthcare campus ip_wp_00
Healthcare campus ip_wp_00Healthcare campus ip_wp_00
Healthcare campus ip_wp_00Hai Vo-Dinh
 
THE 4 R’S – REASON, REDCAP, REVIEW AND RESEARCH - IN A LARGE HEALTHCARE ORGAN...
THE 4 R’S – REASON, REDCAP, REVIEW AND RESEARCH - IN A LARGE HEALTHCARE ORGAN...THE 4 R’S – REASON, REDCAP, REVIEW AND RESEARCH - IN A LARGE HEALTHCARE ORGAN...
THE 4 R’S – REASON, REDCAP, REVIEW AND RESEARCH - IN A LARGE HEALTHCARE ORGAN...hiij
 
IRJET- Comparative Study of Machine Learning Models for Alzheimer’s Detec...
IRJET-  	  Comparative Study of Machine Learning Models for Alzheimer’s Detec...IRJET-  	  Comparative Study of Machine Learning Models for Alzheimer’s Detec...
IRJET- Comparative Study of Machine Learning Models for Alzheimer’s Detec...IRJET Journal
 
Healthcare Analytics with WebSphere Message Broker
Healthcare Analytics with WebSphere Message BrokerHealthcare Analytics with WebSphere Message Broker
Healthcare Analytics with WebSphere Message BrokerAnt Phillips
 
Hybrid deep learning model using recurrent neural network and gated recurrent...
Hybrid deep learning model using recurrent neural network and gated recurrent...Hybrid deep learning model using recurrent neural network and gated recurrent...
Hybrid deep learning model using recurrent neural network and gated recurrent...IJECEIAES
 
IRJET- Privacy, Access and Control of Health Care Data on Cloud using Recomme...
IRJET- Privacy, Access and Control of Health Care Data on Cloud using Recomme...IRJET- Privacy, Access and Control of Health Care Data on Cloud using Recomme...
IRJET- Privacy, Access and Control of Health Care Data on Cloud using Recomme...IRJET Journal
 
Framework Architecture for Improving Healthcare Information Systems using Age...
Framework Architecture for Improving Healthcare Information Systems using Age...Framework Architecture for Improving Healthcare Information Systems using Age...
Framework Architecture for Improving Healthcare Information Systems using Age...IJMIT JOURNAL
 
A data estimation for failing nodes using fuzzy logic with integrated microco...
A data estimation for failing nodes using fuzzy logic with integrated microco...A data estimation for failing nodes using fuzzy logic with integrated microco...
A data estimation for failing nodes using fuzzy logic with integrated microco...IJECEIAES
 
Interenet of Things Based Cloud for Healthcare Network
Interenet of Things Based Cloud for Healthcare NetworkInterenet of Things Based Cloud for Healthcare Network
Interenet of Things Based Cloud for Healthcare NetworkIstabraq M. Al-Joboury
 
Provisioning Quality of Service of Wireless Telemedicine for E-Health Service...
Provisioning Quality of Service of Wireless Telemedicine for E-Health Service...Provisioning Quality of Service of Wireless Telemedicine for E-Health Service...
Provisioning Quality of Service of Wireless Telemedicine for E-Health Service...Mustafa Algaet
 
Enabling Clinical Data Reuse with openEHR Data Warehouse Environments
Enabling Clinical Data Reuse with openEHR Data Warehouse EnvironmentsEnabling Clinical Data Reuse with openEHR Data Warehouse Environments
Enabling Clinical Data Reuse with openEHR Data Warehouse EnvironmentsLuis Marco Ruiz
 
Accessing Information of Emergency Medical Services through Internet of Things
Accessing Information of Emergency Medical Services through Internet of ThingsAccessing Information of Emergency Medical Services through Internet of Things
Accessing Information of Emergency Medical Services through Internet of ThingsIJARIIT
 
Comp8 unit7 lecture_slides
Comp8 unit7 lecture_slidesComp8 unit7 lecture_slides
Comp8 unit7 lecture_slidesCMDLMS
 

What's hot (19)

Electronic Medical Records
Electronic Medical RecordsElectronic Medical Records
Electronic Medical Records
 
IEEE Service computing 2016 Title and Abstract
IEEE Service computing 2016 Title and AbstractIEEE Service computing 2016 Title and Abstract
IEEE Service computing 2016 Title and Abstract
 
Review of Interoperability techniques in data acquisition of wireless ECG dev...
Review of Interoperability techniques in data acquisition of wireless ECG dev...Review of Interoperability techniques in data acquisition of wireless ECG dev...
Review of Interoperability techniques in data acquisition of wireless ECG dev...
 
Application of mobile cloud computing in emergency health care
Application of mobile cloud computing in emergency health careApplication of mobile cloud computing in emergency health care
Application of mobile cloud computing in emergency health care
 
A cloud solution for medical image processing
A cloud solution for medical image processingA cloud solution for medical image processing
A cloud solution for medical image processing
 
Generation of cda xml schema from dicom images using hl7 standard 2
Generation of cda xml schema from dicom images using hl7 standard 2Generation of cda xml schema from dicom images using hl7 standard 2
Generation of cda xml schema from dicom images using hl7 standard 2
 
Healthcare campus ip_wp_00
Healthcare campus ip_wp_00Healthcare campus ip_wp_00
Healthcare campus ip_wp_00
 
THE 4 R’S – REASON, REDCAP, REVIEW AND RESEARCH - IN A LARGE HEALTHCARE ORGAN...
THE 4 R’S – REASON, REDCAP, REVIEW AND RESEARCH - IN A LARGE HEALTHCARE ORGAN...THE 4 R’S – REASON, REDCAP, REVIEW AND RESEARCH - IN A LARGE HEALTHCARE ORGAN...
THE 4 R’S – REASON, REDCAP, REVIEW AND RESEARCH - IN A LARGE HEALTHCARE ORGAN...
 
IRJET- Comparative Study of Machine Learning Models for Alzheimer’s Detec...
IRJET-  	  Comparative Study of Machine Learning Models for Alzheimer’s Detec...IRJET-  	  Comparative Study of Machine Learning Models for Alzheimer’s Detec...
IRJET- Comparative Study of Machine Learning Models for Alzheimer’s Detec...
 
Healthcare Analytics with WebSphere Message Broker
Healthcare Analytics with WebSphere Message BrokerHealthcare Analytics with WebSphere Message Broker
Healthcare Analytics with WebSphere Message Broker
 
Hybrid deep learning model using recurrent neural network and gated recurrent...
Hybrid deep learning model using recurrent neural network and gated recurrent...Hybrid deep learning model using recurrent neural network and gated recurrent...
Hybrid deep learning model using recurrent neural network and gated recurrent...
 
IRJET- Privacy, Access and Control of Health Care Data on Cloud using Recomme...
IRJET- Privacy, Access and Control of Health Care Data on Cloud using Recomme...IRJET- Privacy, Access and Control of Health Care Data on Cloud using Recomme...
IRJET- Privacy, Access and Control of Health Care Data on Cloud using Recomme...
 
Framework Architecture for Improving Healthcare Information Systems using Age...
Framework Architecture for Improving Healthcare Information Systems using Age...Framework Architecture for Improving Healthcare Information Systems using Age...
Framework Architecture for Improving Healthcare Information Systems using Age...
 
A data estimation for failing nodes using fuzzy logic with integrated microco...
A data estimation for failing nodes using fuzzy logic with integrated microco...A data estimation for failing nodes using fuzzy logic with integrated microco...
A data estimation for failing nodes using fuzzy logic with integrated microco...
 
Interenet of Things Based Cloud for Healthcare Network
Interenet of Things Based Cloud for Healthcare NetworkInterenet of Things Based Cloud for Healthcare Network
Interenet of Things Based Cloud for Healthcare Network
 
Provisioning Quality of Service of Wireless Telemedicine for E-Health Service...
Provisioning Quality of Service of Wireless Telemedicine for E-Health Service...Provisioning Quality of Service of Wireless Telemedicine for E-Health Service...
Provisioning Quality of Service of Wireless Telemedicine for E-Health Service...
 
Enabling Clinical Data Reuse with openEHR Data Warehouse Environments
Enabling Clinical Data Reuse with openEHR Data Warehouse EnvironmentsEnabling Clinical Data Reuse with openEHR Data Warehouse Environments
Enabling Clinical Data Reuse with openEHR Data Warehouse Environments
 
Accessing Information of Emergency Medical Services through Internet of Things
Accessing Information of Emergency Medical Services through Internet of ThingsAccessing Information of Emergency Medical Services through Internet of Things
Accessing Information of Emergency Medical Services through Internet of Things
 
Comp8 unit7 lecture_slides
Comp8 unit7 lecture_slidesComp8 unit7 lecture_slides
Comp8 unit7 lecture_slides
 

Viewers also liked

Dss notes[1cg11is092]
Dss notes[1cg11is092]Dss notes[1cg11is092]
Dss notes[1cg11is092]Swathi Rampur
 
Privacy preserving multi-keyword ranked search over encrypted cloud data 2
Privacy preserving multi-keyword ranked search over encrypted cloud data 2Privacy preserving multi-keyword ranked search over encrypted cloud data 2
Privacy preserving multi-keyword ranked search over encrypted cloud data 2Swathi Rampur
 
Top 10 smart phones in the range 10k-25k
Top 10 smart phones in the range 10k-25kTop 10 smart phones in the range 10k-25k
Top 10 smart phones in the range 10k-25kSwathi Rampur
 
Secure cross cloud single sign-on (sso) using eid's
Secure cross cloud single sign-on (sso) using eid'sSecure cross cloud single sign-on (sso) using eid's
Secure cross cloud single sign-on (sso) using eid'sSwathi Rampur
 
Ukrainian society (May 2015)
Ukrainian society (May 2015)Ukrainian society (May 2015)
Ukrainian society (May 2015)KIIS
 
Toward Ubiquitous Healthcare Services With a Novel Efficient Cloud Platform
Toward Ubiquitous Healthcare Services With a Novel Efficient Cloud PlatformToward Ubiquitous Healthcare Services With a Novel Efficient Cloud Platform
Toward Ubiquitous Healthcare Services With a Novel Efficient Cloud PlatformSwathi Rampur
 
WORKING OF HEAT PUMPS WITH (CO2) REFRIGERANT
WORKING OF HEAT PUMPS WITH (CO2) REFRIGERANT WORKING OF HEAT PUMPS WITH (CO2) REFRIGERANT
WORKING OF HEAT PUMPS WITH (CO2) REFRIGERANT Swathi Rampur
 
how to overcome failure
how to overcome failurehow to overcome failure
how to overcome failureSwathi Rampur
 
applications of cloud computing for agricultural sector
applications of cloud computing for agricultural sectorapplications of cloud computing for agricultural sector
applications of cloud computing for agricultural sectorSwathi Rampur
 
Attribute based encryption with privacy preserving in clouds
Attribute based encryption with privacy preserving in cloudsAttribute based encryption with privacy preserving in clouds
Attribute based encryption with privacy preserving in cloudsSwathi Rampur
 
task scheduling in cloud datacentre using genetic algorithm
task scheduling in cloud datacentre using genetic algorithmtask scheduling in cloud datacentre using genetic algorithm
task scheduling in cloud datacentre using genetic algorithmSwathi Rampur
 
Application of cloud computing to agriculture
Application of cloud computing to agriculture Application of cloud computing to agriculture
Application of cloud computing to agriculture Swathi Rampur
 
Attribute Based Encryption with Privacy Preserving In Clouds
Attribute Based Encryption with Privacy Preserving In Clouds Attribute Based Encryption with Privacy Preserving In Clouds
Attribute Based Encryption with Privacy Preserving In Clouds Swathi Rampur
 

Viewers also liked (16)

Dss notes[1cg11is092]
Dss notes[1cg11is092]Dss notes[1cg11is092]
Dss notes[1cg11is092]
 
Privacy preserving multi-keyword ranked search over encrypted cloud data 2
Privacy preserving multi-keyword ranked search over encrypted cloud data 2Privacy preserving multi-keyword ranked search over encrypted cloud data 2
Privacy preserving multi-keyword ranked search over encrypted cloud data 2
 
Top 10 smart phones in the range 10k-25k
Top 10 smart phones in the range 10k-25kTop 10 smart phones in the range 10k-25k
Top 10 smart phones in the range 10k-25k
 
Amcat syllabus
Amcat syllabusAmcat syllabus
Amcat syllabus
 
Secure cross cloud single sign-on (sso) using eid's
Secure cross cloud single sign-on (sso) using eid'sSecure cross cloud single sign-on (sso) using eid's
Secure cross cloud single sign-on (sso) using eid's
 
Ukrainian society (May 2015)
Ukrainian society (May 2015)Ukrainian society (May 2015)
Ukrainian society (May 2015)
 
genetic paper
genetic papergenetic paper
genetic paper
 
Toward Ubiquitous Healthcare Services With a Novel Efficient Cloud Platform
Toward Ubiquitous Healthcare Services With a Novel Efficient Cloud PlatformToward Ubiquitous Healthcare Services With a Novel Efficient Cloud Platform
Toward Ubiquitous Healthcare Services With a Novel Efficient Cloud Platform
 
WORKING OF HEAT PUMPS WITH (CO2) REFRIGERANT
WORKING OF HEAT PUMPS WITH (CO2) REFRIGERANT WORKING OF HEAT PUMPS WITH (CO2) REFRIGERANT
WORKING OF HEAT PUMPS WITH (CO2) REFRIGERANT
 
how to overcome failure
how to overcome failurehow to overcome failure
how to overcome failure
 
applications of cloud computing for agricultural sector
applications of cloud computing for agricultural sectorapplications of cloud computing for agricultural sector
applications of cloud computing for agricultural sector
 
Igate
IgateIgate
Igate
 
Attribute based encryption with privacy preserving in clouds
Attribute based encryption with privacy preserving in cloudsAttribute based encryption with privacy preserving in clouds
Attribute based encryption with privacy preserving in clouds
 
task scheduling in cloud datacentre using genetic algorithm
task scheduling in cloud datacentre using genetic algorithmtask scheduling in cloud datacentre using genetic algorithm
task scheduling in cloud datacentre using genetic algorithm
 
Application of cloud computing to agriculture
Application of cloud computing to agriculture Application of cloud computing to agriculture
Application of cloud computing to agriculture
 
Attribute Based Encryption with Privacy Preserving In Clouds
Attribute Based Encryption with Privacy Preserving In Clouds Attribute Based Encryption with Privacy Preserving In Clouds
Attribute Based Encryption with Privacy Preserving In Clouds
 

Similar to healthcare application using cloud platform

Cloudlet based Healthcare and Medical Knowledge Extraction System for Medical...
Cloudlet based Healthcare and Medical Knowledge Extraction System for Medical...Cloudlet based Healthcare and Medical Knowledge Extraction System for Medical...
Cloudlet based Healthcare and Medical Knowledge Extraction System for Medical...IJCSIS Research Publications
 
SPECIAL SECTION ON HEALTHCARE BIG DATAReceived August 16, .docx
SPECIAL SECTION ON HEALTHCARE BIG DATAReceived August 16, .docxSPECIAL SECTION ON HEALTHCARE BIG DATAReceived August 16, .docx
SPECIAL SECTION ON HEALTHCARE BIG DATAReceived August 16, .docxrosiecabaniss
 
SPECIAL SECTION ON HEALTHCARE BIG DATAReceived August 16,
SPECIAL SECTION ON HEALTHCARE BIG DATAReceived August 16, SPECIAL SECTION ON HEALTHCARE BIG DATAReceived August 16,
SPECIAL SECTION ON HEALTHCARE BIG DATAReceived August 16, ChereCheek752
 
AN ENHANCED ELECTRONIC TRANSCRIPT SYSTEM (E-ETS)
AN ENHANCED ELECTRONIC TRANSCRIPT SYSTEM (E-ETS)AN ENHANCED ELECTRONIC TRANSCRIPT SYSTEM (E-ETS)
AN ENHANCED ELECTRONIC TRANSCRIPT SYSTEM (E-ETS)ijcsit
 
SAGAR PPT.pptx
SAGAR PPT.pptxSAGAR PPT.pptx
SAGAR PPT.pptxSaiNehaN
 
CLOUD COMPUTING BASED TELEMEDICINE SERVICE
CLOUD COMPUTING BASED TELEMEDICINE SERVICECLOUD COMPUTING BASED TELEMEDICINE SERVICE
CLOUD COMPUTING BASED TELEMEDICINE SERVICEIRJET Journal
 
Security Issues in Biomedical Wireless Sensor Networks Applications: A Survey
Security Issues in Biomedical Wireless Sensor Networks Applications: A SurveySecurity Issues in Biomedical Wireless Sensor Networks Applications: A Survey
Security Issues in Biomedical Wireless Sensor Networks Applications: A SurveyIJARTES
 
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
 
Predictive Data Mining for Converged Internet of
Predictive Data Mining for Converged Internet ofPredictive Data Mining for Converged Internet of
Predictive Data Mining for Converged Internet ofJames Kang
 
IRJET- Secrecy Preserving and Intrusion Avoidance in Medical Data Sharing...
IRJET-  	  Secrecy Preserving and Intrusion Avoidance in Medical Data Sharing...IRJET-  	  Secrecy Preserving and Intrusion Avoidance in Medical Data Sharing...
IRJET- Secrecy Preserving and Intrusion Avoidance in Medical Data Sharing...IRJET Journal
 
Sensor Networks and its Application in Electronic Medicine
Sensor Networks and its Application in Electronic MedicineSensor Networks and its Application in Electronic Medicine
Sensor Networks and its Application in Electronic MedicineIJEACS
 
IRJET- A Survey on-Security for using Pervasive Healthcare Monitoring Sys...
IRJET-  	  A Survey on-Security for using Pervasive Healthcare Monitoring Sys...IRJET-  	  A Survey on-Security for using Pervasive Healthcare Monitoring Sys...
IRJET- A Survey on-Security for using Pervasive Healthcare Monitoring Sys...IRJET Journal
 
Provisioning Quality of Service of Wireless Telemedicine for E-health Services
Provisioning Quality of Service of Wireless  Telemedicine for E-health Services Provisioning Quality of Service of Wireless  Telemedicine for E-health Services
Provisioning Quality of Service of Wireless Telemedicine for E-health Services Mustafa Algaet
 
A study on significance of adopting cloud computing paradigm in healthcare se...
A study on significance of adopting cloud computing paradigm in healthcare se...A study on significance of adopting cloud computing paradigm in healthcare se...
A study on significance of adopting cloud computing paradigm in healthcare se...cloud100
 

Similar to healthcare application using cloud platform (20)

[IJET V2I3P4] Authors: Manjunath Aski, Prathibha P
[IJET V2I3P4] Authors: Manjunath Aski, Prathibha P[IJET V2I3P4] Authors: Manjunath Aski, Prathibha P
[IJET V2I3P4] Authors: Manjunath Aski, Prathibha P
 
Cloudlet based Healthcare and Medical Knowledge Extraction System for Medical...
Cloudlet based Healthcare and Medical Knowledge Extraction System for Medical...Cloudlet based Healthcare and Medical Knowledge Extraction System for Medical...
Cloudlet based Healthcare and Medical Knowledge Extraction System for Medical...
 
SPECIAL SECTION ON HEALTHCARE BIG DATAReceived August 16, .docx
SPECIAL SECTION ON HEALTHCARE BIG DATAReceived August 16, .docxSPECIAL SECTION ON HEALTHCARE BIG DATAReceived August 16, .docx
SPECIAL SECTION ON HEALTHCARE BIG DATAReceived August 16, .docx
 
SPECIAL SECTION ON HEALTHCARE BIG DATAReceived August 16,
SPECIAL SECTION ON HEALTHCARE BIG DATAReceived August 16, SPECIAL SECTION ON HEALTHCARE BIG DATAReceived August 16,
SPECIAL SECTION ON HEALTHCARE BIG DATAReceived August 16,
 
Sub1590
Sub1590Sub1590
Sub1590
 
An Enhanced Electronic Transcript System (E-ETS)
An Enhanced Electronic Transcript System (E-ETS)An Enhanced Electronic Transcript System (E-ETS)
An Enhanced Electronic Transcript System (E-ETS)
 
AN ENHANCED ELECTRONIC TRANSCRIPT SYSTEM (E-ETS)
AN ENHANCED ELECTRONIC TRANSCRIPT SYSTEM (E-ETS)AN ENHANCED ELECTRONIC TRANSCRIPT SYSTEM (E-ETS)
AN ENHANCED ELECTRONIC TRANSCRIPT SYSTEM (E-ETS)
 
AN ENHANCED ELECTRONIC TRANSCRIPT SYSTEM (E-ETS)
AN ENHANCED ELECTRONIC TRANSCRIPT SYSTEM (E-ETS)AN ENHANCED ELECTRONIC TRANSCRIPT SYSTEM (E-ETS)
AN ENHANCED ELECTRONIC TRANSCRIPT SYSTEM (E-ETS)
 
SAGAR PPT.pptx
SAGAR PPT.pptxSAGAR PPT.pptx
SAGAR PPT.pptx
 
CLOUD COMPUTING BASED TELEMEDICINE SERVICE
CLOUD COMPUTING BASED TELEMEDICINE SERVICECLOUD COMPUTING BASED TELEMEDICINE SERVICE
CLOUD COMPUTING BASED TELEMEDICINE SERVICE
 
Security Issues in Biomedical Wireless Sensor Networks Applications: A Survey
Security Issues in Biomedical Wireless Sensor Networks Applications: A SurveySecurity Issues in Biomedical Wireless Sensor Networks Applications: A Survey
Security Issues in Biomedical Wireless Sensor Networks Applications: A Survey
 
Deep Tricorder
Deep TricorderDeep Tricorder
Deep Tricorder
 
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...
 
Predictive Data Mining for Converged Internet of
Predictive Data Mining for Converged Internet ofPredictive Data Mining for Converged Internet of
Predictive Data Mining for Converged Internet of
 
IRJET- Secrecy Preserving and Intrusion Avoidance in Medical Data Sharing...
IRJET-  	  Secrecy Preserving and Intrusion Avoidance in Medical Data Sharing...IRJET-  	  Secrecy Preserving and Intrusion Avoidance in Medical Data Sharing...
IRJET- Secrecy Preserving and Intrusion Avoidance in Medical Data Sharing...
 
A Cloud-Based WBAN System for Health Management
A Cloud-Based WBAN System for Health ManagementA Cloud-Based WBAN System for Health Management
A Cloud-Based WBAN System for Health Management
 
Sensor Networks and its Application in Electronic Medicine
Sensor Networks and its Application in Electronic MedicineSensor Networks and its Application in Electronic Medicine
Sensor Networks and its Application in Electronic Medicine
 
IRJET- A Survey on-Security for using Pervasive Healthcare Monitoring Sys...
IRJET-  	  A Survey on-Security for using Pervasive Healthcare Monitoring Sys...IRJET-  	  A Survey on-Security for using Pervasive Healthcare Monitoring Sys...
IRJET- A Survey on-Security for using Pervasive Healthcare Monitoring Sys...
 
Provisioning Quality of Service of Wireless Telemedicine for E-health Services
Provisioning Quality of Service of Wireless  Telemedicine for E-health Services Provisioning Quality of Service of Wireless  Telemedicine for E-health Services
Provisioning Quality of Service of Wireless Telemedicine for E-health Services
 
A study on significance of adopting cloud computing paradigm in healthcare se...
A study on significance of adopting cloud computing paradigm in healthcare se...A study on significance of adopting cloud computing paradigm in healthcare se...
A study on significance of adopting cloud computing paradigm in healthcare se...
 

Recently uploaded

Udaipur Call Girls 📲 9999965857 Call Girl in Udaipur
Udaipur Call Girls 📲 9999965857 Call Girl in UdaipurUdaipur Call Girls 📲 9999965857 Call Girl in Udaipur
Udaipur Call Girls 📲 9999965857 Call Girl in Udaipurseemahedar019
 
Dehradun Call Girls Service 8854095900 Real Russian Girls Looking Models
Dehradun Call Girls Service 8854095900 Real Russian Girls Looking ModelsDehradun Call Girls Service 8854095900 Real Russian Girls Looking Models
Dehradun Call Girls Service 8854095900 Real Russian Girls Looking Modelsindiancallgirl4rent
 
Russian Escorts Aishbagh Road * 9548273370 Naughty Call Girls Service in Lucknow
Russian Escorts Aishbagh Road * 9548273370 Naughty Call Girls Service in LucknowRussian Escorts Aishbagh Road * 9548273370 Naughty Call Girls Service in Lucknow
Russian Escorts Aishbagh Road * 9548273370 Naughty Call Girls Service in Lucknowgragteena
 
Call Girl Raipur 📲 9999965857 ヅ10k NiGhT Call Girls In Raipur
Call Girl Raipur 📲 9999965857 ヅ10k NiGhT Call Girls In RaipurCall Girl Raipur 📲 9999965857 ヅ10k NiGhT Call Girls In Raipur
Call Girl Raipur 📲 9999965857 ヅ10k NiGhT Call Girls In Raipurgragmanisha42
 
💚😋Chandigarh Escort Service Call Girls, ₹5000 To 25K With AC💚😋
💚😋Chandigarh Escort Service Call Girls, ₹5000 To 25K With AC💚😋💚😋Chandigarh Escort Service Call Girls, ₹5000 To 25K With AC💚😋
💚😋Chandigarh Escort Service Call Girls, ₹5000 To 25K With AC💚😋Sheetaleventcompany
 
pOOJA sexy Call Girls In Sector 49,9999965857 Young Female Escorts Service In...
pOOJA sexy Call Girls In Sector 49,9999965857 Young Female Escorts Service In...pOOJA sexy Call Girls In Sector 49,9999965857 Young Female Escorts Service In...
pOOJA sexy Call Girls In Sector 49,9999965857 Young Female Escorts Service In...Call Girls Noida
 
VIP Call Girls Sector 67 Gurgaon Just Call Me 9711199012
VIP Call Girls Sector 67 Gurgaon Just Call Me 9711199012VIP Call Girls Sector 67 Gurgaon Just Call Me 9711199012
VIP Call Girls Sector 67 Gurgaon Just Call Me 9711199012Call Girls Service Gurgaon
 
No Advance 9053900678 Chandigarh Call Girls , Indian Call Girls For Full Ni...
No Advance 9053900678 Chandigarh  Call Girls , Indian Call Girls  For Full Ni...No Advance 9053900678 Chandigarh  Call Girls , Indian Call Girls  For Full Ni...
No Advance 9053900678 Chandigarh Call Girls , Indian Call Girls For Full Ni...Vip call girls In Chandigarh
 
Bangalore call girl 👯‍♀️@ Simran Independent Call Girls in Bangalore GIUXUZ...
Bangalore call girl  👯‍♀️@ Simran Independent Call Girls in Bangalore  GIUXUZ...Bangalore call girl  👯‍♀️@ Simran Independent Call Girls in Bangalore  GIUXUZ...
Bangalore call girl 👯‍♀️@ Simran Independent Call Girls in Bangalore GIUXUZ...Gfnyt
 
Vip sexy Call Girls Service In Sector 137,9999965857 Young Female Escorts Ser...
Vip sexy Call Girls Service In Sector 137,9999965857 Young Female Escorts Ser...Vip sexy Call Girls Service In Sector 137,9999965857 Young Female Escorts Ser...
Vip sexy Call Girls Service In Sector 137,9999965857 Young Female Escorts Ser...Call Girls Noida
 
Call Girls Chandigarh 👙 7001035870 👙 Genuine WhatsApp Number for Real Meet
Call Girls Chandigarh 👙 7001035870 👙 Genuine WhatsApp Number for Real MeetCall Girls Chandigarh 👙 7001035870 👙 Genuine WhatsApp Number for Real Meet
Call Girls Chandigarh 👙 7001035870 👙 Genuine WhatsApp Number for Real Meetpriyashah722354
 
Vip Kolkata Call Girls Cossipore 👉 8250192130 ❣️💯 Available With Room 24×7
Vip Kolkata Call Girls Cossipore 👉 8250192130 ❣️💯 Available With Room 24×7Vip Kolkata Call Girls Cossipore 👉 8250192130 ❣️💯 Available With Room 24×7
Vip Kolkata Call Girls Cossipore 👉 8250192130 ❣️💯 Available With Room 24×7Miss joya
 
Call Now ☎ 9999965857 !! Call Girls in Hauz Khas Escort Service Delhi N.C.R.
Call Now ☎ 9999965857 !! Call Girls in Hauz Khas Escort Service Delhi N.C.R.Call Now ☎ 9999965857 !! Call Girls in Hauz Khas Escort Service Delhi N.C.R.
Call Now ☎ 9999965857 !! Call Girls in Hauz Khas Escort Service Delhi N.C.R.ktanvi103
 
Jalandhar Female Call Girls Contact Number 9053900678 💚Jalandhar Female Call...
Jalandhar  Female Call Girls Contact Number 9053900678 💚Jalandhar Female Call...Jalandhar  Female Call Girls Contact Number 9053900678 💚Jalandhar Female Call...
Jalandhar Female Call Girls Contact Number 9053900678 💚Jalandhar Female Call...Call Girls Service Chandigarh Ayushi
 
VIP Kolkata Call Girl New Town 👉 8250192130 Available With Room
VIP Kolkata Call Girl New Town 👉 8250192130  Available With RoomVIP Kolkata Call Girl New Town 👉 8250192130  Available With Room
VIP Kolkata Call Girl New Town 👉 8250192130 Available With Roomdivyansh0kumar0
 
VIP Call Girl Sector 88 Gurgaon Delhi Just Call Me 9899900591
VIP Call Girl Sector 88 Gurgaon Delhi Just Call Me 9899900591VIP Call Girl Sector 88 Gurgaon Delhi Just Call Me 9899900591
VIP Call Girl Sector 88 Gurgaon Delhi Just Call Me 9899900591adityaroy0215
 
Hot Call Girl In Chandigarh 👅🥵 9053'900678 Call Girls Service In Chandigarh
Hot  Call Girl In Chandigarh 👅🥵 9053'900678 Call Girls Service In ChandigarhHot  Call Girl In Chandigarh 👅🥵 9053'900678 Call Girls Service In Chandigarh
Hot Call Girl In Chandigarh 👅🥵 9053'900678 Call Girls Service In ChandigarhVip call girls In Chandigarh
 
Call Girl Price Amritsar ❤️🍑 9053900678 Call Girls in Amritsar Suman
Call Girl Price Amritsar ❤️🍑 9053900678 Call Girls in Amritsar SumanCall Girl Price Amritsar ❤️🍑 9053900678 Call Girls in Amritsar Suman
Call Girl Price Amritsar ❤️🍑 9053900678 Call Girls in Amritsar SumanCall Girls Service Chandigarh Ayushi
 

Recently uploaded (20)

Udaipur Call Girls 📲 9999965857 Call Girl in Udaipur
Udaipur Call Girls 📲 9999965857 Call Girl in UdaipurUdaipur Call Girls 📲 9999965857 Call Girl in Udaipur
Udaipur Call Girls 📲 9999965857 Call Girl in Udaipur
 
Dehradun Call Girls Service 8854095900 Real Russian Girls Looking Models
Dehradun Call Girls Service 8854095900 Real Russian Girls Looking ModelsDehradun Call Girls Service 8854095900 Real Russian Girls Looking Models
Dehradun Call Girls Service 8854095900 Real Russian Girls Looking Models
 
Russian Escorts Aishbagh Road * 9548273370 Naughty Call Girls Service in Lucknow
Russian Escorts Aishbagh Road * 9548273370 Naughty Call Girls Service in LucknowRussian Escorts Aishbagh Road * 9548273370 Naughty Call Girls Service in Lucknow
Russian Escorts Aishbagh Road * 9548273370 Naughty Call Girls Service in Lucknow
 
Call Girl Raipur 📲 9999965857 ヅ10k NiGhT Call Girls In Raipur
Call Girl Raipur 📲 9999965857 ヅ10k NiGhT Call Girls In RaipurCall Girl Raipur 📲 9999965857 ヅ10k NiGhT Call Girls In Raipur
Call Girl Raipur 📲 9999965857 ヅ10k NiGhT Call Girls In Raipur
 
💚😋Chandigarh Escort Service Call Girls, ₹5000 To 25K With AC💚😋
💚😋Chandigarh Escort Service Call Girls, ₹5000 To 25K With AC💚😋💚😋Chandigarh Escort Service Call Girls, ₹5000 To 25K With AC💚😋
💚😋Chandigarh Escort Service Call Girls, ₹5000 To 25K With AC💚😋
 
pOOJA sexy Call Girls In Sector 49,9999965857 Young Female Escorts Service In...
pOOJA sexy Call Girls In Sector 49,9999965857 Young Female Escorts Service In...pOOJA sexy Call Girls In Sector 49,9999965857 Young Female Escorts Service In...
pOOJA sexy Call Girls In Sector 49,9999965857 Young Female Escorts Service In...
 
VIP Call Girls Sector 67 Gurgaon Just Call Me 9711199012
VIP Call Girls Sector 67 Gurgaon Just Call Me 9711199012VIP Call Girls Sector 67 Gurgaon Just Call Me 9711199012
VIP Call Girls Sector 67 Gurgaon Just Call Me 9711199012
 
No Advance 9053900678 Chandigarh Call Girls , Indian Call Girls For Full Ni...
No Advance 9053900678 Chandigarh  Call Girls , Indian Call Girls  For Full Ni...No Advance 9053900678 Chandigarh  Call Girls , Indian Call Girls  For Full Ni...
No Advance 9053900678 Chandigarh Call Girls , Indian Call Girls For Full Ni...
 
Bangalore call girl 👯‍♀️@ Simran Independent Call Girls in Bangalore GIUXUZ...
Bangalore call girl  👯‍♀️@ Simran Independent Call Girls in Bangalore  GIUXUZ...Bangalore call girl  👯‍♀️@ Simran Independent Call Girls in Bangalore  GIUXUZ...
Bangalore call girl 👯‍♀️@ Simran Independent Call Girls in Bangalore GIUXUZ...
 
Model Call Girl in Subhash Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Subhash Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Subhash Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Subhash Nagar Delhi reach out to us at 🔝9953056974🔝
 
Vip sexy Call Girls Service In Sector 137,9999965857 Young Female Escorts Ser...
Vip sexy Call Girls Service In Sector 137,9999965857 Young Female Escorts Ser...Vip sexy Call Girls Service In Sector 137,9999965857 Young Female Escorts Ser...
Vip sexy Call Girls Service In Sector 137,9999965857 Young Female Escorts Ser...
 
Call Girls Chandigarh 👙 7001035870 👙 Genuine WhatsApp Number for Real Meet
Call Girls Chandigarh 👙 7001035870 👙 Genuine WhatsApp Number for Real MeetCall Girls Chandigarh 👙 7001035870 👙 Genuine WhatsApp Number for Real Meet
Call Girls Chandigarh 👙 7001035870 👙 Genuine WhatsApp Number for Real Meet
 
Vip Kolkata Call Girls Cossipore 👉 8250192130 ❣️💯 Available With Room 24×7
Vip Kolkata Call Girls Cossipore 👉 8250192130 ❣️💯 Available With Room 24×7Vip Kolkata Call Girls Cossipore 👉 8250192130 ❣️💯 Available With Room 24×7
Vip Kolkata Call Girls Cossipore 👉 8250192130 ❣️💯 Available With Room 24×7
 
Call Now ☎ 9999965857 !! Call Girls in Hauz Khas Escort Service Delhi N.C.R.
Call Now ☎ 9999965857 !! Call Girls in Hauz Khas Escort Service Delhi N.C.R.Call Now ☎ 9999965857 !! Call Girls in Hauz Khas Escort Service Delhi N.C.R.
Call Now ☎ 9999965857 !! Call Girls in Hauz Khas Escort Service Delhi N.C.R.
 
Jalandhar Female Call Girls Contact Number 9053900678 💚Jalandhar Female Call...
Jalandhar  Female Call Girls Contact Number 9053900678 💚Jalandhar Female Call...Jalandhar  Female Call Girls Contact Number 9053900678 💚Jalandhar Female Call...
Jalandhar Female Call Girls Contact Number 9053900678 💚Jalandhar Female Call...
 
VIP Kolkata Call Girl New Town 👉 8250192130 Available With Room
VIP Kolkata Call Girl New Town 👉 8250192130  Available With RoomVIP Kolkata Call Girl New Town 👉 8250192130  Available With Room
VIP Kolkata Call Girl New Town 👉 8250192130 Available With Room
 
VIP Call Girl Sector 88 Gurgaon Delhi Just Call Me 9899900591
VIP Call Girl Sector 88 Gurgaon Delhi Just Call Me 9899900591VIP Call Girl Sector 88 Gurgaon Delhi Just Call Me 9899900591
VIP Call Girl Sector 88 Gurgaon Delhi Just Call Me 9899900591
 
Hot Call Girl In Chandigarh 👅🥵 9053'900678 Call Girls Service In Chandigarh
Hot  Call Girl In Chandigarh 👅🥵 9053'900678 Call Girls Service In ChandigarhHot  Call Girl In Chandigarh 👅🥵 9053'900678 Call Girls Service In Chandigarh
Hot Call Girl In Chandigarh 👅🥵 9053'900678 Call Girls Service In Chandigarh
 
Call Girl Price Amritsar ❤️🍑 9053900678 Call Girls in Amritsar Suman
Call Girl Price Amritsar ❤️🍑 9053900678 Call Girls in Amritsar SumanCall Girl Price Amritsar ❤️🍑 9053900678 Call Girls in Amritsar Suman
Call Girl Price Amritsar ❤️🍑 9053900678 Call Girls in Amritsar Suman
 
Call Girl Dehradun Aashi 🔝 7001305949 🔝 💃 Independent Escort Service Dehradun
Call Girl Dehradun Aashi 🔝 7001305949 🔝 💃 Independent Escort Service DehradunCall Girl Dehradun Aashi 🔝 7001305949 🔝 💃 Independent Escort Service Dehradun
Call Girl Dehradun Aashi 🔝 7001305949 🔝 💃 Independent Escort Service Dehradun
 

healthcare application using cloud platform

  • 1. 230 IEEE TRANSACTIONS ON BIOMEDICAL ENGINEERING, VOL. 60, NO. 1, JANUARY 2013 Toward Ubiquitous Healthcare Services With a Novel Efficient Cloud Platform Chenguang He, Xiaomao Fan, and Ye Li∗ , Member, IEEE Abstract—Ubiquitous healthcare services are becoming more and more popular, especially under the urgent demand of the global aging issue. Cloud computing owns the pervasive and on-demand service-oriented natures, which can fit the characteristics of health- care services very well. However, the abilities in dealing with mul- timodal, heterogeneous, and nonstationary physiological signals to provide persistent personalized services, meanwhile keeping high concurrent online analysis for public, are challenges to the general cloud. In this paper, we proposed a private cloud platform archi- tecture which includes six layers according to the specific require- ments. This platform utilizes message queue as a cloud engine, and each layer thereby achieves relative independence by this loosely coupled means of communications with publish/subscribe mech- anism. Furthermore, a plug-in algorithm framework is also pre- sented, and massive semistructure or unstructured medical data are accessed adaptively by this cloud architecture. As the testing results showing, this proposed cloud platform, with robust, stable, and efficient features, can satisfy high concurrent requests from ubiquitous healthcare services. Index Terms—Cloud computing, healthcare services, plug-in algorithm, ubiquitous. I. INTRODUCTION ACCORDING to the World Health Organization report, the incidence of the suboptimal health status (SHS), which is also called “the third state” (between health and disease), accounts for 75% of the world population [1]. Only in China, there are estimated 900 million people in such status [1]. Some of them would pay close attention to their health hoping to get preventive health examination. Moreover, with the aging popu- lation growing, we also have to take measures to launch chronic disease surveillance for elder people. Therefore, to satisfy the demands of “SHS” groups and aging population, the healthcare system is proposed and becoming more and more popular, which Manuscript received March 16, 2012; revised July 5, 2012; accepted August 29, 2012. Date of publication October 5, 2012; date of current version Decem- ber 14, 2012. This work was supported in part by the Shenzhen Basic Research Funds for Distinguished Young Scientists under Grant JC201005270306A, in part by the Comprehensive Strategic Cooperation Projects for Guangdong Province and Chinese Academy of Sciences under Grant 2011A090100025, and in part by the National Basic Research Program of China under Grant 2010CB732600. Asterisk indicates corresponding author. C. He is with the Key Laboratory for Health Informatics of Chinese Academy of Sciences, and with Shenzhen Institutes of Advanced Technology, Chinese Academy of Sciences, Shenzhen 518055, China. He is also with the Uni- versity of Chinese Academy of Sciences, Beijing 100049, China (e-mail: cg.he@siat.ac.cn). X. Fan is with the Key Laboratory for Health Informatics of Chinese Academy of Sciences, and with Shenzhen Institutes of Advanced Technology, Chinese Academy of Sciences, Shenzhen 518055, China (e-mail: xm.fan@siat.ac.cn). ∗Y. Li is with the Key Laboratory for Health Informatics of Chinese Academy of Sciences, and with Shenzhen Institutes of Advanced Technology, Chinese Academy of Sciences, Shenzhen 518055, China (e-mail: ye.li@siat.ac.cn). Digital Object Identifier 10.1109/TBME.2012.2222404 can provide self-monitoring of healthy status, early warning of disease, and even an instant report of the physiological signal analysis for individuals. Until now, such health monitoring systems have been widely implemented with traditional management information system (MIS) mode, which could no longer meet all the requirements of the healthcare system. For instance, Leel et al. [2] propose a service-oriented architecture (SOA)-based system to integrate the data from a personal health device and customize services for users, but somewhat lack concurrency and persistent service capabilities; Kulkarni and Ozturk [3] developed a system named mPHASiS, which claims an end-to-end solution. However, it re- lies on the particular programming language, Java, which will result in less efficient of system due to the performance of Java virtual machine (JVM). Nowadays, as an emerging state-of-the- art technology, cloud computing can provide pervasive, eco- nomical, and on-demand services for customers. Many pieces of research on medical information have been involved into the cloud [4]–[6] recently. It can fulfill the flexibility and scalability of service-orientated systems, just like the healthcare system infrastructure should have, which is very different from the transaction-oriented MIS mode. Cloud computing inherited the features of high-performance parallel computing, distributed computing, and grid comput- ing, as well as the further development of these techniques to achieve location transparency to enhance the user experiences over the Internet. More and more applications are migrated onto the cloud platform, which can provide services for various ap- plication scenarios [7], [8]. Such a platform generally comprises a number of diverse groups of components, no matter they are open source or not. Consequently, how to design a model with optional components to meet the needs of flexibility and scal- ability is one of the critical issue when constructing a cloud platform. In the case of the solution for this healthcare system, we presented a six-layer deployment architecture and proposed a message queue (MQ) as cloud engine as well as fundamen- tal cloud storage based on the open-source components, which can be obtained freely and timely from Internet communities. Also, a plug-in algorithm framework was developed with pub- lish/subscribe mechanism to implement this healthcare system for the community people. The expandable feature of the pub- lish/subscribe communication model can meet the needs of a health cloud platform in high concurrent performance. Details about the implementation are depicted in Section III after the analysis of the practical requirements of healthcare in Section II. The results of performance test of the system are given in Section IV, and the Section V draws a conclusion and foresees the future work. 0018-9294/$31.00 © 2012 IEEE
  • 2. IEEE TRANSACTIONS ON BIOMEDICAL ENGINEERING, VOL. 60, NO. 1, JANUARY 2013 231 II. SYSTEM REQUIREMENTS ANALYSIS A. Application Scenarios This system is planned to serve hundreds of families residing in the city for health monitoring via Internet, and will sup- port thousands of potential customers including physicians and whoever care about health of themselves in the near future. So, higher concurrent transactions and shorter response time are the requirements to our system. Certainly, visualization of the results is also compute-intensive tasks usually with large- scale graphic drawing, which need to be stored and accessed in an efficient way to provide instant services to individuals. The multimodal and nonstationary characteristics of special med- ical signals, such as electrocardiogram (ECG), photoplethys- mograph (PPG), and electroencephalograph (EEG), are very trivial for storage and may lead to a synchronous problem on GlusterFS [9]. Hence, these large numbers of semistructured or unstructured health records, as well as companied with triv- ial files, are all adapted to NoSQL [10] databases instead of traditional relational ones. These fundamental characteristics are very different from the features of grid computing which aimed at special applications and difficult to operate for unpro- fessional users (e.g., scientific exploration projects). Further- more, the method of service delivery is another important factor which affects the usability of the system. In addition to a mobile phone as an appropriate front-end device [11], TV set is another friendly interface for aging people. So, with the assistance of set-top box, services would be delivered through a TV cable ubiquitously. B. Overview of the Data Flow There are two main activities of users: upload the raw data and browse the results of diagnosis. Upload activities are di- vided into two steps: the first is to transmit physiological data, which are collected by sensors, to the gateway through short- distance transmission by a wired USB or a wireless Bluetooth. The second is to deliver the data from the gateway to the cloud servers through IP networks. Set-top box (for USB) and mo- bile phone (for Bluetooth) play the important role of gateway to relay data, respectively. We have developed three types of interfaces to users including TV cable, Wi-Fi/Ethernet, and cel- lular networks (2G/3G). All of these forms are interacted with cloud servers via Internet at the end. Browsing the results on a TV or a mobile phone is very straightforward. As aforemen- tioned, all of the physiological data should be collected in a distributed database cluster as the reservoir for data mining. Although the data may possibly be lost by accident (e.g., power failure) during operation, it must be restored from the databases in cloud. Therefore, to avoid a single point of failure, we utilize a primary/secondary scheme provided by a database to maintain enough replicas of data. Keep-alive mechanism is also adopted in this scheme and switch back and forth if the heart-beat signal is missing between primary ones and secondary ones. Fig. 1 shows the overview of our ubiquitous healthcare service system. Fig. 1. System overview of ubiquitous healthcare service. III. SYSTEM ARCHITECTURE AND IMPLEMENTATION Considering the application requirements and the data of the inconsistent format, we improved our previous work [12] and proposed a hybrid model which simplified the one derived from the National Institute of Standards and Technology (NIST) [13] and Jericho models [14]. Being everything can be treated as a service (XaaS) [15], we can also choose component as a ser- vice to take very efficient way to develop this specific private cloud architecture. The philosophy of this private healthcare cloud inherited the software as a service (SaaS) of the NIST model and introduced the insource/outsource concept into our cloud platform development. Outsource products include open- source components and commercial software, whereas the core data mining models are developed by ourselves as an insource product. The whole cloud platform comprised of several build- ing blocks according to functionality requirements. Fig. 2 shows the six-layer architecture of the healthcare cloud platform while each layer’s content and function are interpreted as follows. 1) Service interaction is a top layer where users can inter- operate with the terminals such as 3G mobile phone and set-top box, and browser on a computer, etc., to collect and upload original physiological data, as well as down- load the analysis results from the cloud servers. 2) Service presentation can be regarded as an interface with various kinds of services such as wireless application pro- tocol (WAP), Web, image provider, etc. In addition, the node balancer also works on this layer, which can provide high concurrency capability. Some run-time information is also reserved at this level. 3) Session cache stores the user sessions on one hand, which maintains the authentication and certification status at the first time when the user accesses the services, i.e., service interaction through the presentation layer. On the other hand, memory cache is adopted to expedite the result data access. In fact, this session’s architecture is a big hashed key/value table. 4) Cloud engine is a dispatcher to cooperate the compo- nents with each other to make the cloud running by us- ing message-driven mode via MQ. The functionalities of the management for the queue are provided by this
  • 3. 232 IEEE TRANSACTIONS ON BIOMEDICAL ENGINEERING, VOL. 60, NO. 1, JANUARY 2013 Fig. 2. Six layers of a healthcare cloud platform. layer, which is regarded as a critical core for scheduling tasks. 5) Medical data mining is clusters of algorithms, including data preprocessing, data analysis, mining algorithms, and visualization processing. This layer can handle the data transmitted from the front end and generate the results back to database. Other algorithms can also be easily plugged in if needed. 6) Cloud storage provides data resources for the entire health cloud platform, including user information, vital signs, health records, and graphic data for processing. Physiological data collected from body area networks and massive graphic data for distributed processing of such data-intensive tasks are the primary contents. Using the distributed file storage system, like Hadoop Distributed File System [16] with semistructural database, can provide more extensible and efficient access. Moreover, sharding [10] is another major characteristic of this dis- tributed database to gain higher availability. Redundancy among these pieces of shards and different views of the same data provide the consistency to a large extent. This mechanism can guarantee the integration of global data and transparency to users. There are two key components addressed here: the first one is MQ, which is a kind of component that provides asynchronous communication protocol to achieve the independence between message sender and receiver. Queue is utilized for storing the Fig. 3. Plug-in algorithm framework. event message generated by a sender (publisher), and all of the listeners (subscriber) who are interested in this kind of event can fetch this message to process a predefined routine. All commu- nication parties should follow the same protocol (e.g., advanced message queue protocol), and utilize available MQ application program interface [17] to operate the queue. It is not neces- sary that two parties must know the existence of each other. After a message is inserted into a queue, it will be preserved and not deleted in the MQ until the corresponding subscriber reconnects to the system. Messages can be exchanged on the level of process, application, or even intercloud. Queue resides in cloud just as an engine to drive the system. Addition, different message head identifies the analysis algorithm and indicates the subsequent behaviors of cloud. The second one is the plug-in algorithm framework devel- oped with respect to the extendibility of various services, which is based on the publish/subscribe mechanism to provide cus- tomized functions conveniently, not only for healthcare but also for other services. The whole system can reduce the mod- ule coupling by adopting this algorithm. For instance, various data mining algorithms, such as analysis of peripheral vascular function, instantaneous heart rate, and chaotic characteristics of power spectral density, etc., should be adopted to perform automatically according to different analyzed signals. Every different function can subscribe the different theme of mes- sage, which is classified by a message head. Accordingly, we designed an abstract core class named CoreStubClass, includ- ing a private attribute analysisKind, and an abstract method handleRequest(int). This class communicates with Message via MQ, and the other kinds of concrete implementation classes extended the CoreInterface, e.g., SignalFilterCore, ECGAnaly- sisCore, and other data mining classes. Fig. 3 shows the class framework of the plug-in algorithm. IV. TEST RESULTS AND ANALYSIS As a result, Fig. 4 shows the upload interface on a TV while collecting user’s psychological signals for 2 min. Results of
  • 4. IEEE TRANSACTIONS ON BIOMEDICAL ENGINEERING, VOL. 60, NO. 1, JANUARY 2013 233 Fig. 4. Presentation of a user’s upload interface on a TV. Fig. 5. Presentation of a user’s abnormal ECG on a browser. TABLE I OVERALL STATISTICS OF UPLOADING AND BROWSING ACTIVITIES analysis are viewed by a Web browser as shown in Fig. 5, which can also been shown on a TV. To perform stress and load tests on our system, we designed two test cases to verify the capabilities of cloud platform: simulating initial 100 users for uploading activity lasting for 10 min, as well as 300 users for browsing lasting for 30 min. Table I shows the overall of the testing statis- tics. Use four servers with the same configuration (2.93-GHz Intel Xeon CPU with 4G RAM) as front-end clusters to provide visualization services under the Tsung [18] testing environment. Tsung can generate many sessions and make concurrent requests to a server automatically. It starts with the initial user count and reports the performance in detail when testing is over. A new TABLE II STATISTICS OF NETWORK TRAFFIC AND PERFORMANCE TABLE III STATISTICS FOR READING PERFORMANCE OF AMAZON S3 [19] HTTP request generated within a given interval of 0.02 s repre- sents that a new user connection happened, and a session will be created according to the probability presented in the testing configuration file. The mean response time and count (for page, request, etc.) for the whole test are computed, which generated 16 3011 and 57 3683 concurrent requests for the two activities, respectively, as shown in Mean Time and Count columns. Re- sponse time less than 1s is tolerable for user experience. The actual number of concurrent users is nearly 30 000 during the experiment as the Users_count column of Table II shows. It is acceptable to us. By comparison, Table III shows the reading performance of Amazon’s simple storage service (S3) with different page sizes (writing data to S3 takes about three times as long as reading data) [19]. Ignoring the slight differences of hardware, the us- ability of our system is satisfied in terms of Bandwidth, which is at least double of that in S3 (compare the last row of Table II with that of Table III). Response Time is also better obviously. Over- all, it demonstrates that this document-oriented cloud storage architecture is more appropriate for the environment of health- care services with a large number of trivial files, rather than nondocument-oriented ones such as S3. Furthermore, due to platform capabilities of linear extendibility, we simply increase the number of servers if there are more potential users’ requests in the future. V. CONCLUSIONS AND FUTURE WORK In this paper, we propose a six-layer architecture of the pri- vate cloud platform associated with the technologies such as MQ, load balance, plug-in algorithm, and cloud storage. This platform can manage the semistructure, unstructured, and het- erogeneous physiological signal data very well. Testing results show that it can cope with the issues about high concurrent re- quests in ubiquitous healthcare service and dispose of tasks for massive physiological signals analysis rapidly, as well as owning robust, instant, and efficient features. Particularly, it demands not much for hardware, and most of those integrated components such as NoSQL databases and MQ are open-sourced and free, whereas the commercial portfolio of software is always very
  • 5. 234 IEEE TRANSACTIONS ON BIOMEDICAL ENGINEERING, VOL. 60, NO. 1, JANUARY 2013 expensive. So, it is also an appropriate low-cost solution with respect to the effectiveness. In the future, we will further explore the security issues and add novel trustworthy module to protect user’s privacy. REFERENCES [1] H. Ding, J. He, and W. Wang, “The sub-health evaluation based on the modern diagnostic technique of traditional chinese medicine,” in Proc. Workshop Edu. Technol. Comput. Sci., Shanghai, China, Mar. 7–8, 2009, pp. 269–273. [2] S.-H. Leel, J. H. Song, J.-H. Ye, H. J. Lee, B.-K. Yi, and I. K. Kim, “SOA-based integrated pervasive personal health management system us- ing PHDs,” in Proc. 4th Int. Conf. Pervasive Comput. Technol. Healthcare, Munich, Germany, Mar. 2010, pp. 1–4. [3] P. Kulkarni and Y. Ozturk, “mPHASiS—Mobile patient healthcare and sensor information system,” J. Netw. Comput. Appl., vol. 34, pp. 402– 417, 2011. [4] N. Botts, B. Thoms, A. Noamani, and T. A. Horan, “Cloud computing ar- chitectures for the underserved: Public health cyberinfrastructures through a network of HealthATMs,” in Proc. 43rd Syst. Sci. Conf., HI, Jan. 2010, pp. 1–10. [5] Z. Rashid, U. Farooq, J.-K. Jang, and S.-H. Park, “Cloud computing aware ubiquitous health care system,” in Proc. 3rd E-Health Bioeng. Conf., Iasi, Romania, Nov. 2011, pp. 1–4. [6] C. O. Rolim, F. L. Koch, C. B. Westphall, J. Werner, A. Fracalossi, and G. S. Salvador, “A cloud computing solution for patient’s data collection in health care institutions,” in Proc. 2nd eHealth, Telemed., Social Med. Conf., St. Maarten, The Netherlands, Feb. 2010, pp. 95–99. [7] J.-T. Hsu, S-H. Hsieh, P-H. Cheng, S-J. Chen, and F-P. Lai, “Ubiqui- tous mobile personal health system based on cloud computing,” in Proc. IEEE Region 10 Conf. TENCON, Bali, Indonesia, Nov. 2011, pp. 1387– 1390. [8] B. Jit, J. Maniyeri, K. Gopalakrishnan, S. Louis, P. J. Eugene, H. N. Palit, Y. S. Foo, L. S. Lau, and X. Li, “Processing of wearable sensor data on the cloud—A step towards scaling of continuous monitoring of health and well-being,” in Proc 32nd Conf. Eng. Med. Biol. Soc. (EMBS), Buenos Aires, Argentina, Aug./Sep. 2010, pp. 3860–3863. [9] GlusterFS. (Mar. 2012). [Online]. Available: http://www.gluster.org/ about [10] M. Stonebraker, “SQL databases v. NoSQL databases,” Commun. ACM, vol. 53, no. 4, pp. 10–11, Apr. 2010. [11] C. G. Scully, J. Lee, J. Meyer, A. M. Gorbach, D. Granquist-Fraser, Y. Mendelson, and K. H. Chon, “Physiological parameter monitoring from optical recordings with a mobile phone,” IEEE Trans. Biomed. Eng., vol. 59, no. 2, pp. 303–306, Feb. 2010. [12] F. Miao, X. L. Miao, W. H Shangguan, and Y. Li, “MobiHealthcare sys- tem: Body sensor network based m-health system for healthcare applica- tion,” E-Health Telecommun. Syst. and Netw., vol. 1, no. 1, pp. 12–18, 2012. [13] A. Samba, “Logical data models for cloud computing architectures,” IEEE IT Prof., vol. 14, no. 1, pp. 19–26, Jan./Feb. 2012. [14] Jericho Forum, “Cloud cube model: Selecting cloud formations for secure collaboration version 1.0,” Jericho Forum Specification, Apr. 2009. [15] H. E. Schaffer, “X as a service, cloud computing, and the need for good judgment,” IEEE IT Prof., vol. 11, no. 5, pp. 4–5, Sep./Oct. 2009. [16] T. White, Hadoop: The Definitive Guide. Sebastopol, CA: O’Reilly Media, 2009, ch. 3, pp. 41–73. [17] MQ API Guide. (Mar. 2012). [Online]. Available: http://www.rabbitmq. com/api-guide.html [18] Tsung. (Apr. 2012). [Online]. Available: http://tsung.erlang-projects.org/ user_manual.html [19] M. Brantner, D. Florescu, D. Graf, D. Kossmann, and T. Kraska, “Building a database on S3,” in Proc. ACM SIGMOD Int. Conf. Manag. Data, Vancouver, BC, Canada, Jun. 9–12, 2008, pp. 251–263.