SlideShare a Scribd company logo
1 of 8
Download to read offline
International Journal of VLSI design & Communication Systems (VLSICS) Vol.6, No.1, February 2015
DOI : 10.5121/vlsic.2015.6101 1
TRACKING CANCER PATIENTS MEDICAL
HISTORY USING WIRELESS EMERGING
TECHNOLOGY : NEAR FIELD
COMMUNICATION
Shivang Bhagat, Darshana Upadhyay and Parita Oza
Department of Computer Science and Engineering
Nirma Institute of Technology, Ahmedabad, India
ABSTRACT
The principal objective of this paper is to present an effective solution for storing and retrieving a cancer
patient’s medical history in hospitals, clinics and wherever else need be. We have used latest technologies
like Near Field Communication (NFC) as a medium for communication, MySQL server for storing the
database i.e. EHR (Electronic Health Record) of patients and lastly an Android application which will
provide the interface for the same.
KEYWORDS
NFC, Android, API, NDEF, RFID
1. INTRODUCTION
The main aim of this paper is to present an effective solution for storing and retrieving medical
history for cancer patients. History or EHR contains patient’s details like his/her name, address,
social and economic background, symptoms, previous medication and treatments [1]. Currently
case file system is used almost everywhere. These case files create paper waste and they are also
difficult to manage. We have created an Android application for the above problem. We will
digitalize the hard copy system. We have created an application that will use NFC reader of the
Smartphone to scan the identification number of the patient when they visit the hospital. The
information would be stored in the database. Whenever the tag is scanned the history would be
fetched from the database by running a PHP script on the server.
Near field communication (NFC) is a wireless protocol for short range communication. It works
on radio frequency, 13.56MHz to be precise. Battery less NFC tags are available which can be
used for storing data. Smartphones are equipped with NFC reader and writer, which can be used
to send and receive data stored in the tags. Tags are rewritable and can store up to 4096 bytes of
data. Smartphone reader and the tags use magnetic induction as carrier field. Here the smartphone
provides a carrier field and the tag replies back by modulating the signal. The tag gets its power
from the electromagnetic field that is generated by the smartphone reader and replies back with
the data it contains.
International Journal of VLSI design & Communication Systems (VLSICS) Vol.6, No.1, February 2015
2
1.1 Smartphone automation and NFC tags
NFC enabled smartphones can exchange data with NFC Tags or stickers. The application can be
programmed to trigger some event or command when a tag comes in contact with it [2]. This is
the most interesting application of an NFC enabled smartphone. Android has NFC API to ease
our task to create applications [2]. We have used the nTag 203 which supports NDEF (NFC Data
Exchange Format) and has a maximum data capacity of 256 bytes. The tag receives
electromagnetic energy from the smartphone’s reader/writer. After that the data transfer takes
place between tag and the smartphone.
The working of NFC tag and smartphone is shown in the following figure.
Figure 1. Tag and Smartphone communication
Presently, paper based case file system of history registration is carried out in hospitals across the
world [13]. These case files are then passed on to nurses of different shifts. As humans are prone
to errors, updating of records repeatedly manually may lead to blunders. Hospitals in India use
the age old case file system in which every patient has a file which has details of their ailments,
their diagnosis and the medicines/treatment prescribed by the doctor. The manual work in this
system becomes a burden and increases possibilities of mistakes. When the patients come to a
clinic/hospital for medical aid their details like personal details, contact number, symptoms,
referring physician, identification number, etc. are stored manually. Afterwards, after the doctor
checks the patient and prescribes the treatment [9]. That treatment is recorded in the file. This
type of technique is very undesirable as it is prone to human errors. So this asks for an automatic
health recording system which decreases the possibility [10]. This reduces errors by a significant
rate [3]. These systems are costly and small hospitals can’t afford it [14].
Both one dimension and two dimension techniques of automatic identification have been
described here [9]. They [1] are:
i. Graphic based cards
ii. RFID identifiers
1.1.1. Graphic Codes
Bar codes are used wherein parallel lines are used to store identification number. These are one
and two dimension codes to identify a patient. Present hospitals which use these codes are
described below:
International Journal of VLSI design & Communication Systems (VLSICS) Vol.6, No.1, February 2015
3
1. Bar code based verification of patients is done in Houston’s "Methodist Hospital
System". It has an online database named "MethOD" (medical records database). They
are proposing an update to this system by having 2-D code system [4].
2. The Joint Commission on Accreditation of Healthcare Organizations (JCAHO) has
initiated the idea of bar codes. A patient needs to wear a bar code printed bracelet in
order to verify his identity [5].
3. Addenbrooke's Hospital in Cambridge uses 2D for patients [6]. the patient there have a 2-
D bracelet on their wrist where the personal details are stored.
Stickers are available that have Bar codes and tags inside them. Problem with the bar code is that
they tend to fade after sometime and a need to replace them arise. This problem is not pertaining
in Rfid and NFC tags.
Bar code, QR code and Rfid tag can be seen in the figure below
Figure 2. QR code, BAR code and RFID tag
1.1.2. Radio Frequency Identifiers
Radio Frequency Identification (RFID) technology can be used to identify patients automatically
by giving them RIFD tags. The tags will then have a unique identification number (UIN) which is
transmitted to the reader whenever required [6]. It has been implemented in some hospitals as
follows:
1. Hospital Information System (HIS) integrated RFID system was implemented in
Taichung Hospital in Taiwan employed system that used RFID. [7].
2. RFID chips were employed to store surgical information in the Orthopaedic Institute of
Palm Beach called "SurgiChip". [8]. Whenever a patient is admitted a tag is generated for
their patient and his/her surgery details are stored in the tag. Later on, at the time of
surgery the details are verified by the surgeon.
2. SYSTEM DESIGN AND ARCHITECTURE
We have created an Android application for retrieving history from the database. Application
would communicate with the tag whenever it is brought within a specific range. The tag would
contain the patient’s ID. Then this ID is scanned by the NFC reader of the smartphone. By
embedding this ID in the URL, with “get” method we request the server to run a PHP script. This
International Journal of VLSI design & Communication Systems (VLSICS) Vol.6, No.1, February 2015
4
PHP script will fetch all the data associated with that patient, will encode it into JSON format and
then it sends it back to the smartphone. Now our application will receive the JSON object and
will parse the encoded data to strings. These strings will get displayed to the Doctor.
The android application i.e. the front end will have the following functions:
1. Write to the tag
2. Read from the tag
3. Request data from server with the tag ID
4. Parse the data that is obtained from the database
The server i.e. the back end will do the following:
1. Get the tag id from the URL
2. Fetch the associated data from database by the tag ID
3. Encode the data in JSON
4. Send the JSON object back to the application
Flowchart of our design is shown in the below figure 1.
Figure 3. Flowchart of process
Our application would have the details about the cancer patient as given in table 1.
International Journal of VLSI design & Communication Systems (VLSICS) Vol.6, No.1, February 2015
5
Table 1: History of cancer patient
BASIC INFORMATION NAME
SEX
SOCIO ECONOMIC STATUS
COMPLAINTS
DURATION
CANCER TYPE
SITE
PRIMARY TESTS CBC (hb,tc,pc)
HIV/HCV
HISTOPATHOLOGICAL/BIOPSY/FINE NEEDLE ASPIRATION
CYTOLOGY
LIVER/RENAL FUNCTION TEST
PROTHROMBIN TEST/ACTIVATED PARTIAL
THROMBOPLASTIN TIME
CHEST X-RAY
CT SCAN/MRI,PET-CT,SCOPY RELATED TO SITE
LOCAL EXAMINATION OF
CANCER SITE
SCOPY
EXAMINATION UNDER ANAESTHESIA
MANUAL EXAMINATION
TREATMENT CHEMOTHERAPY
SURGERY
IMMUNOTHERAPY
RADIOTHERAPY
HORMONAL THERAPY
We have used Eclipse and ADT for android application development. XAMPP to create a local
server on my machine that could store the database and could run PHP scripts on it. NFC enabled
smartphone for testing. The smartphone can be placed on the door and it would be connected to
the server via wireless network. Patients will be provided with tags when they first visit the
hospital and then they will get a unique identification number (UIN). If they visit again they need
to only carry the tag with them. On the physical part we need to have NFC tags, Smartphones
(NFC supported) and a server.
A screenshot of the application is given in figure 3. It shows the ID in the tag read by the NFC
reader of smartphone. When the button is clicked a list view containing history of that respective
ID is displayed.
International Journal of VLSI design & Communication Systems (VLSICS) Vol.6, No.1, February 2015
6
Figure 4. Request data from server with the tag ID
Figure 5. Screenshot from application to get history and displaying history
3. RESULT AND ANALYSIS
The main benefits of using NFC tag for patient identification system are:
1. Eliminating the paper based documentation work: As we are using NFC tags and
smartphones to view medical history there is no use of paper in our design.
2. Automation: Whenever the tag is scanned and “get history” button is pressed then the
application does its work and gets the patient’s history.
3. Increase in efficiency: We are speeding up the process of accessing the patient’s database
which was previously in form of files.
4. Decrease in manual work: Currently when any doctor needs to access a patient’s previous
data, he needs to have their file. Moreover, another person is required for managing this
process. However, that’s not a problem anymore.
5. Tags can be used in any hospital: If we can somehow centralise the database across
hospitals, then only one NFC tag is needed for a patient who needs to change the
hospital.
International Journal of VLSI design & Communication Systems (VLSICS) Vol.6, No.1, February 2015
7
6. No need to carry heavy files of results: Results can be made digitally available in the
database after the tests, thereby diminishing the possibilities of tampering with them.
7. Reduce doctor’s time to check patient’s profile: Some people don’t have legible
handwriting, which becomes tough to crack sometimes. Digitalization solves that issue.
8. Backup is easy: Backing up database is easy as you have many methods for server
backups.
9. Accurate and reliable: To err is human, and so we are digitalizing to reduce human errors
occurring in data collection and management.
10. NFC standard covers various data exchange formats: This is to increase compatibility
between different types of tags. We are using NDEF.
Radio frequency would not work only in small space as it is short range [11]. Nevertheless, it is
advantageous because it does not interfere with other wireless devices [12].
4. CONCLUSION AND FUTURE WORK
In this paper, we have described the architecture that can be used for storing patient’s medical
history with the help of NFC tags and smartphones. This design can be used anywhere from small
clinics to multi-specialty hospitals. In large hospitals, several doctors treat a patient and so this
technique can overcome any human errors that can happen in updating the patient’s details.
Finally, we can also provide this information online so that different doctors can analyse patients
from home. If there are any complexities with some patient then a doctor can consult other
experts from that field. It can be said that the NFC based patient history tracking system is better
than the current systems.
In future, we can integrate the update module to our application, which means that we can update
the patient’s data directly from our application and not from the desk of a machine. Later we can
also add voice enabled data updating feature, which recognizes voice of the doctor and adds
information to the server as he asks the patient about his symptoms. We can also add the patient’s
whole data if we encrypt the data and store it onto the tag itself [2].
REFERENCES
[1] M. K. H. Rebeca I. García-Betances, "A Review of Automatic Patient Identification Options for
Public Health Care Centers with," Online Journal of Public Health Informatics, vol. 4, no. 1, 2012.
[2] G. D. D. L. N. V. R. F. A. K. L. S. Adam Marcus, "Using NFC-enabled Mobile Phones for Public," in
First International Workshop on Near Field Communication , IEEE, 2009.
[3] D. B. T. Devendran A, "Mobile healthcare- proposed NFC architecture," international journal of
scientific and research publications, vol. 2, no. 1, pp. 61-64, january 2012.
[4] K. O. B. O. Vedant Coskun, Professional NFC application development for android, Wiley.
[5] M. S. B. P. C. P. D. M. Frisch P, "Patient Centric Identification and Association," in IEEE
Engineering in Medicine and Biology Society (EMBS), 2009.
[6] T. M. H. System, "ID Solutions for Healthcare," 2008. [Online]. Available: www.general-
data.com/healthcare. [Accessed january 2012].
[7] "Bar Code Technology Saves Money and Lives in Health Care Applications," [Online]. Available:
www.isdweb.com. [Accessed january 2012].
[8] "Positive Patient Identification Wristband Solutions, SATO Healthcare ID Solutions," [Online].
Available: www.satoeurope.com. [Accessed january 2012].
[9] P. D, "Emerging Technologies: Healthcare applications of RF identification," IEEE Engineering in
Medicine and Biology Magazine, pp. 77-83, 25 march 2006.
International Journal of VLSI design &
[10] C. S.-W. C. L.-H. C. S.-C. F. K. Lai C
Inpatients Using RFID," in PICMET, oregon, 2007.
[11] F. P. M. S. Booth P, "Application of RFID in an Integrated Healthcare Environment," in IEEE
Engineering in Medicine and Biology Society (EMBS), 2006.
[12] D. B. F. M. M. R. Laskowski M, "Uncertainties Inherent to RFID Tracking Systems in an Emergency
Department," in IEEE Workshop on Health Care Management (WHCM), 2010.
[13] C. G. M. E. T. M. B. P. Censi F, "RFID in Healthcare Environment: Electromagnetic Compatibility
Regulatory Issues," in 32nd Annual Int. Conf. IEEE Engineering in Medicine and Biology S
(EMBS), 2010.
[14] C. S. Z. L. K. A. Zalzala A, "Healthcare technologies in developing," in IEEE GCC Conf. and
Exhibition, 2011.
AUTHORS
Shivang Bhagat
Scholar graduate
Institute of Technology
Nirma University
Darshana Upadhyay
Designation: Assistant Professor
Institute of Technology
Nirma University
Parita Oza
Designation: Assistant Professor
Institute of Technology
Nirma University
International Journal of VLSI design & Communication Systems (VLSICS) Vol.6, No.1, February 2015
C. F. K. Lai C-L, "Enhancing Medication Safety and Healthcare for
Inpatients Using RFID," in PICMET, oregon, 2007.
F. P. M. S. Booth P, "Application of RFID in an Integrated Healthcare Environment," in IEEE
Engineering in Medicine and Biology Society (EMBS), 2006.
D. B. F. M. M. R. Laskowski M, "Uncertainties Inherent to RFID Tracking Systems in an Emergency
rtment," in IEEE Workshop on Health Care Management (WHCM), 2010.
C. G. M. E. T. M. B. P. Censi F, "RFID in Healthcare Environment: Electromagnetic Compatibility
Regulatory Issues," in 32nd Annual Int. Conf. IEEE Engineering in Medicine and Biology S
C. S. Z. L. K. A. Zalzala A, "Healthcare technologies in developing," in IEEE GCC Conf. and
Assistant Professor
Designation: Assistant Professor
Communication Systems (VLSICS) Vol.6, No.1, February 2015
8
L, "Enhancing Medication Safety and Healthcare for
F. P. M. S. Booth P, "Application of RFID in an Integrated Healthcare Environment," in IEEE
D. B. F. M. M. R. Laskowski M, "Uncertainties Inherent to RFID Tracking Systems in an Emergency
C. G. M. E. T. M. B. P. Censi F, "RFID in Healthcare Environment: Electromagnetic Compatibility
Regulatory Issues," in 32nd Annual Int. Conf. IEEE Engineering in Medicine and Biology Society
C. S. Z. L. K. A. Zalzala A, "Healthcare technologies in developing," in IEEE GCC Conf. and

