SlideShare a Scribd company logo
1 of 5
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 07 | June-2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 737
DESIGN OF INTERFACE BOARD FOR MEDICAL KIOSK BASED ON
“OFF-THE-SHELF” PLATFORM
Sanjana S1, Mr. Rathnakara S2
1M.Tech Student, Dept. of Instrumentation Technology, Sri Jayachamarajendra College of Engineering,
Karnataka, India
2Assistant Professor, Dept. of Instrumentation Technology, Sri Jayachamarajendra College of Engineering,
Karnataka, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract –The main aim of this paper is to describe the
design of interface board that integrates different tested
and pre-certified Commercial-Off-the-shelf modules such as
SpO2 module, Blood Pressure module, Thermometer module,
Blood Glucose module, ultrasonic sensor which measures the
distance and the Load cell module for weight measurement.
The Interface Board will combine the results obtained from
all the modules and transfers the read data to the cloud
software via the kiosk application.
Key Words: Tele-medicine, Microcontroller, Vital Signs,
Interface device, COTS OEM modules, Embedded
System
1. INTRODUCTION
In order to describe the remote delivery of health and
social care using Information and Communication
Telemedicine, Telecare, Telehealth, Telemonitoring and
eHealth are most commonly used terms.[1][2][3][4].
IT implementation apart, innovative models of public
private partnership and capacity building through
technologies like Telemedicine are needed to address the
challenges of access to affordable and quality healthcare in
rural areas. Telemedicine employs collaborative
technologies to facilitate a virtual doctor-patient
encounter.
Quality health care is a major concern across the world;
especially in a developing country like India. Given the
massive population in India, disparity in the ratio between
doctors and patients makes it impossible for doctors in
urban areas to meet with people in remote
locations. Therefore, a medical kiosk connects the doctor
to the patient, where the patient is virtually able to consult
a real doctor and use the facilities inside the kiosk to have
the primary diagnoses carried out[5][6][7][8].
Medical Kiosk are standalone stations equipped with
biomedical devices and provide solutions to capture, store
and retrieve patient details such as demographics, patient
history, allergies, clinical findings, vitals and medications
[8][9][12]. Readings from the medical kiosk are made
available to the doctor facilitate accurate and quicker
diagnosis. Since the medical kiosks are shared between
patients the following criteria become more critical:
 Full automation of the processes
 Data security
 Ease of sterilization
 High reliability (including mechanical reliability)
When thinking of designing such a system, it is important
to have a vision of the future trends in the health care
industry. Some of the key things that need to be
considered are:
 Flexibility and scalability to address in terms of
performance, costs optimizations, availability of
interfaces.
 Fast prototyping to validate the key assumptions
and resolve the usability problems by providing
pre-integrated hardware / software solutions.
 Reduction of the development costs and
shortening the time-to-market.
 Reduction of the BOM costs of final customized
