Вы находитесь на странице: 1из 8

Internet Of Things (IOT) Enabled Smart

Autonomous Hospital Management System A


Real World Health Care Use Case with the
Technology Drivers
Muthuraman Thangaraj
Department of Computer Science

Pichaiah Punitha Ponmalar


Department of Computer Science

Madurai Kamaraj University

Department of Computer Science

Meenakshi Govt. Arts College

Palgalai Nagar, Madurai


thangarajmku@yahoo.com

Subramanian Anuradha
Madurai Kamaraj University

Madurai

Palgalai Nagar, Madurai

p_punithanatraj74@yahoo.co.in

sa_radha@hotmail.com

Abstract A worldwide network of Internet Of Things (IOT) is


going to be the future network, which connects objects of
different application fields, functionality and technology. These
objects are uniquely addressable and use standard
communication protocol and communicate in a heterogeneous
networking environment. Anytime, anyplace connecting anything
idea brought out significant advancements in the healthcare
domain. This paper discusses with the implemented real world
scenario of smart autonomous hospital management with the
IOT. This paper aims at explaining in detail the technology
drivers behind the IOT and health care with the information on
data modeling of medical devices, data validation of critical
incident data, data mapping of existing IOT data into different
other associated system data, workflow or the process flow
behind the technical operations of the remote device
coordination, the architecture of network, middleware,
databases, application services. The challenges and the associated
solution in this field is discussed with the use case.

Keywords IOT, Data Model, Hospital Management, Healthcare


I.
INTRODUCTION
Internet of Healh care devices makes the clinical research,
laboratory management and hospital management as smart and
autonomous. It is different from that of human entering values
into the system. Fully automated, electronic medical records by
the standardized health care Internet Of Things (IOT) in the
closed loop technical delivery system enables the Digital
Hospital. Machine to Human, Machine to Machine, Machine
to Coordinating system or network are the channels for the
information flow. This indeed leads to a technical paradigm
needs a revisit and fine tuning in the data modeling, data
sharing by data mapping with different systems, business
process workflows with proper data privileges. The need for
unified communication through proper backbone network
structures makes the system robust. Context aware medical
applications need coordination of multiple types of audio,
video, discrete or analog data from multiple medical
devices[1]. The entire medical IOT platform needs to be built
on Service Oriented Architecture (SOA) with the well defined
middleware, back end database, business process configuration
feasibility, data modeling, mapping, data aggregation for

978-1-4799-7849-6/15/$31.00 2015 IEEE

different medical devices data coordination, real time and batch


medical analytics algorithms and security measures. The
technology drives behind this new paradigm given way for new
avenues in software development.
II.

ABRIDGED SURVEY

Verizon provides the realistic healthcare record with


the biometric values that are tracked from the wireless
devices. It helps to monitor the patient healthcare at the home.
Philips eICU medical suit helps the centralized staff of
nurses and doctors to monitor the intensive care unit patients
vital signs. QUALCOMM developed a cloud based medical
platform 2nd Platform, which communicates the data to the
other devices and interoperable with the HIPPA complaint
systems[2]. Smart Pump Programming has the additional
details of drug library and dosage diagnosis. Here the
integration of Electronic Health Record details is flowing into
the smart pump applications. The prescription values of auto
documentation with the event impact data get back from the
smart pump program into the hospital management system.
Cisco proposes an architectural framework for the IOT
enabled eHealthcare[3]. Lei Yu proposes an architecture
framework with the business and application service details of
middleware.
Mervat Abu-Elkheir came out with the IOT data
management proposals with the primitives of design. David
Lake proposes an architectural frame work Proactive Personal
eHealth, self-management of health conditions with the
security at each layer of the architecture. Authentication
strategies and privacy policies and communication patterns are
discussed as part of this work[4]. They have compared the
proposed work with the existing architecture[3,4]. Kashif
Habib and Arild Torjusen propose the communication
framework for eHealthCare Operations with the encryption,
security certification[3,4]. Alexandre Santosa proposes MHealth , mobile based security architecture for the connected
devices[5]. It is the work on mobile based integration of
devices with the health care system. Omar Said contributed
device based healthcare architecture with the communication
states[6].

2015 IEEE International Conference on Computational Intelligence and Computing Research

III.

RESEARCH PROBLEM

Typical smart data modeling


management system is as follows:

The selection of data model defines whether the data