More Related Content

What's hot

IRJET - IoT Based Smart Ambulance with Information Extraction and Traffic...
IRJET -  	  IoT Based Smart Ambulance with Information Extraction and Traffic...IRJET -  	  IoT Based Smart Ambulance with Information Extraction and Traffic...
IRJET - IoT Based Smart Ambulance with Information Extraction and Traffic...IRJET Journal
 
IRJET- An Android Application for Blood and Organ Donation Management
IRJET-  	  An Android Application for Blood and Organ Donation ManagementIRJET-  	  An Android Application for Blood and Organ Donation Management
IRJET- An Android Application for Blood and Organ Donation ManagementIRJET Journal
 
IRJET- EMR using RFID Technology
IRJET- EMR using RFID TechnologyIRJET- EMR using RFID Technology
IRJET- EMR using RFID TechnologyIRJET Journal
 
IOT Based projects for ECE/CSE/IT Students at SLN Technologies Chennai
IOT Based projects for ECE/CSE/IT Students at SLN Technologies ChennaiIOT Based projects for ECE/CSE/IT Students at SLN Technologies Chennai
IOT Based projects for ECE/CSE/IT Students at SLN Technologies ChennaiSLN Technologies - Chennai
 
RFID Based Smart Class Attendance System with Absentees using Face verification
RFID Based Smart Class Attendance System with Absentees using Face verificationRFID Based Smart Class Attendance System with Absentees using Face verification
RFID Based Smart Class Attendance System with Absentees using Face verificationAssociate Professor in VSB Coimbatore
 