solutions.
In this paper we explain about the design that meets the
above mentioned features and also increase the reliability
and the quality of health products by using tested and pre-
certified “building blocks”[13][14].
The goal of the Interface board is to provide very basic
health services and monitoring of basic health data and
also to act as a bridge and the intermediate source
between the COTS OEM Modules and the PC end. With
invent of internet of things and more, a two way video
conferencing can also be employed in the Medical Kiosk. It
enables the Kiosk to measure the vital signs and provide
reliable data for diagnosis [10][11].
By choosing the “off-the-shelf” platform based approach,
the OEMs and medical device vendors can reduce their
efforts on the custom hardware development and fully
focus on value add areas of the business such as
applications development. Also it can be used for diverse
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 07 | June-2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 738
devices like Patient Monitoring System, Mobile Health
Unit, and Diagnostic Kiosks.
2. SYSTEM ARCHITECTURE
Hardware and firmware interfacing is a very difficult task
as they have different development environments, have
different toolsets and use different terminology
[5][11][12].The current interface board is the best
example for hardware/firmware interface which is the
junction where hardware and firmware meet and
communicate with each other. On the hardware side, it is a
collection of addressable registers that are accessible to
firmware via reads and writes. On the firmware side, it is
the device drivers or low-level software that controls the
hardware by writing values to registers, interprets the
information read from the registers and responds to
interrupt requests from the hardware. Thus controlling
and communicating with COTS OEM modules. The medical
OEM device is designed with a custom proprietary
protocol from the equipment manufacturer.
The Interface Board is capable of integrating six medical
OEM devices that measures eight parameters of the
patient such as Height, Weight, Non-Invasive Blood
Pressure, Oxygen Saturation Level, Pulse rate/Heart rate,
Blood glucose, and Body temperature.
Fig-1: Block Diagram of the System Level Design
Fig-1 shows different blocks implemented in hardware as
well as firmware design.
As explained above design of the Interface Board involves
the following stages in the design workflow.
1. Hardware Design;
2. Firmware Design;
2.1 Hardware Design
This section gives the detailed overview of the hardware
modules which are used to measure above listed
parameters. First an embedded system platform where in
the data from all the modules can be collected needed to
be designed. In order to accept so many inputs the
powerful microcontroller with ARM Cortex-M4 core
120MHz 32-bit MCU is selected. The descriptions of the
OEM devices are as follows:
2.1.1 Ultrasonic Sensor HC-SR04
Ultrasonic ranging module HC - SR04 provides 2cm -
400cm non-contact measurement function, the ranging
accuracy can reach to 3mm. This module is used to
measure the height of the patient.
Fig-2Ultrasonic ranging module HC - SR04
2.1.2 Load cell
The change in resistance of the strain gauge provides an
electrical value change that is calibrated to the load placed
on load cell. Load cell used here can measure upto 500 Kgf.
2.1.3 SpO2 and Pulse Rate Module
The module is able to measure and report SpO2 and pulse
rate with identified pulse at least once per second.
2.1.4 NIBP Module
When a Blood Pressure (BP) measurement is required, the
command to start a blood pressure measurement is issued
to the module. The module will acknowledge the
Command, take a blood pressure measurement, and then
return a data packet indicating that the command has
been executed.
2.1.5 Glucose Module
Both the modules are the systems for the determination of
the total amount of glucose in whole blood respectively.
The system consists of an analyzer with specially designed
micro cuvettes containing dried reagents.
2.1.6 Temperature Module
The module is intended to use as a measuring device for
determining the patient's body temperature. It uses
infrared technology allowing the user to measure the
temperature without physical contact.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 07 | June-2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 739
2.2 Firmware Design
Firmware is a type of software that provides control,
monitoring and data manipulation in embedded systems.
The firmware consists of low-level control program for the
device. In this project we have considered a low level
programming method known as bare metal
coding/programming that is specific to the hardware used.
This is often used in small devices that require optimized
coding.
The application layer, API defines the high level interface
of the behavior and capabilities of the component and its
inputs and outputs. The HAL is a hardware abstraction
layer that defines a set of routines, protocols and tools for
interacting with the hardware driver. The driver and
board support interface with the hardware and is the
lowest layer of the firmware.Fig-3shows the Firmware
Stack-Up.
Fig-3: Firmware Stack-Up
In order to establish communication it is necessary to
implement drivers like UART Driver and USB Driver.
2.2.1 Firmware Layer and Code Flow
Fig- 4 briefs the Code Flow Algorithm employed in the
design of Interface Board. Firstly all the UART peripherals
in the K60 microcontroller are initialized by setting the
clock source and the baud rate of the device connected to
the corresponding UARTs. After initialization of the
UARTs, the vector number and IRQ number are assigned
in order to enable the interrupts. The program waits to
receive the commands from the PC .Then the checksum
(hexadecimal value in the defined data format to check
data integrity of the incoming packets) is computed and
verified with the checksum in the command. Once the
checksum is verified, the user can select the OEM Module
from the list. The data is read from the selected module
and the same data is simply pushed to the PC application.
In case of errors while reading the data from modules,
error handling will be done.
Fig-4: Stage wise implementation of Code Flow Algorithm
3. RESULTS AND DISCUSSION
After integrating all the Off-the-shelf OEM modules with
the interface board each of the parameter is measured
according to the sequence given in the TABLE 3. All the
parameters were successfully measured on a person using
him as a test subject. The GUI designed at the PC side is
given in Figure 5.
Fig-5: GUI to select appropriate parameter
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 07 | June-2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 740
TABLE 1.Test Results
Height of the patient is the first parameter to be measured.
The program is executed in “IAR Embedded Workbench”
which is written in C Programming Language. Thus all the
parameters are measured and results are obtained as per
the sequence after integration.
4. CONCLUSION
The work presented reveals that, a system based on the
“Off-the–shelf” approach of integrating various different
modules is achievable. Off-the-shelf platform helps in
saving a lot of time as the modules will be pre-tested and
pre-certified. Also, the developer can concentrate on other
value add areas. Since the powerful K60 Arm
Microcontroller is used, it can communicate with 6
modules when compared to other microcontrollers. The
interface board can be further utilized and optimized by
adding value add features like Ethernet, Bluetooth or
Zigbee, GSM mounted on board. More number of
parameters can be integrated with the availability of more
communication channels. The unique combination of
COTS OEM Modules and microcontroller will provide
efficient design for system integration and this in
conjunction with Health kiosk and Patient Monitoring
Systems eliminate the barrier in patient health monitoring
to enhance practical health delivery.
REFERENCES
[1] Sanjana S, Rathnakara S,”Design of Intermediate
Control and Communication Unit for Health Kiosk”,
International Conference on Signal, Image Processing,
Communication and Automation, ICSIPCA-17.
[2] Jones, R.B.; McLachlan, “Healthpoint: a public access
health information system in Current Perspectives in
Health Computing”; Richards, B., Ed.; BJHC Books:
Weybridge, Surrey, UK, 1990; pp. 65-69.
[3] R.Srinivasan ,”Health Care in India- Vision 2020,Issues
and Prospects”,whitepaper,GE Healthcare Products,
December 2004.
[4] V.Ramya,B.Palaniappan,Anuradha Kumari,”Embedded
Patient Monitoring System”, International Journal of
Embedded Systems and Applications (IJESA)
Vol.1,No.2,December 2011.
[5] Rajalaxmi Das,”Health Monitoring Kiosk: An effective
system for rural health management”, Novateur
Publications,International Journal of Innovations in
Engineering Research and
Sequence
No.
Description
Measured output of the
Subject
Data Response (in Hex)
1
Height of the user is
measured. 160 cm
02,10,A0,00,00,00,00,00,00,70,
03
2
Weight of the user is
measured.
75 Kg
02,11,4B,00,00,00,00,00,00,7C,
03
3
The normal blood oxygen
saturation levels (SpO2) &
Pulse rate are measured.
SPO2 = 96%
Pulse Rate = 74 bpm
02,12,60,4A,00,00,00,
00,00,7C,03
4
The blood pressure of the
user is measured non-
invasively. Also the Heart
rate and Mean Arterial
Pressure is measured.
Systolic = 116 mmHg
Diastolic = 78 mmHg
MAP = 90 mmHg
Heart Rate = 74 bpm
02,13,74,00,4E,5A,4A,
00,00,79,03
5
Blood Sugar levels of the
user are measured. 80 mg/dL
02,15,50,00,00,00,00,
00,00,37,03
6
Body Temperature of the
user is measured. 37˚C
02,17,25,00,00,00,
00,00,00,5C,03
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 07 | June-2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 741
[6] Technology[IJIERT],ISSN:2394-3696,Vol. 1, Issue 2,
December 2014.
[7] Conor Clancey,” Employing Intel Architecture
Solutions in the Home Health/Tele-Health Space”,
White Paper, Intel Corporation, January 2011.
[8] Agnus S.Swarnanisha Lakshmi , S.Palanivel Rajan,
“Scheduled H and X Medicine Dispenser PoC Design”,
Journal of Chemical and Pharmaceutical Sciences,
Special Issue 8:December 2016.
[9] Shyr-kuenchen, Tsairkao, Chia-Tai Chan, Chih-
ninghuang, Chih-Yen Chiang, Chin-Yulai, Tse-Huatung,
and Pi-Chungwang “A reliable transmission protocol
for zigbee-based wireless patient monitoring” IEEE
transactions on information technology in
biomedicine, vol. 16, no. 1, January 2012 .
[10] Ahmed N. Abdalla, Muhammad Nubli, Tan
ChienSiong, FauzanKhairi, A. Noraziah,
“Enhancement of real time multi-patient monitoring
system based on wireless sensor networks”,
International Journal of Physical Sciences, vol. 6, no.
4, February, 2011.
[11] C.D. Raut, V. G. Giripunje, “The Real-Time Monitoring
System for In-Patient Based on Biomedical Data
Acquisition System”, International Conference on
Information and Network Technology,IACSIT Press,
Singapore,2011.
[12] Piyush Goel,Sanjay Bansal,”Health ATM, Any time
Medical-Help”,International Conference on Life
Sciences and Technology,IPCBEE,Volume 3,IACSIT
Press,Singapore,2011.
[13] Taha Landolsi , A. R. Al-Ali and Yousef Al-Assaf,
“Wireless Stand-alone Portable Patient Monitoring
and Logging System”, Journal of Communications,
Vol. 2, No. 4, June 2007.
[14] R.S. Khandpur, ”Handbook of Biomedical
Instrumentation”, 3rd Edition,TMH,2014.