is structured or unstructured, based on that the technology
component of database back end is to be decided. The process
flow or the workflow of the automated system is based on the
event data and the preprocessing required to validate, cleanse
and map the data. The architecture is nothing but the map of
application framework with the infrastructure selected. The
thread in the processing, infrastructure selection is the data
model[7].
That too, in an automated processing system
triggered by events from the IOT devices, the data model
plays a major role. Even the network integration is based on
the data exchange format. Some of the researchers are
focusing on the infrastructure integration, some spotlights on
the process automation,
some give attention
to the
application framework. But, the very few are concentrating
on the data model and linking the thread of data across the
design. But , the smart hospital management system revolves
around the meaningful use of data from IOT devices.
IV.

SCOPE OF THIS WORK

This work focuses on the four main aspects such as data


models, architecture, workflows process flows, database
decisions of the smart hospital management system enabled
with IOT medical devices.
A. Medical Devices Counted
All the IOT medical devices can be categorized into
medication monitoring, vital sign monitoring, activity
monitoring, safety sign monitoring, patient identity and
laboratory monitoring. Among them, this work focuses only
on the Vital Sign Monitoring.
B. Basic Assumptions
For the initial study the remote patient monitoring of vital
signs is alone considered. For the external system coordination,
the insurance and disease diagnosis systems are considered. In
case of the workflows, alert on critical incident alone
considered as a use case. Regarding the device management,
the battery and energy tracking issues are considered.
C. Infrastructure Consideration
Design only takes into account the Service Oriented
Architecture. In case of network, Wired, Wireless, World Wide
Web communication infrastructures are considered. The
NOSQL database of unstructured database is considered rather
the cloud database. Own server space for middle tier services,
databases and applications are considered rather the cloud
based deployment.
V. SMART DATA OBJECTS
The introduction of smart objects produces the new
data objects. The question is how to sync the well established
health care and clinical databases, hospital information
systems with the data from the device events[8]. There are
standards in data communication to the existing medical
databases. So, there is a need for data transformation, data
mapping to communicate the data to the external system.

in

the

smart

hospital

TABLE I: GENERALISED SMART DATA OBJECTS

IOT_MED_Device
Definition

{Device Type: String, Light On: Integer,


Duty Cycle: Integer, I-O: Readings
{Units: String, Criticality Level: Float,
Min Range Value: Float, Max Range
Value: Float}, State Change: States
{BusytoClearState:
Integer,CleartoBusyDelay: Integer}}

IOT_MED_Reading