Health care application system using io t
Health care application system using io tHealth care application system using io t
Health care application system using io tIJARIIT
 
Mobile Based Doctor-Patient Consultation Application [E-Clinic]
Mobile Based Doctor-Patient Consultation Application [E-Clinic]Mobile Based Doctor-Patient Consultation Application [E-Clinic]
Mobile Based Doctor-Patient Consultation Application [E-Clinic]NahidHasanSany
 
Perceptive planning for smart healthcare system through the internet of things
Perceptive planning for smart healthcare system through the internet of thingsPerceptive planning for smart healthcare system through the internet of things
Perceptive planning for smart healthcare system through the internet of thingsDr. Raghavendra GS
 
EXTEMPORIZING HEALTHCARE USING SMART FABRIC
EXTEMPORIZING HEALTHCARE USING SMART FABRICEXTEMPORIZING HEALTHCARE USING SMART FABRIC
EXTEMPORIZING HEALTHCARE USING SMART FABRICAM Publications,India
 
IRJET - Real Time Face Recognition in Electronic Voting System using RFID and...
IRJET - Real Time Face Recognition in Electronic Voting System using RFID and...IRJET - Real Time Face Recognition in Electronic Voting System using RFID and...
IRJET - Real Time Face Recognition in Electronic Voting System using RFID and...IRJET Journal
 
IRJET- Smart ICU using IoT
IRJET- Smart ICU using IoTIRJET- Smart ICU using IoT
IRJET- Smart ICU using IoTIRJET Journal
 
IRJET - Patient Health Monitoring System using IoT
IRJET - Patient Health Monitoring System using IoTIRJET - Patient Health Monitoring System using IoT
IRJET - Patient Health Monitoring System using IoTIRJET Journal
 
IRJET- Authorization for Wearable Biomedical Gadgets Monitoring System
IRJET- Authorization for Wearable Biomedical Gadgets Monitoring SystemIRJET- Authorization for Wearable Biomedical Gadgets Monitoring System
IRJET- Authorization for Wearable Biomedical Gadgets Monitoring SystemIRJET Journal
 
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
 
KARE – A Patent Protected AI based Technology into Hospital and Healthcare
KARE – A Patent Protected AI based Technology into Hospital and Healthcare KARE – A Patent Protected AI based Technology into Hospital and Healthcare
KARE – A Patent Protected AI based Technology into Hospital and Healthcare IIJSRJournal
 

What's hot (20)

IRJET - IoT Based Smart Ambulance with Information Extraction and Traffic...
IRJET -  	  IoT Based Smart Ambulance with Information Extraction and Traffic...IRJET -  	  IoT Based Smart Ambulance with Information Extraction and Traffic...
IRJET - IoT Based Smart Ambulance with Information Extraction and Traffic...
 
IRJET- An Android Application for Blood and Organ Donation Management
IRJET-  	  An Android Application for Blood and Organ Donation ManagementIRJET-  	  An Android Application for Blood and Organ Donation Management
IRJET- An Android Application for Blood and Organ Donation Management
 
Smart India Hackathon
Smart India HackathonSmart India Hackathon
Smart India Hackathon
 
IRJET- EMR using RFID Technology
IRJET- EMR using RFID TechnologyIRJET- EMR using RFID Technology
IRJET- EMR using RFID Technology
 
IOT Based projects for ECE/CSE/IT Students at SLN Technologies Chennai
IOT Based projects for ECE/CSE/IT Students at SLN Technologies ChennaiIOT Based projects for ECE/CSE/IT Students at SLN Technologies Chennai
IOT Based projects for ECE/CSE/IT Students at SLN Technologies Chennai
 
RFID Based Smart Class Attendance System with Absentees using Face verification
RFID Based Smart Class Attendance System with Absentees using Face verificationRFID Based Smart Class Attendance System with Absentees using Face verification
RFID Based Smart Class Attendance System with Absentees using Face verification
 
Health care application system using io t
Health care application system using io tHealth care application system using io t
Health care application system using io t
 
Mobile Based Doctor-Patient Consultation Application [E-Clinic]
Mobile Based Doctor-Patient Consultation Application [E-Clinic]Mobile Based Doctor-Patient Consultation Application [E-Clinic]
Mobile Based Doctor-Patient Consultation Application [E-Clinic]
 
Perceptive planning for smart healthcare system through the internet of things
Perceptive planning for smart healthcare system through the internet of thingsPerceptive planning for smart healthcare system through the internet of things
Perceptive planning for smart healthcare system through the internet of things
 
EXTEMPORIZING HEALTHCARE USING SMART FABRIC
EXTEMPORIZING HEALTHCARE USING SMART FABRICEXTEMPORIZING HEALTHCARE USING SMART FABRIC
EXTEMPORIZING HEALTHCARE USING SMART FABRIC
 
Sih old
Sih oldSih old
Sih old
 
PATIENT DRIVEN ELECTRONIC HEALTH RECORD USING BLOCK CHAIN
PATIENT DRIVEN ELECTRONIC HEALTH RECORD  USING BLOCK CHAINPATIENT DRIVEN ELECTRONIC HEALTH RECORD  USING BLOCK CHAIN
PATIENT DRIVEN ELECTRONIC HEALTH RECORD USING BLOCK CHAIN
 