More Related Content

What's hot

IRJET - Remote Health Monitoring System using IoT
IRJET - Remote Health Monitoring System using IoTIRJET - Remote Health Monitoring System using IoT
IRJET - Remote Health Monitoring System using IoTIRJET Journal
 
An efficient monitoring system for sports person using wi fi communication
An efficient monitoring system for sports person using wi fi communicationAn efficient monitoring system for sports person using wi fi communication
An efficient monitoring system for sports person using wi fi communicationeSAT Journals
 
An efficient monitoring system for sports person using wi fi communication
An efficient monitoring system for sports person using wi fi communicationAn efficient monitoring system for sports person using wi fi communication
An efficient monitoring system for sports person using wi fi communicationeSAT Publishing House
 
Pharmaceutical granulator machine using ethernet modbus protocol and lab view
Pharmaceutical granulator machine using ethernet modbus protocol and lab viewPharmaceutical granulator machine using ethernet modbus protocol and lab view
Pharmaceutical granulator machine using ethernet modbus protocol and lab vieweSAT Journals
 
IRJET - Better Monitoring and Fault Response of Motor Drive using SMTP of Scada
IRJET - Better Monitoring and Fault Response of Motor Drive using SMTP of ScadaIRJET - Better Monitoring and Fault Response of Motor Drive using SMTP of Scada
IRJET - Better Monitoring and Fault Response of Motor Drive using SMTP of ScadaIRJET Journal
 
Design and Development of Arm-Based Control System for Nursing Bed
Design and Development of Arm-Based Control System for Nursing Bed Design and Development of Arm-Based Control System for Nursing Bed
Design and Development of Arm-Based Control System for Nursing Bed IJCSES Journal
 
IRJET- A Study on Heart Attack Detection by Heartbeat Monitoring using IoT
IRJET- A Study on Heart Attack Detection by Heartbeat Monitoring using IoTIRJET- A Study on Heart Attack Detection by Heartbeat Monitoring using IoT
IRJET- A Study on Heart Attack Detection by Heartbeat Monitoring using IoTIRJET Journal
 
IRJET - An IoT based Smart Medical System in Trains for Passengers
IRJET - An IoT based Smart Medical System in Trains for PassengersIRJET - An IoT based Smart Medical System in Trains for Passengers
IRJET - An IoT based Smart Medical System in Trains for PassengersIRJET Journal
 
Automatic Bottle Filling System Using PLC
Automatic Bottle Filling System Using PLCAutomatic Bottle Filling System Using PLC
Automatic Bottle Filling System Using PLCijtsrd
 
Arm based human machine interface of plastic extrusion blow molding system
Arm based human machine interface of plastic extrusion blow molding systemArm based human machine interface of plastic extrusion blow molding system
Arm based human machine interface of plastic extrusion blow molding systemeSAT Publishing House
 
IRJET- Predictive Maintenance of DC Motor
IRJET-  	  Predictive Maintenance of DC MotorIRJET-  	  Predictive Maintenance of DC Motor
IRJET- Predictive Maintenance of DC MotorIRJET Journal
 
IRJET- Black Box for the Industrial Vehicle
IRJET- Black Box for the Industrial VehicleIRJET- Black Box for the Industrial Vehicle
IRJET- Black Box for the Industrial VehicleIRJET Journal
 
IRJET- Design and Implementation of Low Cost Ecg Monitoring System using Smar...
IRJET- Design and Implementation of Low Cost Ecg Monitoring System using Smar...IRJET- Design and Implementation of Low Cost Ecg Monitoring System using Smar...
IRJET- Design and Implementation of Low Cost Ecg Monitoring System using Smar...IRJET Journal
 
Wireless server for total healthcare system for clients
Wireless server for total healthcare system for clientsWireless server for total healthcare system for clients
Wireless server for total healthcare system for clientseSAT Publishing House
 
Sensors Wield to Detect the Behavior of Humans
Sensors Wield to Detect the Behavior of HumansSensors Wield to Detect the Behavior of Humans
Sensors Wield to Detect the Behavior of HumansIRJET Journal
 
Design of Self-Learning System for Diagnosing Health Parameters using ANFIS
Design of Self-Learning System for Diagnosing Health Parameters using ANFISDesign of Self-Learning System for Diagnosing Health Parameters using ANFIS
Design of Self-Learning System for Diagnosing Health Parameters using ANFISIRJET Journal
 