{Device
Id:Long
Integer,
Device
Authentication
Code:
String,
RelativeGPRSLoc:Array of Float, Min
Value: Float, MaxValue: Float, Event
Identifier: Integer, EventStartTime:
Datetime,

Patient:

{Patient Id: Integer, IOTMEDDEV1:


IOT_MED_Reading,
IOTMEDDEV2:
IOT_MED_Reading.}

The patient and doctor associated, the lab reports, drug chart,
intake chart, medication list are parts of the medical record of
the patient. It is stored in the Hospital Information System.
The smart objects read and transmit in the form of
OP_CODE, LED display value of 10-16 binary digit values. In
the device access layer, gateway collects data and aggregate it
to make the application specific value[9]. Data model considers
only the application specific data, but not the device data. The
data model is the generic one in which there are device
definitions, device readings and the patient device mapping
details are available. Each field in the data model of table 1 has
a specific implication which is described in table 2.
TABLE II:
IMPLICATIONS
S.
No.

SMART

DATA FIELD

OBJECT

DATA

FIELD

IMPLICATION

1.

Application/Device
Type

The Purpose of the device

2.

Min/Max Value

The
Min/Max
value
measured by the sensor or
actuator from power on

3.

Min/Max/Critical
Range

The Min/Max value can


be measured by the sensor
and the criticality of the
event

4.

Duty Cycle

What percentage of time


the receiving device is
allowed to be on

5.

Units

Measurement
Units
Definition e.g. Cel for
Temperature in Celsius.

6.

Operation Mode

In case of the multi sensor


device,
the
current

2015 IEEE International Conference on Computational Intelligence and Computing Research

operating
indicated.
Active

sensor

is
VI.

7.

Cumulative
Power

The cumulative active


power since the last
cumulative energy reset or
device start

8.

Average Load

Device's normal maximum


energy usage

9.

Power Factor

Energy Monitor of current


battery state

The critical health measure devices considered are


pulseoximeter which sense and reports the oxygen saturation
level in the blood, blood pressure detector to access the blood
pressure, temperature sensor for reading the body temperature,
ECG sensor to report the electrical and muscular functions of
the heart, glucometer to measure the blood glucose level,
airflow sensor for detecting the breathing pattern.
Here, the resource or device is registered with the
application service, then by application discovery, RESTFUL
API, Asynchronous notification the event data are
communicated to the smart hospital management system[10].
The collected raw data can be regarded as zero level data. The
application specific aggregated data can be regarded as first
level data. The data is getting cleansed, validated, filtered and
then analyzed with the rules and conditions configured by the
specific hospital system while the data is getting associated
with the system as in fig 1. Most of the data collected from the
millions of IOT devices are not exploited fully with the
prediction and analysis as the data generated is huge and need
BIG DATA analytics to process the data[11].

Tablet, PC, Phone

Application- Business Services

INTEROPERABILITY

There are medical thesaurus available to recognize the


disease
from
the
symptoms
of
the
patients.
cinicaldiagnosis.com, medicaldictionary.com are some of the
diagnosis online services which diagnose the diseases from the
reported clinical data of the patient. But, this diagnosis,
suggestions need the practitioner's approval before the
treatment. If the medical practitioner confirms the diagnosis of
the diseases as a clinical disease, it needs an entry into the
county, state wise medical information system. So that when
the state authority makes the query of How many cancer
patients are there in the county?, the count will be correct if
from all the registered hospitals the data are getting
automatically, timely updated in the health care systems.
The TPA (Third Party Agent) is responsible for the patient
health insurance claims. The patients have the claim based on
the policy and the diagnosis. Initially, based on the patient
disease diagnosis, the accounts department of the hospital
sends an estimated bill amount of hospital charges to the TPA
for the claim. If the TPA approves the cost, the patient is not
charged for that treatment and the amount is paid by the
agent[12].
In the above use cases of external system coordination, the
event from the IOT devices or the aggregator device can
directly trigger an automated operation of integration with the
diagnosis thesaurus or the insurance system. In the first case
the data from IOT are to adhere to the
Continuity Care
Document medical record standard. The strategies that governs
data normalization
automatically map local content to
terminology standards and translate data between standards are
required to eliminate the ambiguity of meaning in clinical data.
Clinical data vendors and health care information systems
follow the standard like SNOMED CT. The second use case of
healthcare transactions should adhere to the HIPPA. So, there
are data mapping, data validation for external system
integrations as in fig 2 In the healthcare, interoperability is the
ability of different information technology systems and
software applications to communicate, exchange data and use
the
information
that
has
been
exchanged.
1.Data from
IOT Devices
Events on
Aggregation

Communication Base Station


Gateway or Hub Unit through
Device Access Layer

IOT
MED
Devices

4.Practioner
Approval of
Diagnosis

2.Data
Mapping
for Inter
operability

5.1.Insurance
system

3.Medical
Theasures
of
Diagnosis

Claim

5.2.
Central
Repository

TPA

Medical

Fig 2: Data Mapping For InterOperability in Health Care


Fig 1: IOT Medical Devices in Smart Hospital Scenario

It involves the standardizing of the medical record


structure, business rules to map to the destination information

2015 IEEE International Conference on Computational Intelligence and Computing Research

system record structure without losing the meaning. The HL7


standard suggests, the XML data format for the Electronic
Health Care((EHC) Record., The following Algorithm 1 is the
algorithm for data processing in IOT enabled health care
applications.
Algorithm 1 : Structural Decomposition and Data
Validation of Data Remanence from IOT Medical Devices
Input:IOT_MED: Devi={ IOT_MED_Reading, Patient},i=1..n
For Every event of the Device (Devi) IOT_MED Do
Begin
Authenticate Device
CreateDatabaseconnection(con)
InsertSmartDataObject(Devi)
ExecuteQuery(con)
If Devi Triggers Transmission Then
CreateRootNode(Devi)
Refer Device Definition, Business Rule from Database(con)
Add SmartDataObjectTag in EXI XML()
Get Attribute() and AttributeValue()
Create EXIXML ChildNode for all attributes()
Create EHC Record in EXIXML format()
Normalize the EHC Record() as per standard(con)
Validate Data for Device(Min, Max Range) from DB(con)
Check for Datatype, Dataformat, Correcttimestamp,
SemanticAnnotation, from Device Standards Described in
DB(con)
If Check or Validation fails Then
Follow the Fallback Action as per workflow configuration
EndIf
Process the EHC Record (Message Composition, Content
Categorization, Message Filtering, Data Aggreation,Parsing )
Analyze the EHC Record for Prediction Model, Pattern
Definition, Frequency Tracking
On the Fly Data Transformation(Source,Target) using Business
Rules in DB(con)
Repackage EHC Record into Target Data Model()
Identify Network connection
Transmit EHC Record in the Protocol transmission format
End
VII. VALIDATIONS
There are multiple types of tests are conducted by the
standard bodies like FDA. Safe Medical Device mission
considers the security of the data as well the safety of the
patient from the radiation. Process validation confirms
whether the device events are as per the predefined procedure.
Design validation checks whether the device operation
satisfies the user need. Data verification confirms the data is
within the range and as per the data format and data is of
recent one not the old recording which is called the residual
data of the instrument[13]. Association of Advanced Medical
Instrumentation (AAMI.org) brought out the standards for the
data as per the application specification, data validation rules
for different IOT enabled medical devices as shown I fig 3.
The validation is required at the machine level data as well.

The retention time, peak asymmetry, signal to noise ratio,


resolution between two identified peaks, the response time are
to be validated in a scheduled time of the life cycle to confirm
the accuracy. The device level tests confirm the basic
performance of the device where as application level tests
confirms the business meaning of the data for decision
support, interoperability, network capability tests are for
confirming the secured communication without losing
value.The user experience tests focus on easy work flows,
clear instructions, meaningful help messages and pleasant
simple user interfaces.

Process
Validation

Functional
Perormance Test

Security
Test

Design
Validation
Machine
Level DataVerification

Connectivity Test

Compatability
Test

User
Experience
Test

Fig 3: Medical Device Validation


VIII.

WORKFLOWS

Usually, the system classifies the data as level1,


level2, level3 (where the level1 simple entry or sensed data
the raw data, level2 classified and categorized data, level3
inferences, statistics, counts). So, the data model also should
have the layers with the unification is aimed at. In an
implementation scenario, we have to create our own channel
and define the fields of data communication from the channel.
Define the data set as per definition and upload the data, see it
in the required format.we can set the react apps when the
reading of a field (a defined condition) value is so and so. The
reaction could be the custom HTTP POST or GET. We can
define the web services that should be called on so called
condition and be published, the reaction could call that and
showcase whatever necessary. On the ThinkSpeak IOT
platform a simple ECG recording has been plotted from real
time channel of predefined pseudo values in fig 4. The XML
for interchange used are the advanced Efficient XML format.
TABLE III. CHANNEL DEFINITION IN THINKSPEAK
{"channel":{"id":39354,"name":"Channel
39354","description":"ECG
recorder","latitude":"123.0","longitude":"123.0","field1
":"ecgdata","created_at":"2015-0525T11:42:45Z","updated_at":"2015-0525T11:51:45Z","elevation":"34","last_entry_id":2},"fee
ds":[{"created_at":"2015-0525T11:42:45Z","entry_id":1,"field1":"500"},{"created_
at":"2015-0525T11:45:45Z","entry_id":2,"field1":"450"}

2015 IEEE International Conference on Computational Intelligence and Computing Research

Fig 4 : Defining Process Flow in IOT Platform for IOT-MED


Devices.

Fig 5: Critical Incident Workflow in RTI IOT Platform

RTI is a Java based IOT platform in which there is a health


care relevant server where the ECG, pulse data is generated
which we can receive by connecting to the server and set
alarm on out of range values.In case of the bed side
monitoring or on the critical care, the range of data generates
the event which is captured in fig 5 . The event triggers the
call of alarm services configured as per the workflow. For
example, the alarm should be sent only to the Critical Care
service subscribed doctors of the unit and not to all. If the
alarm action is not taken, the hospital management system,
should have the escalation matrix as part of the work flow[14].
In the hospital management system, the event driven process
flow is explained in the following Figure 7 with the eventvalue.

2015 IEEE International Conference on Computational Intelligence and Computing Research

User
Layer

Access

Autonomous Smart Hospital Management


Applications (Mobile App, Web applications,
Smart Monitoring embedded application )

Insurance,
Medical
Theasures,
Disease Reporting
System External
Systems

SOAP, RESTFUL API, HTTPS

Application
Layer

EXI-XML
Exchange
Format

Application and Business Services (WorkFlow on Event Data


from Channels, Scheduled Services, Report Engine, Alert
Engine, External System Coordinator, Business Rule
Management Services, User Profile Previlege setting)
Web Services with the Service Broker

COAP, HTTP, SMTP, FTP, UDP

Communication Base Station (Parse,Normalize, standardize data,


Package data into service accessible format from DB source-target
map reference, Pre process with Semantic and Business rules,
analyze and infer , inform and call the application services)
Layered Services hosted

6LOWPAN, IPV6, IEEE 802.15.4E,ZigBee, Zwave

Communication
Layer

Device Access Layer (Query Historial, Real Time or Service to collect


device data from devices-Publish, Subscribe) Collect, Validate,
Aggregate, Process-Analyse, Filter, Archieve, Store
Protocol, Device Store Code, Device Driver Services

DB

Wired,
Wireless,
Bluetooth,
M2M, LAN, NFC, Ethernet

Device Layer

(Device Identification, Device Authentication, Event Data Capture,


Data verification, Network connectivity, Transmit)
Embedded Coding

Device
Description,
Business
Rule,
Meta, Map Data
formats XSD,
XML, Smart Data
Object
(Device
Events)

Fig 6: Architecture and Infrastructure of IOT enabled Hospital Management System A Data Model Centeric Approach

2015 IEEE International Conference on Computational Intelligence and Computing Research

two reports are depicted in the following output graphs of


Figure 8, 9. To study the hospital utility ratio as well the study
of critical incidents in every unit, we can refer the date-wise,
unit-wise critical incidents.

EXI Event Blocks


E

E
2

E
1

E
N

E
1

E
2

Channels

Combined Channels

Compressed Stream Body


CS

CS

CS

CS

CS

CS

Fig 7: Event Data Based Workflow in IOT enabled Health


Care Applications
IX.

ARCHITECTURE

The architecture is the logical application framework.


Whereas, the infrastructure is the technological component
chosen for the architectural description. The devices usually
of 3 main classes, minimum device of 8 bit system with the on
chip controller and without embedded devices. Mid level
devices have the very limited 32 bit architecture, but with the
embedded operating system.Most capable devices have the
fully capable 64 bit architecture running on a full operating
system like Linux. In case of the connectivity, there are
numerous connectivity options like LAN or WAN connection
with the TCP/UDP connectivity. Zigbee or Mesh radio
network, UART serial lines, low power Bluetooth
connections, point to point wired links, mobile-network, IPV6
with virtual IPs, WIFI connection are some of the possible
connections in the Body Area Network of the HealthCare
domain[15]. The data interchange format could be the XML or
JSON. TinyDB, Cougar, SINA, Dsware, MILAN, Mires are
some of the database options for storing the internal data. The
middleware and application services could be event triggered,
application driven or service oriented. The communication
protocol options vary from IEEE 802.15.4e (standardized for
Medical Body Area Network), BTLE, 2G-3G, LTE, Zigbee
protocol to CoAP. The application services could be device
observation services, web notification services, sensor or
actuator alert services.
The architectural decisions are
explained in the Figure 6.
X.

RESULTS

At any point of time we must be able to track the


critical incidents in a unit. The number of devices that have
been resulted in the threshold battery verification failure
indicates the device batteries are to be replaced. The above

Fig 8: Unit Wise Critical Incidents Reports

Fig 9 : IOT Medical Devices Life Time Management


Findings : The smart hospital management system
discussed allow the hospital authority to connect a medical
device, define the data model, define the data mapping
formats, define the process or workflow. There is a facility to
connect to integrate with the existing and the external system
with the proper source-destination data mapper. There is a
facility of defining the level1 data format, level2 data formats

2015 IEEE International Conference on Computational Intelligence and Computing Research

adhere to the medical record formats. The hospital authorities


can very easily define the workflow and process flows with
the rules and validations required. The role and authentication
mechanisms are configurable. The infrastructure available is
self detectable as well configurable. The smart hospital
dashboard, automated alerts, scheduled reports to the
destination group configured help to monitor and act on need.
XI.

CONCLUSION

This paper focuses on the general approach and


procedure for the IOT enabled autonomous smart hospital
management system with the following technological
avenues,Device selection, data modeling, interoperability, data
mapping & data transformation, data validation & data
cleansing, process flow configuration for event driven
workflows, architecture and infrastructure selection details.
The challenge of limited battery in the devices needs the
routine check or replacement of batteries by the power
management framework attached. The quality processes
prescribed a scheduled routine or procedure to check the
validity of the device working principles.
The lab
management, out in patient management , operational care,
outpatient treatment, doctor appointments, room allocation,
staff-administration, interdepartmental operations are some of
the planned future use cases to get implemented as part of the
system. The data generated out of the real time devices result
in the huge volume of data which needs the cloud and big data
analytics platform.

References
[1]. Nomusa Dlodlo, Thato Foko, The State of Affairs in Internet of
Things Research, The Electronic Journal Information Systems
Evaluation , Volume 15 Issue 3 2012, PP.244- 258.
[2]. Raymonds James, The Internet of Things, U.S Research Industry
Report, Raymond James & Associates, Jan 24, 2014. PP.17-20.

[10]. P. Cousin, Guideline for IoT Validation and deployment,


PROBE-IT,EGM, Oct 2013.
[11]. Marina Ruggier,Internet of Things:Converging Technologies
for Smart Environments and Integrated
Ecosystems, River
Publishers, ISBN: 978-87-92982-73-5, 2013.PP.84-87.
[12]. Lei Yu,Yang Lu, XiaoJuan Zhu, Smart Hospital based on
Internet of Things, JOURNAL OF NETWORKS, Vol. 7, Oct 2012,
PP. 1654- 1660.
[13]. Byung Mun Lee, Dynamic Data Binding Protocol between IoT
Medical Device and IoT Medical Service for Mobile Healthcare,
International Journal of Smart Home, Vol.9, PP.141-150.
[14]. Vincent K. Omachonu, Norman G. Einspruch, Innovation in
Healthcare Delivery Systems: A Conceptual Framework, The
Innovation Journal: The Public Sector Innovation Journal, Vol 15,
2010.
[15]. Payam Barnaghi, Wei Wang, Semantics for the Internet of
Things: Early Progress and Back to the Future, International Journal
on Semantic Web and Information Systems, Vol. 8, 2012.

Authors

Dr. M. Thangaraj
He is an Associate Professor at the Department of Computer Science,
Madurai Kamaraj University, Madurai. His research interests are in
the area of Data Semantics, Networks and Wireless Sensor Networks.
At MKU additionally, he is also a Resource Executive of many
academic councils. He has worked on many Governments sponsored
UGC projects that involve innovation and Domain specific benefits.
He has over two decades of experience in the field of Information
Technology.

[3]. David Lake, Rodolfo Milito, Monique Morrow and Rajesh


Vargheese, Internet of Things: Architectural Framework for eHealth
Security, Journal of ICT, River Publications, 2014Pp. 301-328.
[4]. Kashif Habib, Arild Torjusen, Wolfgang Leister, Security
Analysis of a Patient Monitoring System for the Internet of Things in
eHealth, .Seventh International Conference on eHealth, Telemedicine
and Social Medicine, 2015.
[5]. Alexandre Santosa, Joaquim Macedoa, Antnio Costaa, Internet
of Things and Smart Objects for M-Health Monitoring and Control,
International Conference on Project MANagement / HCIST 2014 International Conference on Health and Social Care Information
Systems and Technologies, 2014 , Vol. 16, Pp. 1351 1360.
[6]. Omar Said, Amr Tolba, SEAIoT: Scalable E-Health Architecture
based on Internet of Things, International Journal of Computer
Applications, Dec 2012, Vol.59, Pp. 44-48.
[7]. IPSO SmartObject Guideline, Internet Protocol for Smart
Objects (IPSO) Alliance Technical Guideline, 2014.
[8]. Chen Yange, Zhang Zhili, Hu Ziyi, Research on heterogeneous
network architecture between the next-generation internet and
internet of things (IOT), Journal of Chemical and Pharmaceutical
Research, 2014, 6(3),PP.723-728.
[9]. Antoine Bagula, INTERNET OF THE THINGS (IoT): An
introduction to wireless sensor networking middleware, ISAT
Laboratory, University of Cape Town, South Africa

P. Punitha Ponmalar
She is now an Associate Professor in Sri Meenakshi Government
College, Madurai. She received her post-graduate degree in
Computer Science from Alagappa University, Karaikudi and M.Phil.
degree in Computer Science from Mother Terasa University,
Madurai. Her research interests include Wireless Sensor Networks,
QOS in sensor networks and Adhoc networks.

S. Anuradha
She has around 12years of software industry experience in Microsoft,
. Net, J2EE technologies that involve in analysis, development and
integration of Web and Windows based applications, enterprise
business servers. She is very strong in business process modeling and
design.

Вам также может понравиться