New ppt
New pptNew ppt
New ppt
 
IRJET - Real Time Face Recognition in Electronic Voting System using RFID and...
IRJET - Real Time Face Recognition in Electronic Voting System using RFID and...IRJET - Real Time Face Recognition in Electronic Voting System using RFID and...
IRJET - Real Time Face Recognition in Electronic Voting System using RFID and...
 
IRJET- Smart ICU using IoT
IRJET- Smart ICU using IoTIRJET- Smart ICU using IoT
IRJET- Smart ICU using IoT
 
IRJET - Patient Health Monitoring System using IoT
IRJET - Patient Health Monitoring System using IoTIRJET - Patient Health Monitoring System using IoT
IRJET - Patient Health Monitoring System using IoT
 
IRJET- Authorization for Wearable Biomedical Gadgets Monitoring System
IRJET- Authorization for Wearable Biomedical Gadgets Monitoring SystemIRJET- Authorization for Wearable Biomedical Gadgets Monitoring System
IRJET- Authorization for Wearable Biomedical Gadgets Monitoring System
 
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
 
28 cej-3201.f
28 cej-3201.f28 cej-3201.f
28 cej-3201.f
 
KARE – A Patent Protected AI based Technology into Hospital and Healthcare
KARE – A Patent Protected AI based Technology into Hospital and Healthcare KARE – A Patent Protected AI based Technology into Hospital and Healthcare
KARE – A Patent Protected AI based Technology into Hospital and Healthcare
 

Viewers also liked

Design of a novel current balanced voltage controlled delay element
Design of a novel current balanced voltage controlled delay elementDesign of a novel current balanced voltage controlled delay element
Design of a novel current balanced voltage controlled delay elementVLSICS Design
 
ANALYSIS OF SMALL-SIGNAL PARAMETERS OF 2-D MODFET WITH POLARIZATION EFFECTS F...
ANALYSIS OF SMALL-SIGNAL PARAMETERS OF 2-D MODFET WITH POLARIZATION EFFECTS F...ANALYSIS OF SMALL-SIGNAL PARAMETERS OF 2-D MODFET WITH POLARIZATION EFFECTS F...
ANALYSIS OF SMALL-SIGNAL PARAMETERS OF 2-D MODFET WITH POLARIZATION EFFECTS F...VLSICS Design
 
DESIGN OF PARITY PRESERVING LOGIC BASED FAULT TOLERANT REVERSIBLE ARITHMETIC ...
DESIGN OF PARITY PRESERVING LOGIC BASED FAULT TOLERANT REVERSIBLE ARITHMETIC ...DESIGN OF PARITY PRESERVING LOGIC BASED FAULT TOLERANT REVERSIBLE ARITHMETIC ...
DESIGN OF PARITY PRESERVING LOGIC BASED FAULT TOLERANT REVERSIBLE ARITHMETIC ...VLSICS Design
 
An operational amplifier with recycling folded cascode topology and adaptive ...
An operational amplifier with recycling folded cascode topology and adaptive ...An operational amplifier with recycling folded cascode topology and adaptive ...
An operational amplifier with recycling folded cascode topology and adaptive ...VLSICS Design
 
Vlsics040307DESIGN AND IMPLEMENTATION OF CAR PARKING SYSTEM ON FPGA
Vlsics040307DESIGN AND IMPLEMENTATION OF CAR PARKING SYSTEM ON FPGAVlsics040307DESIGN AND IMPLEMENTATION OF CAR PARKING SYSTEM ON FPGA
Vlsics040307DESIGN AND IMPLEMENTATION OF CAR PARKING SYSTEM ON FPGAVLSICS Design
 
EVALUATION OF OPTICALLY ILLUMINATED MOSFET CHARACTERISTICS BY TCAD SIMULATION
EVALUATION OF OPTICALLY ILLUMINATED MOSFET  CHARACTERISTICS BY TCAD SIMULATIONEVALUATION OF OPTICALLY ILLUMINATED MOSFET  CHARACTERISTICS BY TCAD SIMULATION
EVALUATION OF OPTICALLY ILLUMINATED MOSFET CHARACTERISTICS BY TCAD SIMULATIONVLSICS Design
 
An efficient multi resolution filter bank based on da based multiplication
An efficient multi resolution filter bank based on da based multiplicationAn efficient multi resolution filter bank based on da based multiplication
An efficient multi resolution filter bank based on da based multiplicationVLSICS Design
 
A DAPTIVE S UPPLY V OLTAGE M ANAGEMENT F OR L OW P OWER L OGIC C IRCU...
A DAPTIVE  S UPPLY  V OLTAGE  M ANAGEMENT  F OR  L OW  P OWER  L OGIC  C IRCU...A DAPTIVE  S UPPLY  V OLTAGE  M ANAGEMENT  F OR  L OW  P OWER  L OGIC  C IRCU...
A DAPTIVE S UPPLY V OLTAGE M ANAGEMENT F OR L OW P OWER L OGIC C IRCU...VLSICS Design
 
ANALOG MODELING OF RECURSIVE ESTIMATOR DESIGN WITH FILTER DESIGN MODEL
ANALOG MODELING OF RECURSIVE ESTIMATOR DESIGN WITH FILTER DESIGN MODELANALOG MODELING OF RECURSIVE ESTIMATOR DESIGN WITH FILTER DESIGN MODEL
ANALOG MODELING OF RECURSIVE ESTIMATOR DESIGN WITH FILTER DESIGN MODELVLSICS Design
 
A NEW LOW VOLTAGE P-MOS BULK DRIVEN CURRENT MIRROR CIRCUIT
A NEW LOW VOLTAGE P-MOS BULK DRIVEN CURRENT MIRROR CIRCUITA NEW LOW VOLTAGE P-MOS BULK DRIVEN CURRENT MIRROR CIRCUIT
A NEW LOW VOLTAGE P-MOS BULK DRIVEN CURRENT MIRROR CIRCUITVLSICS Design
 
Energy Efficient Full Adder Cell Design with Using Carbon Nanotube Field Effe...
Energy Efficient Full Adder Cell Design with Using Carbon Nanotube Field Effe...Energy Efficient Full Adder Cell Design with Using Carbon Nanotube Field Effe...
Energy Efficient Full Adder Cell Design with Using Carbon Nanotube Field Effe...VLSICS Design
 
DESIGN AND PERFORMANCE ANALYSIS OF ZBT SRAM CONTROLLER
DESIGN AND PERFORMANCE ANALYSIS OF ZBT SRAM CONTROLLERDESIGN AND PERFORMANCE ANALYSIS OF ZBT SRAM CONTROLLER
DESIGN AND PERFORMANCE ANALYSIS OF ZBT SRAM CONTROLLERVLSICS Design
 
Dynamic floating output stage for low power buffer amplifier for lcd application
Dynamic floating output stage for low power buffer amplifier for lcd applicationDynamic floating output stage for low power buffer amplifier for lcd application
Dynamic floating output stage for low power buffer amplifier for lcd applicationVLSICS Design
 

Viewers also liked (17)

Design of a novel current balanced voltage controlled delay element
Design of a novel current balanced voltage controlled delay elementDesign of a novel current balanced voltage controlled delay element
Design of a novel current balanced voltage controlled delay element
 