Transmission of arm based real time ecg for monitoring remotely located patient
Transmission of arm based real time ecg for monitoring remotely located patientTransmission of arm based real time ecg for monitoring remotely located patient
Transmission of arm based real time ecg for monitoring remotely located patienteSAT Publishing House
 
Biomedical Parameter Transfer Using Wireless Communication
Biomedical Parameter Transfer Using Wireless CommunicationBiomedical Parameter Transfer Using Wireless Communication
Biomedical Parameter Transfer Using Wireless Communicationijsrd.com
 
An Efficient System Of Electrocardiogram Data Acquisition And Analysis Using ...
An Efficient System Of Electrocardiogram Data Acquisition And Analysis Using ...An Efficient System Of Electrocardiogram Data Acquisition And Analysis Using ...
An Efficient System Of Electrocardiogram Data Acquisition And Analysis Using ...IJTET Journal
 

What's hot (19)

IRJET - Remote Health Monitoring System using IoT
IRJET - Remote Health Monitoring System using IoTIRJET - Remote Health Monitoring System using IoT
IRJET - Remote Health Monitoring System using IoT
 
An efficient monitoring system for sports person using wi fi communication
An efficient monitoring system for sports person using wi fi communicationAn efficient monitoring system for sports person using wi fi communication
An efficient monitoring system for sports person using wi fi communication
 
An efficient monitoring system for sports person using wi fi communication
An efficient monitoring system for sports person using wi fi communicationAn efficient monitoring system for sports person using wi fi communication
An efficient monitoring system for sports person using wi fi communication
 
Pharmaceutical granulator machine using ethernet modbus protocol and lab view
Pharmaceutical granulator machine using ethernet modbus protocol and lab viewPharmaceutical granulator machine using ethernet modbus protocol and lab view
Pharmaceutical granulator machine using ethernet modbus protocol and lab view
 
IRJET - Better Monitoring and Fault Response of Motor Drive using SMTP of Scada
IRJET - Better Monitoring and Fault Response of Motor Drive using SMTP of ScadaIRJET - Better Monitoring and Fault Response of Motor Drive using SMTP of Scada
IRJET - Better Monitoring and Fault Response of Motor Drive using SMTP of Scada
 
Design and Development of Arm-Based Control System for Nursing Bed
Design and Development of Arm-Based Control System for Nursing Bed Design and Development of Arm-Based Control System for Nursing Bed
Design and Development of Arm-Based Control System for Nursing Bed
 
IRJET- A Study on Heart Attack Detection by Heartbeat Monitoring using IoT
IRJET- A Study on Heart Attack Detection by Heartbeat Monitoring using IoTIRJET- A Study on Heart Attack Detection by Heartbeat Monitoring using IoT
IRJET- A Study on Heart Attack Detection by Heartbeat Monitoring using IoT
 
IRJET - An IoT based Smart Medical System in Trains for Passengers
IRJET - An IoT based Smart Medical System in Trains for PassengersIRJET - An IoT based Smart Medical System in Trains for Passengers
IRJET - An IoT based Smart Medical System in Trains for Passengers
 
Automatic Bottle Filling System Using PLC
Automatic Bottle Filling System Using PLCAutomatic Bottle Filling System Using PLC
Automatic Bottle Filling System Using PLC
 
Arm based human machine interface of plastic extrusion blow molding system
Arm based human machine interface of plastic extrusion blow molding systemArm based human machine interface of plastic extrusion blow molding system
Arm based human machine interface of plastic extrusion blow molding system
 
IRJET- Predictive Maintenance of DC Motor
IRJET-  	  Predictive Maintenance of DC MotorIRJET-  	  Predictive Maintenance of DC Motor
IRJET- Predictive Maintenance of DC Motor
 
IRJET- Black Box for the Industrial Vehicle
IRJET- Black Box for the Industrial VehicleIRJET- Black Box for the Industrial Vehicle
IRJET- Black Box for the Industrial Vehicle
 
IRJET- Design and Implementation of Low Cost Ecg Monitoring System using Smar...
IRJET- Design and Implementation of Low Cost Ecg Monitoring System using Smar...IRJET- Design and Implementation of Low Cost Ecg Monitoring System using Smar...
IRJET- Design and Implementation of Low Cost Ecg Monitoring System using Smar...
 
Wireless server for total healthcare system for clients
Wireless server for total healthcare system for clientsWireless server for total healthcare system for clients
Wireless server for total healthcare system for clients
 
Sensors Wield to Detect the Behavior of Humans
Sensors Wield to Detect the Behavior of HumansSensors Wield to Detect the Behavior of Humans
Sensors Wield to Detect the Behavior of Humans
 
Design of Self-Learning System for Diagnosing Health Parameters using ANFIS
Design of Self-Learning System for Diagnosing Health Parameters using ANFISDesign of Self-Learning System for Diagnosing Health Parameters using ANFIS
Design of Self-Learning System for Diagnosing Health Parameters using ANFIS
 
Transmission of arm based real time ecg for monitoring remotely located patient
Transmission of arm based real time ecg for monitoring remotely located patientTransmission of arm based real time ecg for monitoring remotely located patient
Transmission of arm based real time ecg for monitoring remotely located patient
 
Biomedical Parameter Transfer Using Wireless Communication
Biomedical Parameter Transfer Using Wireless CommunicationBiomedical Parameter Transfer Using Wireless Communication
Biomedical Parameter Transfer Using Wireless Communication
 
An Efficient System Of Electrocardiogram Data Acquisition And Analysis Using ...
An Efficient System Of Electrocardiogram Data Acquisition And Analysis Using ...An Efficient System Of Electrocardiogram Data Acquisition And Analysis Using ...
An Efficient System Of Electrocardiogram Data Acquisition And Analysis Using ...
 

Similar to Design of Interface Board for Medical Kiosk Based on Off-The-Shelf Platform

IRJET- Information Logging and Investigation of Control Framework Utilizing D...
IRJET- Information Logging and Investigation of Control Framework Utilizing D...IRJET- Information Logging and Investigation of Control Framework Utilizing D...
IRJET- Information Logging and Investigation of Control Framework Utilizing D...IRJET Journal
 
A Healthcare Monitoring System Using Wifi Module
A Healthcare Monitoring  System Using Wifi ModuleA Healthcare Monitoring  System Using Wifi Module
A Healthcare Monitoring System Using Wifi ModuleIRJET Journal
 
IRJET- Low Cost IoT based Remote Health Monitoring System
IRJET-  	  Low Cost IoT based Remote Health Monitoring SystemIRJET-  	  Low Cost IoT based Remote Health Monitoring System
IRJET- Low Cost IoT based Remote Health Monitoring SystemIRJET Journal
 
HEART RATE MONITORING SYSTEM USING IOT
HEART RATE MONITORING SYSTEM USING IOTHEART RATE MONITORING SYSTEM USING IOT
HEART RATE MONITORING SYSTEM USING IOTIRJET Journal
 
Vibration Analysis for condition Monitoring & Predictive Maintenance using Em...
Vibration Analysis for condition Monitoring & Predictive Maintenance using Em...Vibration Analysis for condition Monitoring & Predictive Maintenance using Em...
Vibration Analysis for condition Monitoring & Predictive Maintenance using Em...IRJET Journal
 
IP Based Patient Monitoring System
IP Based Patient Monitoring SystemIP Based Patient Monitoring System
IP Based Patient Monitoring SystemIRJET Journal
 
IRJET- IoT based Advanced Healthcare Architecture: A New Approach
IRJET- IoT based Advanced Healthcare Architecture: A New ApproachIRJET- IoT based Advanced Healthcare Architecture: A New Approach
IRJET- IoT based Advanced Healthcare Architecture: A New ApproachIRJET Journal
 
DESIGN OF AN EMBEDDED SYSTEM: BEDSIDE PATIENT MONITOR
DESIGN OF AN EMBEDDED SYSTEM: BEDSIDE PATIENT MONITORDESIGN OF AN EMBEDDED SYSTEM: BEDSIDE PATIENT MONITOR
DESIGN OF AN EMBEDDED SYSTEM: BEDSIDE PATIENT MONITORijesajournal
 
DESIGN OF AN EMBEDDED SYSTEM: BEDSIDE PATIENT MONITOR
DESIGN OF AN EMBEDDED SYSTEM: BEDSIDE PATIENT MONITORDESIGN OF AN EMBEDDED SYSTEM: BEDSIDE PATIENT MONITOR
DESIGN OF AN EMBEDDED SYSTEM: BEDSIDE PATIENT MONITORijesajournal
 
IRJET- Automated Blood Bank with Embedded System
IRJET-  	  Automated Blood Bank with Embedded SystemIRJET-  	  Automated Blood Bank with Embedded System
IRJET- Automated Blood Bank with Embedded SystemIRJET Journal
 
IRJET- Design and Implementation of IOT Based Health Monitoring System Using ...
IRJET- Design and Implementation of IOT Based Health Monitoring System Using ...IRJET- Design and Implementation of IOT Based Health Monitoring System Using ...
IRJET- Design and Implementation of IOT Based Health Monitoring System Using ...IRJET Journal
 
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
 
Energy Meters using Internet of Things Platform
Energy Meters using Internet of Things PlatformEnergy Meters using Internet of Things Platform
Energy Meters using Internet of Things PlatformIRJET Journal
 
IRJET - IoT-based Monitoring of Induction Motor Performance
IRJET - IoT-based Monitoring of Induction Motor PerformanceIRJET - IoT-based Monitoring of Induction Motor Performance
IRJET - IoT-based Monitoring of Induction Motor PerformanceIRJET Journal
 
Designing an Architecture for Monitoring Patients at Home: Ontologies and We...
Designing an Architecture  for Monitoring Patients at Home: Ontologies and We...Designing an Architecture  for Monitoring Patients at Home: Ontologies and We...
Designing an Architecture for Monitoring Patients at Home: Ontologies and We...IRJET Journal
 
ealth Monitoring System in Emergency Using IoT: A Review
ealth Monitoring System in Emergency Using IoT: A Reviewealth Monitoring System in Emergency Using IoT: A Review
ealth Monitoring System in Emergency Using IoT: A ReviewIRJET Journal
 
IoT Based Patient Biomedical Signal Tracking System
IoT Based Patient Biomedical Signal Tracking SystemIoT Based Patient Biomedical Signal Tracking System
IoT Based Patient Biomedical Signal Tracking SystemIRJET Journal
 
IRJET- Monitoring and Control of PLC based Automation System Parameters using...
IRJET- Monitoring and Control of PLC based Automation System Parameters using...IRJET- Monitoring and Control of PLC based Automation System Parameters using...
IRJET- Monitoring and Control of PLC based Automation System Parameters using...IRJET Journal
 
IRJET- Health Monitoring System Based on GSM
IRJET-  	  Health Monitoring System Based on GSMIRJET-  	  Health Monitoring System Based on GSM
IRJET- Health Monitoring System Based on GSMIRJET Journal
 
Developing Algorithm for Fault Detection and Classification for DC Motor Usin...
Developing Algorithm for Fault Detection and Classification for DC Motor Usin...Developing Algorithm for Fault Detection and Classification for DC Motor Usin...
Developing Algorithm for Fault Detection and Classification for DC Motor Usin...IRJET Journal
 

Similar to Design of Interface Board for Medical Kiosk Based on Off-The-Shelf Platform (20)

IRJET- Information Logging and Investigation of Control Framework Utilizing D...
IRJET- Information Logging and Investigation of Control Framework Utilizing D...IRJET- Information Logging and Investigation of Control Framework Utilizing D...
IRJET- Information Logging and Investigation of Control Framework Utilizing D...
 