ANALYSIS OF SMALL-SIGNAL PARAMETERS OF 2-D MODFET WITH POLARIZATION EFFECTS F...
ANALYSIS OF SMALL-SIGNAL PARAMETERS OF 2-D MODFET WITH POLARIZATION EFFECTS F...ANALYSIS OF SMALL-SIGNAL PARAMETERS OF 2-D MODFET WITH POLARIZATION EFFECTS F...
ANALYSIS OF SMALL-SIGNAL PARAMETERS OF 2-D MODFET WITH POLARIZATION EFFECTS F...
 
DESIGN OF PARITY PRESERVING LOGIC BASED FAULT TOLERANT REVERSIBLE ARITHMETIC ...
DESIGN OF PARITY PRESERVING LOGIC BASED FAULT TOLERANT REVERSIBLE ARITHMETIC ...DESIGN OF PARITY PRESERVING LOGIC BASED FAULT TOLERANT REVERSIBLE ARITHMETIC ...
DESIGN OF PARITY PRESERVING LOGIC BASED FAULT TOLERANT REVERSIBLE ARITHMETIC ...
 
An operational amplifier with recycling folded cascode topology and adaptive ...
An operational amplifier with recycling folded cascode topology and adaptive ...An operational amplifier with recycling folded cascode topology and adaptive ...
An operational amplifier with recycling folded cascode topology and adaptive ...
 
Elements to Consider When Checking Onsite and Offsite Factors
Elements to Consider When Checking Onsite and Offsite FactorsElements to Consider When Checking Onsite and Offsite Factors
Elements to Consider When Checking Onsite and Offsite Factors
 
The Road to Traffic Attraction
The Road to Traffic AttractionThe Road to Traffic Attraction
The Road to Traffic Attraction
 
Words of Wisdom From SEO
Words of Wisdom From SEOWords of Wisdom From SEO
Words of Wisdom From SEO
 
Vlsics040307DESIGN AND IMPLEMENTATION OF CAR PARKING SYSTEM ON FPGA
Vlsics040307DESIGN AND IMPLEMENTATION OF CAR PARKING SYSTEM ON FPGAVlsics040307DESIGN AND IMPLEMENTATION OF CAR PARKING SYSTEM ON FPGA
Vlsics040307DESIGN AND IMPLEMENTATION OF CAR PARKING SYSTEM ON FPGA
 
EVALUATION OF OPTICALLY ILLUMINATED MOSFET CHARACTERISTICS BY TCAD SIMULATION
EVALUATION OF OPTICALLY ILLUMINATED MOSFET  CHARACTERISTICS BY TCAD SIMULATIONEVALUATION OF OPTICALLY ILLUMINATED MOSFET  CHARACTERISTICS BY TCAD SIMULATION
EVALUATION OF OPTICALLY ILLUMINATED MOSFET CHARACTERISTICS BY TCAD SIMULATION
 
An efficient multi resolution filter bank based on da based multiplication
An efficient multi resolution filter bank based on da based multiplicationAn efficient multi resolution filter bank based on da based multiplication
An efficient multi resolution filter bank based on da based multiplication
 
A DAPTIVE S UPPLY V OLTAGE M ANAGEMENT F OR L OW P OWER L OGIC C IRCU...
A DAPTIVE  S UPPLY  V OLTAGE  M ANAGEMENT  F OR  L OW  P OWER  L OGIC  C IRCU...A DAPTIVE  S UPPLY  V OLTAGE  M ANAGEMENT  F OR  L OW  P OWER  L OGIC  C IRCU...
A DAPTIVE S UPPLY V OLTAGE M ANAGEMENT F OR L OW P OWER L OGIC C IRCU...
 
ANALOG MODELING OF RECURSIVE ESTIMATOR DESIGN WITH FILTER DESIGN MODEL
ANALOG MODELING OF RECURSIVE ESTIMATOR DESIGN WITH FILTER DESIGN MODELANALOG MODELING OF RECURSIVE ESTIMATOR DESIGN WITH FILTER DESIGN MODEL
ANALOG MODELING OF RECURSIVE ESTIMATOR DESIGN WITH FILTER DESIGN MODEL
 
A NEW LOW VOLTAGE P-MOS BULK DRIVEN CURRENT MIRROR CIRCUIT
A NEW LOW VOLTAGE P-MOS BULK DRIVEN CURRENT MIRROR CIRCUITA NEW LOW VOLTAGE P-MOS BULK DRIVEN CURRENT MIRROR CIRCUIT
A NEW LOW VOLTAGE P-MOS BULK DRIVEN CURRENT MIRROR CIRCUIT
 
Energy Efficient Full Adder Cell Design with Using Carbon Nanotube Field Effe...
Energy Efficient Full Adder Cell Design with Using Carbon Nanotube Field Effe...Energy Efficient Full Adder Cell Design with Using Carbon Nanotube Field Effe...
Energy Efficient Full Adder Cell Design with Using Carbon Nanotube Field Effe...
 
DESIGN AND PERFORMANCE ANALYSIS OF ZBT SRAM CONTROLLER
DESIGN AND PERFORMANCE ANALYSIS OF ZBT SRAM CONTROLLERDESIGN AND PERFORMANCE ANALYSIS OF ZBT SRAM CONTROLLER
DESIGN AND PERFORMANCE ANALYSIS OF ZBT SRAM CONTROLLER
 
Dynamic floating output stage for low power buffer amplifier for lcd application
Dynamic floating output stage for low power buffer amplifier for lcd applicationDynamic floating output stage for low power buffer amplifier for lcd application
Dynamic floating output stage for low power buffer amplifier for lcd application
 
Cool 404 error pages
Cool 404 error pagesCool 404 error pages
Cool 404 error pages
 

Similar to Tracking cancer patients medical history using wireless emerging technology near field communication

SPHMS : Smart Patient m-Healthcare Monitoring System with NFC and IOT
SPHMS : Smart Patient m-Healthcare Monitoring System with NFC and IOTSPHMS : Smart Patient m-Healthcare Monitoring System with NFC and IOT
SPHMS : Smart Patient m-Healthcare Monitoring System with NFC and IOTEditor IJCATR
 
peer reviewed journals
 peer reviewed journals  peer reviewed journals
peer reviewed journals akhila1001
 
Building a Smart Hospital using RFID technologiesPatrik Fu.docx
Building a Smart Hospital using RFID technologiesPatrik Fu.docxBuilding a Smart Hospital using RFID technologiesPatrik Fu.docx
Building a Smart Hospital using RFID technologiesPatrik Fu.docxhartrobert670
 
IoT Health Monitoring with Voice Recognized Prescription
IoT Health Monitoring with Voice Recognized PrescriptionIoT Health Monitoring with Voice Recognized Prescription
IoT Health Monitoring with Voice Recognized PrescriptionIRJET Journal
 
Interenet of Things Based Cloud for Healthcare Network
Interenet of Things Based Cloud for Healthcare NetworkInterenet of Things Based Cloud for Healthcare Network
Interenet of Things Based Cloud for Healthcare NetworkIstabraq M. Al-Joboury
 
A UHF Radio Frequency Identification (RFID) System For Healthcare Design And...
A UHF Radio Frequency Identification (RFID) System For Healthcare  Design And...A UHF Radio Frequency Identification (RFID) System For Healthcare  Design And...
A UHF Radio Frequency Identification (RFID) System For Healthcare Design And...Jeff Nelson
 