A Healthcare Monitoring System Using Wifi Module
A Healthcare Monitoring  System Using Wifi ModuleA Healthcare Monitoring  System Using Wifi Module
A Healthcare Monitoring System Using Wifi Module
 
IRJET- Low Cost IoT based Remote Health Monitoring System
IRJET-  	  Low Cost IoT based Remote Health Monitoring SystemIRJET-  	  Low Cost IoT based Remote Health Monitoring System
IRJET- Low Cost IoT based Remote Health Monitoring System
 
HEART RATE MONITORING SYSTEM USING IOT
HEART RATE MONITORING SYSTEM USING IOTHEART RATE MONITORING SYSTEM USING IOT
HEART RATE MONITORING SYSTEM USING IOT
 
Vibration Analysis for condition Monitoring & Predictive Maintenance using Em...
Vibration Analysis for condition Monitoring & Predictive Maintenance using Em...Vibration Analysis for condition Monitoring & Predictive Maintenance using Em...
Vibration Analysis for condition Monitoring & Predictive Maintenance using Em...
 
IP Based Patient Monitoring System
IP Based Patient Monitoring SystemIP Based Patient Monitoring System
IP Based Patient Monitoring System
 
IRJET- IoT based Advanced Healthcare Architecture: A New Approach
IRJET- IoT based Advanced Healthcare Architecture: A New ApproachIRJET- IoT based Advanced Healthcare Architecture: A New Approach
IRJET- IoT based Advanced Healthcare Architecture: A New Approach
 
DESIGN OF AN EMBEDDED SYSTEM: BEDSIDE PATIENT MONITOR
DESIGN OF AN EMBEDDED SYSTEM: BEDSIDE PATIENT MONITORDESIGN OF AN EMBEDDED SYSTEM: BEDSIDE PATIENT MONITOR
DESIGN OF AN EMBEDDED SYSTEM: BEDSIDE PATIENT MONITOR
 
DESIGN OF AN EMBEDDED SYSTEM: BEDSIDE PATIENT MONITOR
DESIGN OF AN EMBEDDED SYSTEM: BEDSIDE PATIENT MONITORDESIGN OF AN EMBEDDED SYSTEM: BEDSIDE PATIENT MONITOR
DESIGN OF AN EMBEDDED SYSTEM: BEDSIDE PATIENT MONITOR
 
IRJET- Automated Blood Bank with Embedded System
IRJET-  	  Automated Blood Bank with Embedded SystemIRJET-  	  Automated Blood Bank with Embedded System
IRJET- Automated Blood Bank with Embedded System
 
IRJET- Design and Implementation of IOT Based Health Monitoring System Using ...
IRJET- Design and Implementation of IOT Based Health Monitoring System Using ...IRJET- Design and Implementation of IOT Based Health Monitoring System Using ...
IRJET- Design and Implementation of IOT Based Health Monitoring System Using ...
 
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...
 
Energy Meters using Internet of Things Platform
Energy Meters using Internet of Things PlatformEnergy Meters using Internet of Things Platform
Energy Meters using Internet of Things Platform
 
IRJET - IoT-based Monitoring of Induction Motor Performance
IRJET - IoT-based Monitoring of Induction Motor PerformanceIRJET - IoT-based Monitoring of Induction Motor Performance
IRJET - IoT-based Monitoring of Induction Motor Performance
 
Designing an Architecture for Monitoring Patients at Home: Ontologies and We...
Designing an Architecture  for Monitoring Patients at Home: Ontologies and We...Designing an Architecture  for Monitoring Patients at Home: Ontologies and We...
Designing an Architecture for Monitoring Patients at Home: Ontologies and We...
 
ealth Monitoring System in Emergency Using IoT: A Review
ealth Monitoring System in Emergency Using IoT: A Reviewealth Monitoring System in Emergency Using IoT: A Review
ealth Monitoring System in Emergency Using IoT: A Review
 
IoT Based Patient Biomedical Signal Tracking System
IoT Based Patient Biomedical Signal Tracking SystemIoT Based Patient Biomedical Signal Tracking System
IoT Based Patient Biomedical Signal Tracking System
 
IRJET- Monitoring and Control of PLC based Automation System Parameters using...
IRJET- Monitoring and Control of PLC based Automation System Parameters using...IRJET- Monitoring and Control of PLC based Automation System Parameters using...
IRJET- Monitoring and Control of PLC based Automation System Parameters using...
 
IRJET- Health Monitoring System Based on GSM
IRJET-  	  Health Monitoring System Based on GSMIRJET-  	  Health Monitoring System Based on GSM
IRJET- Health Monitoring System Based on GSM
 
Developing Algorithm for Fault Detection and Classification for DC Motor Usin...
Developing Algorithm for Fault Detection and Classification for DC Motor Usin...Developing Algorithm for Fault Detection and Classification for DC Motor Usin...
Developing Algorithm for Fault Detection and Classification for DC Motor Usin...
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...asadnawaz62
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfme23b1001
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .Satyam Kumar
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxKartikeyaDwivedi3
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 

Recently uploaded (20)

complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdf
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptx
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 