Android Based Patient Health Monitoring System
Android Based Patient Health Monitoring SystemAndroid Based Patient Health Monitoring System
Android Based Patient Health Monitoring SystemIRJET Journal
 
IoT Based Patient Monitoring System
IoT Based Patient Monitoring SystemIoT Based Patient Monitoring System
IoT Based Patient Monitoring SystemIRJET Journal
 
IRJET- Survey Paper on NFC based Data Retrieval
IRJET- Survey Paper on NFC based Data Retrieval IRJET- Survey Paper on NFC based Data Retrieval
IRJET- Survey Paper on NFC based Data Retrieval IRJET Journal
 
A novel integrated approach for handling anomalies in RFID data
A novel integrated approach for handling anomalies in RFID dataA novel integrated approach for handling anomalies in RFID data
A novel integrated approach for handling anomalies in RFID dataijujournal
 
A novel integrated approach for handling anomalies in RFID data
A novel integrated approach for handling anomalies in RFID dataA novel integrated approach for handling anomalies in RFID data
A novel integrated approach for handling anomalies in RFID dataijujournal
 
Implementation of IOT based Student Healthcare Monitoring and Automation Boot...
Implementation of IOT based Student Healthcare Monitoring and Automation Boot...Implementation of IOT based Student Healthcare Monitoring and Automation Boot...
Implementation of IOT based Student Healthcare Monitoring and Automation Boot...IRJET Journal
 
An efficient IoT based biomedical health monitoring and diagnosing system usi...
An efficient IoT based biomedical health monitoring and diagnosing system usi...An efficient IoT based biomedical health monitoring and diagnosing system usi...
An efficient IoT based biomedical health monitoring and diagnosing system usi...TELKOMNIKA JOURNAL
 
Security and Privacy Protection of Medical Sensor Data of Patient using IOT
Security and Privacy Protection of Medical Sensor Data of Patient using IOTSecurity and Privacy Protection of Medical Sensor Data of Patient using IOT
Security and Privacy Protection of Medical Sensor Data of Patient using IOTIRJET Journal
 
Microcontroller Based Intelligent Blood Collecting System
Microcontroller Based Intelligent Blood Collecting SystemMicrocontroller Based Intelligent Blood Collecting System
Microcontroller Based Intelligent Blood Collecting Systemijsrd.com
 
Iaetsd techno-hospital
Iaetsd techno-hospitalIaetsd techno-hospital
Iaetsd techno-hospitalIaetsd Iaetsd
 

Similar to Tracking cancer patients medical history using wireless emerging technology near field communication (20)

SPHMS : Smart Patient m-Healthcare Monitoring System with NFC and IOT
SPHMS : Smart Patient m-Healthcare Monitoring System with NFC and IOTSPHMS : Smart Patient m-Healthcare Monitoring System with NFC and IOT
SPHMS : Smart Patient m-Healthcare Monitoring System with NFC and IOT
 
Research Journal
Research JournalResearch Journal
Research Journal
 
peer reviewed journals
 peer reviewed journals  peer reviewed journals
peer reviewed journals
 
Paper Publication
Paper PublicationPaper Publication
Paper Publication
 
Building a Smart Hospital using RFID technologiesPatrik Fu.docx
Building a Smart Hospital using RFID technologiesPatrik Fu.docxBuilding a Smart Hospital using RFID technologiesPatrik Fu.docx
Building a Smart Hospital using RFID technologiesPatrik Fu.docx
 
IoT Health Monitoring with Voice Recognized Prescription
IoT Health Monitoring with Voice Recognized PrescriptionIoT Health Monitoring with Voice Recognized Prescription
IoT Health Monitoring with Voice Recognized Prescription
 
Interenet of Things Based Cloud for Healthcare Network
Interenet of Things Based Cloud for Healthcare NetworkInterenet of Things Based Cloud for Healthcare Network
Interenet of Things Based Cloud for Healthcare Network
 
A UHF Radio Frequency Identification (RFID) System For Healthcare Design And...
A UHF Radio Frequency Identification (RFID) System For Healthcare  Design And...A UHF Radio Frequency Identification (RFID) System For Healthcare  Design And...
A UHF Radio Frequency Identification (RFID) System For Healthcare Design And...
 
Android Based Patient Health Monitoring System
Android Based Patient Health Monitoring SystemAndroid Based Patient Health Monitoring System
Android Based Patient Health Monitoring System
 
IoT Based Patient Monitoring System
IoT Based Patient Monitoring SystemIoT Based Patient Monitoring System
IoT Based Patient Monitoring System
 
IRJET- Survey Paper on NFC based Data Retrieval
IRJET- Survey Paper on NFC based Data Retrieval IRJET- Survey Paper on NFC based Data Retrieval
IRJET- Survey Paper on NFC based Data Retrieval
 
A novel integrated approach for handling anomalies in RFID data
A novel integrated approach for handling anomalies in RFID dataA novel integrated approach for handling anomalies in RFID data
A novel integrated approach for handling anomalies in RFID data
 
A novel integrated approach for handling anomalies in RFID data
A novel integrated approach for handling anomalies in RFID dataA novel integrated approach for handling anomalies in RFID data
A novel integrated approach for handling anomalies in RFID data
 
Sub1590
Sub1590Sub1590
Sub1590
 
Implementation of IOT based Student Healthcare Monitoring and Automation Boot...
Implementation of IOT based Student Healthcare Monitoring and Automation Boot...Implementation of IOT based Student Healthcare Monitoring and Automation Boot...
Implementation of IOT based Student Healthcare Monitoring and Automation Boot...
 
Wireless Sensor Networks for Monitoring Physiological Signals of Multiple Pat...
Wireless Sensor Networks for Monitoring Physiological Signals of Multiple Pat...Wireless Sensor Networks for Monitoring Physiological Signals of Multiple Pat...
Wireless Sensor Networks for Monitoring Physiological Signals of Multiple Pat...
 
An efficient IoT based biomedical health monitoring and diagnosing system usi...
An efficient IoT based biomedical health monitoring and diagnosing system usi...An efficient IoT based biomedical health monitoring and diagnosing system usi...
An efficient IoT based biomedical health monitoring and diagnosing system usi...
 
Security and Privacy Protection of Medical Sensor Data of Patient using IOT
Security and Privacy Protection of Medical Sensor Data of Patient using IOTSecurity and Privacy Protection of Medical Sensor Data of Patient using IOT
Security and Privacy Protection of Medical Sensor Data of Patient using IOT
 
Microcontroller Based Intelligent Blood Collecting System
Microcontroller Based Intelligent Blood Collecting SystemMicrocontroller Based Intelligent Blood Collecting System
Microcontroller Based Intelligent Blood Collecting System
 
Iaetsd techno-hospital
Iaetsd techno-hospitalIaetsd techno-hospital
Iaetsd techno-hospital
 

Recently uploaded

SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraDeakin University
 

Recently uploaded (20)

SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptxVulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning era
 