Design of Interface Board for Medical Kiosk Based on Off-The-Shelf Platform

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 07 | June-2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 737 DESIGN OF INTERFACE BOARD FOR MEDICAL KIOSK BASED ON “OFF-THE-SHELF” PLATFORM Sanjana S1, Mr. Rathnakara S2 1M.Tech Student, Dept. of Instrumentation Technology, Sri Jayachamarajendra College of Engineering, Karnataka, India 2Assistant Professor, Dept. of Instrumentation Technology, Sri Jayachamarajendra College of Engineering, Karnataka, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract –The main aim of this paper is to describe the design of interface board that integrates different tested and pre-certified Commercial-Off-the-shelf modules such as SpO2 module, Blood Pressure module, Thermometer module, Blood Glucose module, ultrasonic sensor which measures the distance and the Load cell module for weight measurement. The Interface Board will combine the results obtained from all the modules and transfers the read data to the cloud software via the kiosk application. Key Words: Tele-medicine, Microcontroller, Vital Signs, Interface device, COTS OEM modules, Embedded System 1. INTRODUCTION In order to describe the remote delivery of health and social care using Information and Communication Telemedicine, Telecare, Telehealth, Telemonitoring and eHealth are most commonly used terms.[1][2][3][4]. IT implementation apart, innovative models of public private partnership and capacity building through technologies like Telemedicine are needed to address the challenges of access to affordable and quality healthcare in rural areas. Telemedicine employs collaborative technologies to facilitate a virtual doctor-patient encounter. Quality health care is a major concern across the world; especially in a developing country like India. Given the massive population in India, disparity in the ratio between doctors and patients makes it impossible for doctors in urban areas to meet with people in remote locations. Therefore, a medical kiosk connects the doctor to the patient, where the patient is virtually able to consult a real doctor and use the facilities inside the kiosk to have the primary diagnoses carried out[5][6][7][8]. Medical Kiosk are standalone stations equipped with biomedical devices and provide solutions to capture, store and retrieve patient details such as demographics, patient history, allergies, clinical findings, vitals and medications [8][9][12]. Readings from the medical kiosk are made available to the doctor facilitate accurate and quicker diagnosis. Since the medical kiosks are shared between patients the following criteria become more critical:  Full automation of the processes  Data security  Ease of sterilization  High reliability (including mechanical reliability) When thinking of designing such a system, it is important to have a vision of the future trends in the health care industry. Some of the key things that need to be considered are:  Flexibility and scalability to address in terms of performance, costs optimizations, availability of interfaces.  Fast prototyping to validate the key assumptions and resolve the usability problems by providing pre-integrated hardware / software solutions.  Reduction of the development costs and shortening the time-to-market.  Reduction of the BOM costs of final customized solutions. In this paper we explain about the design that meets the above mentioned features and also increase the reliability and the quality of health products by using tested and pre- certified “building blocks”[13][14]. The goal of the Interface board is to provide very basic health services and monitoring of basic health data and also to act as a bridge and the intermediate source between the COTS OEM Modules and the PC end. With invent of internet of things and more, a two way video conferencing can also be employed in the Medical Kiosk. It enables the Kiosk to measure the vital signs and provide reliable data for diagnosis [10][11]. By choosing the “off-the-shelf” platform based approach, the OEMs and medical device vendors can reduce their efforts on the custom hardware development and fully focus on value add areas of the business such as applications development. Also it can be used for diverse
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 07 | June-2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 738 devices like Patient Monitoring System, Mobile Health Unit, and Diagnostic Kiosks. 2. SYSTEM ARCHITECTURE Hardware and firmware interfacing is a very difficult task as they have different development environments, have different toolsets and use different terminology [5][11][12].The current interface board is the best example for hardware/firmware interface which is the junction where hardware and firmware meet and communicate with each other. On the hardware side, it is a collection of addressable registers that are accessible to firmware via reads and writes. On the firmware side, it is the device drivers or low-level software that controls the hardware by writing values to registers, interprets the information read from the registers and responds to interrupt requests from the hardware. Thus controlling and communicating with COTS OEM modules. The medical OEM device is designed with a custom proprietary protocol from the equipment manufacturer. The Interface Board is capable of integrating six medical OEM devices that measures eight parameters of the patient such as Height, Weight, Non-Invasive Blood Pressure, Oxygen Saturation Level, Pulse rate/Heart rate, Blood glucose, and Body temperature. Fig-1: Block Diagram of the System Level Design Fig-1 shows different blocks implemented in hardware as well as firmware design. As explained above design of the Interface Board involves the following stages in the design workflow. 1. Hardware Design; 2. Firmware Design; 2.1 Hardware Design This section gives the detailed overview of the hardware modules which are used to measure above listed parameters. First an embedded system platform where in the data from all the modules can be collected needed to be designed. In order to accept so many inputs the powerful microcontroller with ARM Cortex-M4 core 120MHz 32-bit MCU is selected. The descriptions of the OEM devices are as follows: 2.1.1 Ultrasonic Sensor HC-SR04 Ultrasonic ranging module HC - SR04 provides 2cm - 400cm non-contact measurement function, the ranging accuracy can reach to 3mm. This module is used to measure the height of the patient. Fig-2Ultrasonic ranging module HC - SR04 2.1.2 Load cell The change in resistance of the strain gauge provides an electrical value change that is calibrated to the load placed on load cell. Load cell used here can measure upto 500 Kgf. 2.1.3 SpO2 and Pulse Rate Module The module is able to measure and report SpO2 and pulse rate with identified pulse at least once per second. 2.1.4 NIBP Module When a Blood Pressure (BP) measurement is required, the command to start a blood pressure measurement is issued to the module. The module will acknowledge the Command, take a blood pressure measurement, and then return a data packet indicating that the command has been executed. 2.1.5 Glucose Module Both the modules are the systems for the determination of the total amount of glucose in whole blood respectively. The system consists of an analyzer with specially designed micro cuvettes containing dried reagents. 2.1.6 Temperature Module The module is intended to use as a measuring device for determining the patient's body temperature. It uses infrared technology allowing the user to measure the temperature without physical contact.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 07 | June-2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 739 2.2 Firmware Design Firmware is a type of software that provides control, monitoring and data manipulation in embedded systems. The firmware consists of low-level control program for the device. In this project we have considered a low level programming method known as bare metal coding/programming that is specific to the hardware used. This is often used in small devices that require optimized coding. The application layer, API defines the high level interface of the behavior and capabilities of the component and its inputs and outputs. The HAL is a hardware abstraction layer that defines a set of routines, protocols and tools for interacting with the hardware driver. The driver and board support interface with the hardware and is the lowest layer of the firmware.Fig-3shows the Firmware Stack-Up. Fig-3: Firmware Stack-Up In order to establish communication it is necessary to implement drivers like UART Driver and USB Driver. 2.2.1 Firmware Layer and Code Flow Fig- 4 briefs the Code Flow Algorithm employed in the design of Interface Board. Firstly all the UART peripherals in the K60 microcontroller are initialized by setting the clock source and the baud rate of the device connected to the corresponding UARTs. After initialization of the UARTs, the vector number and IRQ number are assigned in order to enable the interrupts. The program waits to receive the commands from the PC .Then the checksum (hexadecimal value in the defined data format to check data integrity of the incoming packets) is computed and verified with the checksum in the command. Once the checksum is verified, the user can select the OEM Module from the list. The data is read from the selected module and the same data is simply pushed to the PC application. In case of errors while reading the data from modules, error handling will be done. Fig-4: Stage wise implementation of Code Flow Algorithm 3. RESULTS AND DISCUSSION After integrating all the Off-the-shelf OEM modules with the interface board each of the parameter is measured according to the sequence given in the TABLE 3. All the parameters were successfully measured on a person using him as a test subject. The GUI designed at the PC side is given in Figure 5. Fig-5: GUI to select appropriate parameter
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 07 | June-2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 740 TABLE 1.Test Results Height of the patient is the first parameter to be measured. The program is executed in “IAR Embedded Workbench” which is written in C Programming Language. Thus all the parameters are measured and results are obtained as per the sequence after integration. 4. CONCLUSION The work presented reveals that, a system based on the “Off-the–shelf” approach of integrating various different modules is achievable. Off-the-shelf platform helps in saving a lot of time as the modules will be pre-tested and pre-certified. Also, the developer can concentrate on other value add areas. Since the powerful K60 Arm Microcontroller is used, it can communicate with 6 modules when compared to other microcontrollers. The interface board can be further utilized and optimized by adding value add features like Ethernet, Bluetooth or Zigbee, GSM mounted on board. More number of parameters can be integrated with the availability of more communication channels. The unique combination of COTS OEM Modules and microcontroller will provide efficient design for system integration and this in conjunction with Health kiosk and Patient Monitoring Systems eliminate the barrier in patient health monitoring to enhance practical health delivery. REFERENCES [1] Sanjana S, Rathnakara S,”Design of Intermediate Control and Communication Unit for Health Kiosk”, International Conference on Signal, Image Processing, Communication and Automation, ICSIPCA-17. [2] Jones, R.B.; McLachlan, “Healthpoint: a public access health information system in Current Perspectives in Health Computing”; Richards, B., Ed.; BJHC Books: Weybridge, Surrey, UK, 1990; pp. 65-69. [3] R.Srinivasan ,”Health Care in India- Vision 2020,Issues and Prospects”,whitepaper,GE Healthcare Products, December 2004. [4] V.Ramya,B.Palaniappan,Anuradha Kumari,”Embedded Patient Monitoring System”, International Journal of Embedded Systems and Applications (IJESA) Vol.1,No.2,December 2011. [5] Rajalaxmi Das,”Health Monitoring Kiosk: An effective system for rural health management”, Novateur Publications,International Journal of Innovations in Engineering Research and Sequence No. Description Measured output of the Subject Data Response (in Hex) 1 Height of the user is measured. 160 cm 02,10,A0,00,00,00,00,00,00,70, 03 2 Weight of the user is measured. 75 Kg 02,11,4B,00,00,00,00,00,00,7C, 03 3 The normal blood oxygen saturation levels (SpO2) & Pulse rate are measured. SPO2 = 96% Pulse Rate = 74 bpm 02,12,60,4A,00,00,00, 00,00,7C,03 4 The blood pressure of the user is measured non- invasively. Also the Heart rate and Mean Arterial Pressure is measured. Systolic = 116 mmHg Diastolic = 78 mmHg MAP = 90 mmHg Heart Rate = 74 bpm 02,13,74,00,4E,5A,4A, 00,00,79,03 5 Blood Sugar levels of the user are measured. 80 mg/dL 02,15,50,00,00,00,00, 00,00,37,03 6 Body Temperature of the user is measured. 37˚C 02,17,25,00,00,00, 00,00,00,5C,03
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 07 | June-2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 741 [6] Technology[IJIERT],ISSN:2394-3696,Vol. 1, Issue 2, December 2014. [7] Conor Clancey,” Employing Intel Architecture Solutions in the Home Health/Tele-Health Space”, White Paper, Intel Corporation, January 2011. [8] Agnus S.Swarnanisha Lakshmi , S.Palanivel Rajan, “Scheduled H and X Medicine Dispenser PoC Design”, Journal of Chemical and Pharmaceutical Sciences, Special Issue 8:December 2016. [9] Shyr-kuenchen, Tsairkao, Chia-Tai Chan, Chih- ninghuang, Chih-Yen Chiang, Chin-Yulai, Tse-Huatung, and Pi-Chungwang “A reliable transmission protocol for zigbee-based wireless patient monitoring” IEEE transactions on information technology in biomedicine, vol. 16, no. 1, January 2012 . [10] Ahmed N. Abdalla, Muhammad Nubli, Tan ChienSiong, FauzanKhairi, A. Noraziah, “Enhancement of real time multi-patient monitoring system based on wireless sensor networks”, International Journal of Physical Sciences, vol. 6, no. 4, February, 2011. [11] C.D. Raut, V. G. Giripunje, “The Real-Time Monitoring System for In-Patient Based on Biomedical Data Acquisition System”, International Conference on Information and Network Technology,IACSIT Press, Singapore,2011. [12] Piyush Goel,Sanjay Bansal,”Health ATM, Any time Medical-Help”,International Conference on Life Sciences and Technology,IPCBEE,Volume 3,IACSIT Press,Singapore,2011. [13] Taha Landolsi , A. R. Al-Ali and Yousef Al-Assaf, “Wireless Stand-alone Portable Patient Monitoring and Logging System”, Journal of Communications, Vol. 2, No. 4, June 2007. [14] R.S. Khandpur, ”Handbook of Biomedical Instrumentation”, 3rd Edition,TMH,2014.