Tracking cancer patients medical history using wireless emerging technology near field communication

  • 1. International Journal of VLSI design & Communication Systems (VLSICS) Vol.6, No.1, February 2015 DOI : 10.5121/vlsic.2015.6101 1 TRACKING CANCER PATIENTS MEDICAL HISTORY USING WIRELESS EMERGING TECHNOLOGY : NEAR FIELD COMMUNICATION Shivang Bhagat, Darshana Upadhyay and Parita Oza Department of Computer Science and Engineering Nirma Institute of Technology, Ahmedabad, India ABSTRACT The principal objective of this paper is to present an effective solution for storing and retrieving a cancer patient’s medical history in hospitals, clinics and wherever else need be. We have used latest technologies like Near Field Communication (NFC) as a medium for communication, MySQL server for storing the database i.e. EHR (Electronic Health Record) of patients and lastly an Android application which will provide the interface for the same. KEYWORDS NFC, Android, API, NDEF, RFID 1. INTRODUCTION The main aim of this paper is to present an effective solution for storing and retrieving medical history for cancer patients. History or EHR contains patient’s details like his/her name, address, social and economic background, symptoms, previous medication and treatments [1]. Currently case file system is used almost everywhere. These case files create paper waste and they are also difficult to manage. We have created an Android application for the above problem. We will digitalize the hard copy system. We have created an application that will use NFC reader of the Smartphone to scan the identification number of the patient when they visit the hospital. The information would be stored in the database. Whenever the tag is scanned the history would be fetched from the database by running a PHP script on the server. Near field communication (NFC) is a wireless protocol for short range communication. It works on radio frequency, 13.56MHz to be precise. Battery less NFC tags are available which can be used for storing data. Smartphones are equipped with NFC reader and writer, which can be used to send and receive data stored in the tags. Tags are rewritable and can store up to 4096 bytes of data. Smartphone reader and the tags use magnetic induction as carrier field. Here the smartphone provides a carrier field and the tag replies back by modulating the signal. The tag gets its power from the electromagnetic field that is generated by the smartphone reader and replies back with the data it contains.
  • 2. International Journal of VLSI design & Communication Systems (VLSICS) Vol.6, No.1, February 2015 2 1.1 Smartphone automation and NFC tags NFC enabled smartphones can exchange data with NFC Tags or stickers. The application can be programmed to trigger some event or command when a tag comes in contact with it [2]. This is the most interesting application of an NFC enabled smartphone. Android has NFC API to ease our task to create applications [2]. We have used the nTag 203 which supports NDEF (NFC Data Exchange Format) and has a maximum data capacity of 256 bytes. The tag receives electromagnetic energy from the smartphone’s reader/writer. After that the data transfer takes place between tag and the smartphone. The working of NFC tag and smartphone is shown in the following figure. Figure 1. Tag and Smartphone communication Presently, paper based case file system of history registration is carried out in hospitals across the world [13]. These case files are then passed on to nurses of different shifts. As humans are prone to errors, updating of records repeatedly manually may lead to blunders. Hospitals in India use the age old case file system in which every patient has a file which has details of their ailments, their diagnosis and the medicines/treatment prescribed by the doctor. The manual work in this system becomes a burden and increases possibilities of mistakes. When the patients come to a clinic/hospital for medical aid their details like personal details, contact number, symptoms, referring physician, identification number, etc. are stored manually. Afterwards, after the doctor checks the patient and prescribes the treatment [9]. That treatment is recorded in the file. This type of technique is very undesirable as it is prone to human errors. So this asks for an automatic health recording system which decreases the possibility [10]. This reduces errors by a significant rate [3]. These systems are costly and small hospitals can’t afford it [14]. Both one dimension and two dimension techniques of automatic identification have been described here [9]. They [1] are: i. Graphic based cards ii. RFID identifiers 1.1.1. Graphic Codes Bar codes are used wherein parallel lines are used to store identification number. These are one and two dimension codes to identify a patient. Present hospitals which use these codes are described below:
  • 3. International Journal of VLSI design & Communication Systems (VLSICS) Vol.6, No.1, February 2015 3 1. Bar code based verification of patients is done in Houston’s "Methodist Hospital System". It has an online database named "MethOD" (medical records database). They are proposing an update to this system by having 2-D code system [4]. 2. The Joint Commission on Accreditation of Healthcare Organizations (JCAHO) has initiated the idea of bar codes. A patient needs to wear a bar code printed bracelet in order to verify his identity [5]. 3. Addenbrooke's Hospital in Cambridge uses 2D for patients [6]. the patient there have a 2- D bracelet on their wrist where the personal details are stored. Stickers are available that have Bar codes and tags inside them. Problem with the bar code is that they tend to fade after sometime and a need to replace them arise. This problem is not pertaining in Rfid and NFC tags. Bar code, QR code and Rfid tag can be seen in the figure below Figure 2. QR code, BAR code and RFID tag 1.1.2. Radio Frequency Identifiers Radio Frequency Identification (RFID) technology can be used to identify patients automatically by giving them RIFD tags. The tags will then have a unique identification number (UIN) which is transmitted to the reader whenever required [6]. It has been implemented in some hospitals as follows: 1. Hospital Information System (HIS) integrated RFID system was implemented in Taichung Hospital in Taiwan employed system that used RFID. [7]. 2. RFID chips were employed to store surgical information in the Orthopaedic Institute of Palm Beach called "SurgiChip". [8]. Whenever a patient is admitted a tag is generated for their patient and his/her surgery details are stored in the tag. Later on, at the time of surgery the details are verified by the surgeon. 2. SYSTEM DESIGN AND ARCHITECTURE We have created an Android application for retrieving history from the database. Application would communicate with the tag whenever it is brought within a specific range. The tag would contain the patient’s ID. Then this ID is scanned by the NFC reader of the smartphone. By embedding this ID in the URL, with “get” method we request the server to run a PHP script. This
  • 4. International Journal of VLSI design & Communication Systems (VLSICS) Vol.6, No.1, February 2015 4 PHP script will fetch all the data associated with that patient, will encode it into JSON format and then it sends it back to the smartphone. Now our application will receive the JSON object and will parse the encoded data to strings. These strings will get displayed to the Doctor. The android application i.e. the front end will have the following functions: 1. Write to the tag 2. Read from the tag 3. Request data from server with the tag ID 4. Parse the data that is obtained from the database The server i.e. the back end will do the following: 1. Get the tag id from the URL 2. Fetch the associated data from database by the tag ID 3. Encode the data in JSON 4. Send the JSON object back to the application Flowchart of our design is shown in the below figure 1. Figure 3. Flowchart of process Our application would have the details about the cancer patient as given in table 1.
  • 5. International Journal of VLSI design & Communication Systems (VLSICS) Vol.6, No.1, February 2015 5 Table 1: History of cancer patient BASIC INFORMATION NAME SEX SOCIO ECONOMIC STATUS COMPLAINTS DURATION CANCER TYPE SITE PRIMARY TESTS CBC (hb,tc,pc) HIV/HCV HISTOPATHOLOGICAL/BIOPSY/FINE NEEDLE ASPIRATION CYTOLOGY LIVER/RENAL FUNCTION TEST PROTHROMBIN TEST/ACTIVATED PARTIAL THROMBOPLASTIN TIME CHEST X-RAY CT SCAN/MRI,PET-CT,SCOPY RELATED TO SITE LOCAL EXAMINATION OF CANCER SITE SCOPY EXAMINATION UNDER ANAESTHESIA MANUAL EXAMINATION TREATMENT CHEMOTHERAPY SURGERY IMMUNOTHERAPY RADIOTHERAPY HORMONAL THERAPY We have used Eclipse and ADT for android application development. XAMPP to create a local server on my machine that could store the database and could run PHP scripts on it. NFC enabled smartphone for testing. The smartphone can be placed on the door and it would be connected to the server via wireless network. Patients will be provided with tags when they first visit the hospital and then they will get a unique identification number (UIN). If they visit again they need to only carry the tag with them. On the physical part we need to have NFC tags, Smartphones (NFC supported) and a server. A screenshot of the application is given in figure 3. It shows the ID in the tag read by the NFC reader of smartphone. When the button is clicked a list view containing history of that respective ID is displayed.
  • 6. International Journal of VLSI design & Communication Systems (VLSICS) Vol.6, No.1, February 2015 6 Figure 4. Request data from server with the tag ID Figure 5. Screenshot from application to get history and displaying history 3. RESULT AND ANALYSIS The main benefits of using NFC tag for patient identification system are: 1. Eliminating the paper based documentation work: As we are using NFC tags and smartphones to view medical history there is no use of paper in our design. 2. Automation: Whenever the tag is scanned and “get history” button is pressed then the application does its work and gets the patient’s history. 3. Increase in efficiency: We are speeding up the process of accessing the patient’s database which was previously in form of files. 4. Decrease in manual work: Currently when any doctor needs to access a patient’s previous data, he needs to have their file. Moreover, another person is required for managing this process. However, that’s not a problem anymore. 5. Tags can be used in any hospital: If we can somehow centralise the database across hospitals, then only one NFC tag is needed for a patient who needs to change the hospital.
  • 7. International Journal of VLSI design & Communication Systems (VLSICS) Vol.6, No.1, February 2015 7 6. No need to carry heavy files of results: Results can be made digitally available in the database after the tests, thereby diminishing the possibilities of tampering with them. 7. Reduce doctor’s time to check patient’s profile: Some people don’t have legible handwriting, which becomes tough to crack sometimes. Digitalization solves that issue. 8. Backup is easy: Backing up database is easy as you have many methods for server backups. 9. Accurate and reliable: To err is human, and so we are digitalizing to reduce human errors occurring in data collection and management. 10. NFC standard covers various data exchange formats: This is to increase compatibility between different types of tags. We are using NDEF. Radio frequency would not work only in small space as it is short range [11]. Nevertheless, it is advantageous because it does not interfere with other wireless devices [12]. 4. CONCLUSION AND FUTURE WORK In this paper, we have described the architecture that can be used for storing patient’s medical history with the help of NFC tags and smartphones. This design can be used anywhere from small clinics to multi-specialty hospitals. In large hospitals, several doctors treat a patient and so this technique can overcome any human errors that can happen in updating the patient’s details. Finally, we can also provide this information online so that different doctors can analyse patients from home. If there are any complexities with some patient then a doctor can consult other experts from that field. It can be said that the NFC based patient history tracking system is better than the current systems. In future, we can integrate the update module to our application, which means that we can update the patient’s data directly from our application and not from the desk of a machine. Later we can also add voice enabled data updating feature, which recognizes voice of the doctor and adds information to the server as he asks the patient about his symptoms. We can also add the patient’s whole data if we encrypt the data and store it onto the tag itself [2]. REFERENCES [1] M. K. H. Rebeca I. García-Betances, "A Review of Automatic Patient Identification Options for Public Health Care Centers with," Online Journal of Public Health Informatics, vol. 4, no. 1, 2012. [2] G. D. D. L. N. V. R. F. A. K. L. S. Adam Marcus, "Using NFC-enabled Mobile Phones for Public," in First International Workshop on Near Field Communication , IEEE, 2009. [3] D. B. T. Devendran A, "Mobile healthcare- proposed NFC architecture," international journal of scientific and research publications, vol. 2, no. 1, pp. 61-64, january 2012. [4] K. O. B. O. Vedant Coskun, Professional NFC application development for android, Wiley. [5] M. S. B. P. C. P. D. M. Frisch P, "Patient Centric Identification and Association," in IEEE Engineering in Medicine and Biology Society (EMBS), 2009. [6] T. M. H. System, "ID Solutions for Healthcare," 2008. [Online]. Available: www.general- data.com/healthcare. [Accessed january 2012]. [7] "Bar Code Technology Saves Money and Lives in Health Care Applications," [Online]. Available: www.isdweb.com. [Accessed january 2012]. [8] "Positive Patient Identification Wristband Solutions, SATO Healthcare ID Solutions," [Online]. Available: www.satoeurope.com. [Accessed january 2012]. [9] P. D, "Emerging Technologies: Healthcare applications of RF identification," IEEE Engineering in Medicine and Biology Magazine, pp. 77-83, 25 march 2006.
  • 8. International Journal of VLSI design & [10] C. S.-W. C. L.-H. C. S.-C. F. K. Lai C Inpatients Using RFID," in PICMET, oregon, 2007. [11] F. P. M. S. Booth P, "Application of RFID in an Integrated Healthcare Environment," in IEEE Engineering in Medicine and Biology Society (EMBS), 2006. [12] D. B. F. M. M. R. Laskowski M, "Uncertainties Inherent to RFID Tracking Systems in an Emergency Department," in IEEE Workshop on Health Care Management (WHCM), 2010. [13] C. G. M. E. T. M. B. P. Censi F, "RFID in Healthcare Environment: Electromagnetic Compatibility Regulatory Issues," in 32nd Annual Int. Conf. IEEE Engineering in Medicine and Biology S (EMBS), 2010. [14] C. S. Z. L. K. A. Zalzala A, "Healthcare technologies in developing," in IEEE GCC Conf. and Exhibition, 2011. AUTHORS Shivang Bhagat Scholar graduate Institute of Technology Nirma University Darshana Upadhyay Designation: Assistant Professor Institute of Technology Nirma University Parita Oza Designation: Assistant Professor Institute of Technology Nirma University International Journal of VLSI design & Communication Systems (VLSICS) Vol.6, No.1, February 2015 C. F. K. Lai C-L, "Enhancing Medication Safety and Healthcare for Inpatients Using RFID," in PICMET, oregon, 2007. F. P. M. S. Booth P, "Application of RFID in an Integrated Healthcare Environment," in IEEE Engineering in Medicine and Biology Society (EMBS), 2006. D. B. F. M. M. R. Laskowski M, "Uncertainties Inherent to RFID Tracking Systems in an Emergency rtment," in IEEE Workshop on Health Care Management (WHCM), 2010. C. G. M. E. T. M. B. P. Censi F, "RFID in Healthcare Environment: Electromagnetic Compatibility Regulatory Issues," in 32nd Annual Int. Conf. IEEE Engineering in Medicine and Biology S C. S. Z. L. K. A. Zalzala A, "Healthcare technologies in developing," in IEEE GCC Conf. and Assistant Professor Designation: Assistant Professor Communication Systems (VLSICS) Vol.6, No.1, February 2015 8 L, "Enhancing Medication Safety and Healthcare for F. P. M. S. Booth P, "Application of RFID in an Integrated Healthcare Environment," in IEEE D. B. F. M. M. R. Laskowski M, "Uncertainties Inherent to RFID Tracking Systems in an Emergency C. G. M. E. T. M. B. P. Censi F, "RFID in Healthcare Environment: Electromagnetic Compatibility Regulatory Issues," in 32nd Annual Int. Conf. IEEE Engineering in Medicine and Biology Society C. S. Z. L. K. A. Zalzala A, "Healthcare technologies in developing," in IEEE GCC Conf. and