SlideShare a Scribd company logo
1 of 4
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3975
CURE IT- THE MEDICAL ASSISTANT APPLICATION
Varun Govinda1, Subramanya N2, Tasheer Hussian3, Abhishek T M4, Padmini M S 5
1 BE, Department of CSE, NIE Mysore, Karnataka, India
2 BE, Department of CSE, NIE Mysore, Karnataka, India
3 BE, Department of CSE, NIE Mysore, Karnataka, India
4 BE, Department of CSE, NIE Mysore, Karnataka, India
5 Assistant Professor, Department of CSE, NIE Mysore, Karnataka, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Serving a population of over 1.3 billion, India’s
healthcare sector is a far cry from such a colossal task. Wecan
cite many reasons for this drawback, amongst those, the most
remediable is the inefficiency of the existing medical records
handling system. Manual storing and fetching of the medical
records will lead to unavoidable time delay and also not
dependable at times of emergencies. Reconstructingthewhole
system digitally is the only way forward. Medical records that
are in digital format provide a more reliable and faster access
to the Data. The Application provides two different types of
accounts, one for the ‘Patients’ and the other for the ‘Doctors’.
Through our Application a ‘Patient’ can upload the images of
his medical records into the Firebase database. The Firebase
authentication ensures a very strict data privacy. ‘Doctors’
have permissions to access patients’ data but only after being
validated by the User. A Doctor also has the provision to add
his professional comments regarding a medical consultation.
The Application also provides an automated medicine
ordering system. Once the ‘Patient’ uploads a valid
prescription we analyse it with the help of Google Vision API.
We extract the medicines’ name and dosage, place an order
through one of the online pharmacy merchants. The
application also reminds the User with timely notifications to
consume medicine as prescribed. It also keeps a track of the
Users’ personal stock of medicine and notifies the user to
replenish his medical cabinet accordingly. It provides a list of
hospitals and clinics nearby the Users’ location. By providing
all these facilities through the Application we are moving a
step closer towards a constructive healthcare.
Key Words: Healthcare, Firebase, Google App Engine,
Google Cloud Vision, Database.
1. INTRODUCTION
Everybody knows the importance of health. They also know
about the consequences of maintaining a poor health status
high rate of absenteeism, industrial discontent and
indiscipline, low productivity and more accidents, poor
performance. On the other hand,thenatural outcomesof a fit
body are reduction in the rate of absenteeism and turnover,
accidents and occupational diseases.
Cure IT focuses on providing efficient and easy access to
healthcare. It provides a platform for both the patients and
the doctors. The entire medical history of the patient just a
touch away. Say goodbye to the tedious work of carrying
loads of papers, reports,prescriptions,andotherdocuments.
All the required medicine at your doorstep asandwhenthey
get over. A personal reminder telling you to take the
medicine at the proper time. An application that works to
keep you healthy.
1.1 Google Cloud Vision API
This is an interface which helps developers to analyze
the content of the given image by encapsulating machine
learning models in a got-to, user-friendly REST API. It
rapidly classifies the given image into hundreds of
categories, also detecting individual faces and objects
present in that image. This also analyzes and reads the
printed words that are enclosed in the image. Google cloud
vision API is used here for the digitalization of the
prescriptions by the doctors. This reduces the usage of
paper, helps the patient to keep all the prescriptions in a
single place without losing any of it and most importantly
makes the prescription legible and easy to understand.
1.2 Google Firebase
The proper syncing of data between all the devices and
users at a global level, using a cloud hosted or a NoSQL
database is done with the help of Firebase. Live
synchronization and offline support with data queries are
given by the Cloud Firestore. It’s seamless integration with
other related products enables us to build true serverless
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3976
applications. Here the firebase is used to record and store
the detailed information, medical history and various other
important and necessary data of every patient.
1.3 Android Studio
One of the most useful developing environment for
android is the android studio. Officially badged as the
integrated development environment (IDE) for Android
operating system (OS). Android studioisbuilttantamountto
the JetBrains' IntelliJ IDEA software and is handcrafted
particularly for Android development. This IDE is useful in
bringing together the overall development of the proposed
application.
1.4 Google maps API
This interface enables us to build customized, user
friendly and agile experiences which convertsthereal world
into static and dynamic maps, gives live location, enables
street view imagery along with 360° viewable formats.
Google maps API is used to locate the nearby hospitals and
clinics along with important crucial informationsuchastheir
timings, consultation fees and specialization.
2. RELATED WORK
The manual legacy systems used in the hospitals these days
involves in taking down the observations and reports of the
patients in the paper files. This paper file process is
extremely slow, require a lot of space for storage and highly
prone to error. Processing and retrieval of patient details
often tend to be inefficient. Insufficient and incomplete
information available due to various reasons and illegible
handwriting which might be difficult to understand, may
lead to fatal medical accidents. The accessing and sharing of
the patient’s information and their previous diagnosis
amongst the doctors and the hospitals is difficultduetopoor
information management infrastructure. This in turn leads
to the doctors and hospitals havingtoredothetestsand note
down the observations of the patient from the beginning, in
the case of patient choosing to switch or change the place of
treatment.
3. SYSTEM DESIGN
Fig -1: System architecture
Fig -2: Text extraction architecture
The app revolves around the accessibility of data with ease
and should be reliable enough to depend on it at crucial
situations. Google Firebase is used for thispurpose.Firebase
offers immediate and steadfast querying of data.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3977
The App, which is the interface part of the system allows
users to upload and retrieve data. These requests are taken
up with firebase and the required functionalities are carried
out and the requests are serviced.Itisresponsibleforraising
timely notifications reminding the User to consume the
prescribed medicine. It also keepstrack ofthequantityof the
medicine the User has Purchased andConsumed,and raising
timely notifications reminding himtoreplenishhismedicine
cabinet.
The Google App Engine offers a wide range of functionalities
on their platform. Google Cloud Vision API is used for
Handwriting Recognition. URL of the images stored on the
Firebase are sent to the Google Cloud Vision API and
computations are done on the Cloud Engine.TheAPIreturns
the results of the analysis carried out on the image and it is
stored in Firebase.
The application can be downloaded into various diagnostic
devices based on the requirements. It is also availableonthe
play store so that doctors and patients can download it into
their smartphones.
4. IMPLEMENTATION
Fig -2: Work flow diagram
Multiple User Accounts:
The app will support two types of user accounts, i.e.
Doctor and Patient. Each user will register in our app by
filling in the required credentials. All the user accounts and
details are stored in the firebase database. Each user is
authenticated using Firebase Authentication.
Medical History and Doctor Feedback:
It is tedious to carry all the reports and
prescriptions when consultingdifferentdoctors.Theapphas
the provision to include the medical history of the user. The
user has to enter the necessary details in the app and just
has to give permission for a particulardoctortoviewhis/her
data. Every doctor canprovidehisprofessional commentson
the patient’s situation that can be viewed by other doctors
for the better diagnosis of the problem.
Prescription Analysis:
The user will upload the imageoftheprescriptionin
the app that is further uploaded to Cloud Firestore. On
upload, the cloud function in firebase triggers the
prescription analysis and training process. Theimageissent
to AutoML Vision for the continuous training and the image
is also sent to Vision API to perform the analysis of the
prescription, post which the details are stored in the
Firebase Database and the data is available in the app.
Smart Alarm and Medicine Ordering System:
The results of the prescription analysis will provide
with the details of each medication advised by the doctor,
time and the number of days forwhichthemedicineneedsto
be consumed by the patient. This data is used to set alarms
at specified times of the day for the advised number of days
to remind the user for timely intake of themedicineandthus
help in the speedy recovery. The same data is also used to
place an order for the prescribed medicinethroughanonline
pharmacy merchant. The app also reminds the user to
replenish the medicine stock as and when required.
Nearby Hospitals and Clinics:
Google Maps has been integrated in the app which
provides details regarding the hospitals and clinics near the
user.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3978
4. FUTURE ENHANMENTS
The future enhancements of the project is to focus on
discreetly protecting and securing the patients personal
information, their details and medical history. This can be
achieved by implementing a finger print scanner or a facial
recognition module to the app. During emergencies, the
doctors can access this information about the patient which
are specific to that emergency rather than accessing the
completedetails. This shouldbe possible without the patient
having to manually validate the access. Hence, it serves two
purposes. Firstly, it will not bombard the doctor with
completeinformationofthepatientwhichcanbevoluminous
but rather give specific details. This proves to be efficient for
the doctors and safe for the patients at the same time.
5. CONCLUSIONS
Efficient and easy access to healthcare has been paid more
and more attention, with the development of CureIT,.
Accessing and sharing of medical records between doctors,
latency in giving out lab reports, digitalizing the medical
records have not been well considered in existing Medical
History Management and Monitoring System. The aim is to
provide solution to easy access and sharing of medical
records between doctors, which can enhance treatment
given to patience based on the medical history. Thissolution
proposed can be further incorporated into the various
existing management and administration systems at
hospitals.
ACKNOWLEDGEMENT
The view of a successful work canbeoftencomparedwithan
ice berg. There are contributions and support of those
people hidden under the surface, which are seldom seen.
Their ceaseless cooperation, constant encouragement and
guidance helps us to keep afloat. We would like to express
our sincere gratitude to our Head of the department, Dr. H.D
Phaneendra, Professor, Department of CSE, NIE for his
relentless support and encouragement. It gives us immense
pleasure to thank our guide Padmini M S, Assistant
Professor, Department of CSE, NIE for their valuable
suggestions and guidance during the process of the seminar
and for having permitted us to pursue work on the subject.
REFERENCES
[1] Automated Text Detection and CharacterRecognitionin
Natural Scenes Based on Local Image Features and
Contour Processing Techniques. (International
Conference on Intelligent Human Systems Integration -
31 December 2017).
[2] Principles in the Design of Mobile Medical Apps:
Guidance for Those who Care. (13th International
Conference on Wirtschaftsinformatik (WI),AtSt.Gallen,
Switzerland 2017).
[3] Using Google Cloud Vision in Assistive Technology
Scenarios. (2016 IEEE Symposium on Computers and
Communication (ISCC)).
[4] A Comprehensive Overview of Medical Error in
Hospitals Using Incident-Reporting Systems, Patient
Complaints and Chart Review of Inpatient Deaths. (de
Feijter JM, de Grave WS, Muijtjens AM, Scherpbier AJJA,
Koopmans RP (2012)).
[5] A Web based Employee Medical History Management
and Monitoring System. (2012 IEEE-EMBS Conference
on Biomedical Engineering and Sciences).

More Related Content

What's hot

IRJET- Medkwick - An E-Commerce Mobile Application based on Online Medici...
IRJET-  	  Medkwick - An E-Commerce Mobile Application based on Online Medici...IRJET-  	  Medkwick - An E-Commerce Mobile Application based on Online Medici...
IRJET- Medkwick - An E-Commerce Mobile Application based on Online Medici...IRJET Journal
 
Fitness management application
Fitness management applicationFitness management application
Fitness management applicationRishabh Shukla
 
IEEE BIOMEDICAL PROJECT TITLE 2015-16
IEEE BIOMEDICAL PROJECT TITLE 2015-16IEEE BIOMEDICAL PROJECT TITLE 2015-16
IEEE BIOMEDICAL PROJECT TITLE 2015-16Spiro Vellore
 
Introduction - Cover Letter
Introduction - Cover LetterIntroduction - Cover Letter
Introduction - Cover LetterHina Bazta
 
Smart-Indivo App Challenge Webinar
Smart-Indivo App Challenge WebinarSmart-Indivo App Challenge Webinar
Smart-Indivo App Challenge Webinarhealth2dev
 
Srs dispensary-management
Srs dispensary-managementSrs dispensary-management
Srs dispensary-managementStayTuned3
 
G03406041045
G03406041045G03406041045
G03406041045theijes
 
Computer Patient Record
Computer Patient RecordComputer Patient Record
Computer Patient RecordIvor Kovic
 
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
 
Cerner - Iowa Biomedical Engineering Seminar Presentation
Cerner - Iowa Biomedical Engineering Seminar PresentationCerner - Iowa Biomedical Engineering Seminar Presentation
Cerner - Iowa Biomedical Engineering Seminar PresentationFrank Rydzewski
 
Coronis - NYP Innovation Challenge Submission
Coronis - NYP Innovation Challenge SubmissionCoronis - NYP Innovation Challenge Submission
Coronis - NYP Innovation Challenge Submissionjohnkx
 
Kapion Pre-built Mobile Solutions for Healthcare Industry
Kapion Pre-built Mobile Solutions for Healthcare IndustryKapion Pre-built Mobile Solutions for Healthcare Industry
Kapion Pre-built Mobile Solutions for Healthcare Industry가온소프트 Kaonsoft
 
Patient Privacy Control for Health Care in Cloud Computing System
Patient Privacy Control for Health Care in Cloud Computing  SystemPatient Privacy Control for Health Care in Cloud Computing  System
Patient Privacy Control for Health Care in Cloud Computing SystemIRJET Journal
 
Plug In Generator To Produce Variant Outputs For Unique Data.
Plug In Generator To Produce Variant Outputs For Unique Data.Plug In Generator To Produce Variant Outputs For Unique Data.
Plug In Generator To Produce Variant Outputs For Unique Data.IJRES Journal
 
Parkview Adventist Success Story
Parkview Adventist Success StoryParkview Adventist Success Story
Parkview Adventist Success StoryImprivata
 

What's hot (20)

IRJET- Medkwick - An E-Commerce Mobile Application based on Online Medici...
IRJET-  	  Medkwick - An E-Commerce Mobile Application based on Online Medici...IRJET-  	  Medkwick - An E-Commerce Mobile Application based on Online Medici...
IRJET- Medkwick - An E-Commerce Mobile Application based on Online Medici...
 
Fitness management application
Fitness management applicationFitness management application
Fitness management application
 
IEEE BIOMEDICAL PROJECT TITLE 2015-16
IEEE BIOMEDICAL PROJECT TITLE 2015-16IEEE BIOMEDICAL PROJECT TITLE 2015-16
IEEE BIOMEDICAL PROJECT TITLE 2015-16
 
Open app challenge Phase 1 submission - kmg
Open app challenge   Phase 1 submission - kmgOpen app challenge   Phase 1 submission - kmg
Open app challenge Phase 1 submission - kmg
 
Introduction - Cover Letter
Introduction - Cover LetterIntroduction - Cover Letter
Introduction - Cover Letter
 
Smart-Indivo App Challenge Webinar
Smart-Indivo App Challenge WebinarSmart-Indivo App Challenge Webinar
Smart-Indivo App Challenge Webinar
 
Srs dispensary-management
Srs dispensary-managementSrs dispensary-management
Srs dispensary-management
 
Emr anywhere stage ii submission
Emr anywhere  stage ii submissionEmr anywhere  stage ii submission
Emr anywhere stage ii submission
 
chc_2015
chc_2015chc_2015
chc_2015
 
G03406041045
G03406041045G03406041045
G03406041045
 
Computer Patient Record
Computer Patient RecordComputer Patient Record
Computer Patient Record
 
NEXTGEN’S HOSPILOGICS USING APACHE TOMCAT SERVER AND MYSQLDATABASE
NEXTGEN’S HOSPILOGICS USING APACHE TOMCAT  SERVER AND MYSQLDATABASENEXTGEN’S HOSPILOGICS USING APACHE TOMCAT  SERVER AND MYSQLDATABASE
NEXTGEN’S HOSPILOGICS USING APACHE TOMCAT SERVER AND MYSQLDATABASE
 
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
 
Cerner - Iowa Biomedical Engineering Seminar Presentation
Cerner - Iowa Biomedical Engineering Seminar PresentationCerner - Iowa Biomedical Engineering Seminar Presentation
Cerner - Iowa Biomedical Engineering Seminar Presentation
 
Coronis - NYP Innovation Challenge Submission
Coronis - NYP Innovation Challenge SubmissionCoronis - NYP Innovation Challenge Submission
Coronis - NYP Innovation Challenge Submission
 
Kapion Pre-built Mobile Solutions for Healthcare Industry
Kapion Pre-built Mobile Solutions for Healthcare IndustryKapion Pre-built Mobile Solutions for Healthcare Industry
Kapion Pre-built Mobile Solutions for Healthcare Industry
 
Patient Privacy Control for Health Care in Cloud Computing System
Patient Privacy Control for Health Care in Cloud Computing  SystemPatient Privacy Control for Health Care in Cloud Computing  System
Patient Privacy Control for Health Care in Cloud Computing System
 
Plug In Generator To Produce Variant Outputs For Unique Data.
Plug In Generator To Produce Variant Outputs For Unique Data.Plug In Generator To Produce Variant Outputs For Unique Data.
Plug In Generator To Produce Variant Outputs For Unique Data.
 
E-Doctor
E-DoctorE-Doctor
E-Doctor
 
Parkview Adventist Success Story
Parkview Adventist Success StoryParkview Adventist Success Story
Parkview Adventist Success Story
 

Similar to IRJET- Cure it- The Medical Assistant Application

IRJET- Virtual Dietitian: An Android based Application to Provide Diet
IRJET-  	  Virtual Dietitian: An Android based Application to Provide DietIRJET-  	  Virtual Dietitian: An Android based Application to Provide Diet
IRJET- Virtual Dietitian: An Android based Application to Provide DietIRJET Journal
 
IRJET- Hybrid App for Health Record System
IRJET-  	  Hybrid App for Health Record SystemIRJET-  	  Hybrid App for Health Record System
IRJET- Hybrid App for Health Record SystemIRJET Journal
 
Implementation Of Online Treatment System
Implementation Of Online Treatment SystemImplementation Of Online Treatment System
Implementation Of Online Treatment SystemIRJET Journal
 
IRJET- Healthchannel - A Health Care Support App
IRJET- Healthchannel - A Health Care Support AppIRJET- Healthchannel - A Health Care Support App
IRJET- Healthchannel - A Health Care Support AppIRJET Journal
 
Smart Wearable System For Patients With Respiratory DisordersUsing IOT
Smart Wearable System For Patients With Respiratory DisordersUsing IOTSmart Wearable System For Patients With Respiratory DisordersUsing IOT
Smart Wearable System For Patients With Respiratory DisordersUsing IOTIRJET Journal
 
Blood Donors and Receivers Management System
Blood Donors and Receivers Management SystemBlood Donors and Receivers Management System
Blood Donors and Receivers Management SystemIRJET Journal
 
IRJET- A Review Paper on Android based Personal Healthcare Companion
IRJET- A Review Paper on Android based Personal Healthcare CompanionIRJET- A Review Paper on Android based Personal Healthcare Companion
IRJET- A Review Paper on Android based Personal Healthcare CompanionIRJET Journal
 
UPHAR (Universal Patient Hospital and Administration Registry)
UPHAR (Universal Patient Hospital and Administration Registry)UPHAR (Universal Patient Hospital and Administration Registry)
UPHAR (Universal Patient Hospital and Administration Registry)IRJET Journal
 
Medic - Artificially Intelligent System for Healthcare Services ...
Medic - Artificially Intelligent System for Healthcare Services              ...Medic - Artificially Intelligent System for Healthcare Services              ...
Medic - Artificially Intelligent System for Healthcare Services ...IRJET Journal
 
IRJET- Wecare: Medical Application
IRJET-  	  Wecare: Medical ApplicationIRJET-  	  Wecare: Medical Application
IRJET- Wecare: Medical ApplicationIRJET Journal
 
IRJET - Prakruti Ayurvedic Health Resort
IRJET - Prakruti Ayurvedic Health ResortIRJET - Prakruti Ayurvedic Health Resort
IRJET - Prakruti Ayurvedic Health ResortIRJET Journal
 
Complete Guide on How to Build a healthcare app in 2023
Complete Guide on How to Build a healthcare app in 2023Complete Guide on How to Build a healthcare app in 2023
Complete Guide on How to Build a healthcare app in 2023JoeyNarella
 
Complete Guide on How to Build a healthcare app in 2023
Complete Guide on How to Build a healthcare app in 2023Complete Guide on How to Build a healthcare app in 2023
Complete Guide on How to Build a healthcare app in 2023DanielWong515580
 
Android Based Application to Ensure Medical Adherence: CareWise
Android Based Application to Ensure Medical Adherence: CareWiseAndroid Based Application to Ensure Medical Adherence: CareWise
Android Based Application to Ensure Medical Adherence: CareWiseDr. Amarjeet Singh
 
Food Image to the Recipe Generator
Food Image to the Recipe GeneratorFood Image to the Recipe Generator
Food Image to the Recipe GeneratorIRJET Journal
 
IRJET - Labtrust-Android Application for Pathology Laboratory
IRJET -  	  Labtrust-Android Application for Pathology LaboratoryIRJET -  	  Labtrust-Android Application for Pathology Laboratory
IRJET - Labtrust-Android Application for Pathology LaboratoryIRJET Journal
 
IRJET- An Android Application for Electronic Health Record System
IRJET- An Android Application for Electronic Health Record SystemIRJET- An Android Application for Electronic Health Record System
IRJET- An Android Application for Electronic Health Record SystemIRJET Journal
 

Similar to IRJET- Cure it- The Medical Assistant Application (20)

IRJET- Virtual Dietitian: An Android based Application to Provide Diet
IRJET-  	  Virtual Dietitian: An Android based Application to Provide DietIRJET-  	  Virtual Dietitian: An Android based Application to Provide Diet
IRJET- Virtual Dietitian: An Android based Application to Provide Diet
 
IRJET- Hybrid App for Health Record System
IRJET-  	  Hybrid App for Health Record SystemIRJET-  	  Hybrid App for Health Record System
IRJET- Hybrid App for Health Record System
 
Implementation Of Online Treatment System
Implementation Of Online Treatment SystemImplementation Of Online Treatment System
Implementation Of Online Treatment System
 
IRJET- Healthchannel - A Health Care Support App
IRJET- Healthchannel - A Health Care Support AppIRJET- Healthchannel - A Health Care Support App
IRJET- Healthchannel - A Health Care Support App
 
Smart Wearable System For Patients With Respiratory DisordersUsing IOT
Smart Wearable System For Patients With Respiratory DisordersUsing IOTSmart Wearable System For Patients With Respiratory DisordersUsing IOT
Smart Wearable System For Patients With Respiratory DisordersUsing IOT
 
HealthBuddy
HealthBuddyHealthBuddy
HealthBuddy
 
Blood Donors and Receivers Management System
Blood Donors and Receivers Management SystemBlood Donors and Receivers Management System
Blood Donors and Receivers Management System
 
IRJET- A Review Paper on Android based Personal Healthcare Companion
IRJET- A Review Paper on Android based Personal Healthcare CompanionIRJET- A Review Paper on Android based Personal Healthcare Companion
IRJET- A Review Paper on Android based Personal Healthcare Companion
 
UPHAR (Universal Patient Hospital and Administration Registry)
UPHAR (Universal Patient Hospital and Administration Registry)UPHAR (Universal Patient Hospital and Administration Registry)
UPHAR (Universal Patient Hospital and Administration Registry)
 
Medic - Artificially Intelligent System for Healthcare Services ...
Medic - Artificially Intelligent System for Healthcare Services              ...Medic - Artificially Intelligent System for Healthcare Services              ...
Medic - Artificially Intelligent System for Healthcare Services ...
 
IRJET- Wecare: Medical Application
IRJET-  	  Wecare: Medical ApplicationIRJET-  	  Wecare: Medical Application
IRJET- Wecare: Medical Application
 
IRJET - Prakruti Ayurvedic Health Resort
IRJET - Prakruti Ayurvedic Health ResortIRJET - Prakruti Ayurvedic Health Resort
IRJET - Prakruti Ayurvedic Health Resort
 
Complete Guide on How to Build a healthcare app in 2023
Complete Guide on How to Build a healthcare app in 2023Complete Guide on How to Build a healthcare app in 2023
Complete Guide on How to Build a healthcare app in 2023
 
Complete Guide on How to Build a healthcare app in 2023
Complete Guide on How to Build a healthcare app in 2023Complete Guide on How to Build a healthcare app in 2023
Complete Guide on How to Build a healthcare app in 2023
 
Android Based Application to Ensure Medical Adherence: CareWise
Android Based Application to Ensure Medical Adherence: CareWiseAndroid Based Application to Ensure Medical Adherence: CareWise
Android Based Application to Ensure Medical Adherence: CareWise
 
Food Image to the Recipe Generator
Food Image to the Recipe GeneratorFood Image to the Recipe Generator
Food Image to the Recipe Generator
 
IRJET - Labtrust-Android Application for Pathology Laboratory
IRJET -  	  Labtrust-Android Application for Pathology LaboratoryIRJET -  	  Labtrust-Android Application for Pathology Laboratory
IRJET - Labtrust-Android Application for Pathology Laboratory
 
Pro Body Tracker
Pro Body TrackerPro Body Tracker
Pro Body Tracker
 
IOT wearable device case study
IOT wearable device case studyIOT wearable device case study
IOT wearable device case study
 
IRJET- An Android Application for Electronic Health Record System
IRJET- An Android Application for Electronic Health Record SystemIRJET- An Android Application for Electronic Health Record System
IRJET- An Android Application for Electronic Health Record System
 

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

Path loss model, OKUMURA Model, Hata Model
Path loss model, OKUMURA Model, Hata ModelPath loss model, OKUMURA Model, Hata Model
Path loss model, OKUMURA Model, Hata ModelDrAjayKumarYadav4
 
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...Amil baba
 
Introduction to Geographic Information Systems
Introduction to Geographic Information SystemsIntroduction to Geographic Information Systems
Introduction to Geographic Information SystemsAnge Felix NSANZIYERA
 
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxHOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxSCMS School of Architecture
 
Post office management system project ..pdf
Post office management system project ..pdfPost office management system project ..pdf
Post office management system project ..pdfKamal Acharya
 
Basic Electronics for diploma students as per technical education Kerala Syll...
Basic Electronics for diploma students as per technical education Kerala Syll...Basic Electronics for diploma students as per technical education Kerala Syll...
Basic Electronics for diploma students as per technical education Kerala Syll...ppkakm
 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdfKamal Acharya
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startQuintin Balsdon
 
Linux Systems Programming: Inter Process Communication (IPC) using Pipes
Linux Systems Programming: Inter Process Communication (IPC) using PipesLinux Systems Programming: Inter Process Communication (IPC) using Pipes
Linux Systems Programming: Inter Process Communication (IPC) using PipesRashidFaridChishti
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxSCMS School of Architecture
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsvanyagupta248
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network DevicesChandrakantDivate1
 
Introduction to Robotics in Mechanical Engineering.pptx
Introduction to Robotics in Mechanical Engineering.pptxIntroduction to Robotics in Mechanical Engineering.pptx
Introduction to Robotics in Mechanical Engineering.pptxhublikarsn
 
Memory Interfacing of 8086 with DMA 8257
Memory Interfacing of 8086 with DMA 8257Memory Interfacing of 8086 with DMA 8257
Memory Interfacing of 8086 with DMA 8257subhasishdas79
 
Electromagnetic relays used for power system .pptx
Electromagnetic relays used for power system .pptxElectromagnetic relays used for power system .pptx
Electromagnetic relays used for power system .pptxNANDHAKUMARA10
 
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKARHAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKARKOUSTAV SARKAR
 
Computer Graphics Introduction To Curves
Computer Graphics Introduction To CurvesComputer Graphics Introduction To Curves
Computer Graphics Introduction To CurvesChandrakantDivate1
 
Ground Improvement Technique: Earth Reinforcement
Ground Improvement Technique: Earth ReinforcementGround Improvement Technique: Earth Reinforcement
Ground Improvement Technique: Earth ReinforcementDr. Deepak Mudgal
 

Recently uploaded (20)

Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
 
Path loss model, OKUMURA Model, Hata Model
Path loss model, OKUMURA Model, Hata ModelPath loss model, OKUMURA Model, Hata Model
Path loss model, OKUMURA Model, Hata Model
 
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
 
Introduction to Geographic Information Systems
Introduction to Geographic Information SystemsIntroduction to Geographic Information Systems
Introduction to Geographic Information Systems
 
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxHOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
 
Signal Processing and Linear System Analysis
Signal Processing and Linear System AnalysisSignal Processing and Linear System Analysis
Signal Processing and Linear System Analysis
 
Post office management system project ..pdf
Post office management system project ..pdfPost office management system project ..pdf
Post office management system project ..pdf
 
Basic Electronics for diploma students as per technical education Kerala Syll...
Basic Electronics for diploma students as per technical education Kerala Syll...Basic Electronics for diploma students as per technical education Kerala Syll...
Basic Electronics for diploma students as per technical education Kerala Syll...
 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdf
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the start
 
Linux Systems Programming: Inter Process Communication (IPC) using Pipes
Linux Systems Programming: Inter Process Communication (IPC) using PipesLinux Systems Programming: Inter Process Communication (IPC) using Pipes
Linux Systems Programming: Inter Process Communication (IPC) using Pipes
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech students
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network Devices
 
Introduction to Robotics in Mechanical Engineering.pptx
Introduction to Robotics in Mechanical Engineering.pptxIntroduction to Robotics in Mechanical Engineering.pptx
Introduction to Robotics in Mechanical Engineering.pptx
 
Memory Interfacing of 8086 with DMA 8257
Memory Interfacing of 8086 with DMA 8257Memory Interfacing of 8086 with DMA 8257
Memory Interfacing of 8086 with DMA 8257
 
Electromagnetic relays used for power system .pptx
Electromagnetic relays used for power system .pptxElectromagnetic relays used for power system .pptx
Electromagnetic relays used for power system .pptx
 
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKARHAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
 
Computer Graphics Introduction To Curves
Computer Graphics Introduction To CurvesComputer Graphics Introduction To Curves
Computer Graphics Introduction To Curves
 
Ground Improvement Technique: Earth Reinforcement
Ground Improvement Technique: Earth ReinforcementGround Improvement Technique: Earth Reinforcement
Ground Improvement Technique: Earth Reinforcement
 

IRJET- Cure it- The Medical Assistant Application

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3975 CURE IT- THE MEDICAL ASSISTANT APPLICATION Varun Govinda1, Subramanya N2, Tasheer Hussian3, Abhishek T M4, Padmini M S 5 1 BE, Department of CSE, NIE Mysore, Karnataka, India 2 BE, Department of CSE, NIE Mysore, Karnataka, India 3 BE, Department of CSE, NIE Mysore, Karnataka, India 4 BE, Department of CSE, NIE Mysore, Karnataka, India 5 Assistant Professor, Department of CSE, NIE Mysore, Karnataka, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Serving a population of over 1.3 billion, India’s healthcare sector is a far cry from such a colossal task. Wecan cite many reasons for this drawback, amongst those, the most remediable is the inefficiency of the existing medical records handling system. Manual storing and fetching of the medical records will lead to unavoidable time delay and also not dependable at times of emergencies. Reconstructingthewhole system digitally is the only way forward. Medical records that are in digital format provide a more reliable and faster access to the Data. The Application provides two different types of accounts, one for the ‘Patients’ and the other for the ‘Doctors’. Through our Application a ‘Patient’ can upload the images of his medical records into the Firebase database. The Firebase authentication ensures a very strict data privacy. ‘Doctors’ have permissions to access patients’ data but only after being validated by the User. A Doctor also has the provision to add his professional comments regarding a medical consultation. The Application also provides an automated medicine ordering system. Once the ‘Patient’ uploads a valid prescription we analyse it with the help of Google Vision API. We extract the medicines’ name and dosage, place an order through one of the online pharmacy merchants. The application also reminds the User with timely notifications to consume medicine as prescribed. It also keeps a track of the Users’ personal stock of medicine and notifies the user to replenish his medical cabinet accordingly. It provides a list of hospitals and clinics nearby the Users’ location. By providing all these facilities through the Application we are moving a step closer towards a constructive healthcare. Key Words: Healthcare, Firebase, Google App Engine, Google Cloud Vision, Database. 1. INTRODUCTION Everybody knows the importance of health. They also know about the consequences of maintaining a poor health status high rate of absenteeism, industrial discontent and indiscipline, low productivity and more accidents, poor performance. On the other hand,thenatural outcomesof a fit body are reduction in the rate of absenteeism and turnover, accidents and occupational diseases. Cure IT focuses on providing efficient and easy access to healthcare. It provides a platform for both the patients and the doctors. The entire medical history of the patient just a touch away. Say goodbye to the tedious work of carrying loads of papers, reports,prescriptions,andotherdocuments. All the required medicine at your doorstep asandwhenthey get over. A personal reminder telling you to take the medicine at the proper time. An application that works to keep you healthy. 1.1 Google Cloud Vision API This is an interface which helps developers to analyze the content of the given image by encapsulating machine learning models in a got-to, user-friendly REST API. It rapidly classifies the given image into hundreds of categories, also detecting individual faces and objects present in that image. This also analyzes and reads the printed words that are enclosed in the image. Google cloud vision API is used here for the digitalization of the prescriptions by the doctors. This reduces the usage of paper, helps the patient to keep all the prescriptions in a single place without losing any of it and most importantly makes the prescription legible and easy to understand. 1.2 Google Firebase The proper syncing of data between all the devices and users at a global level, using a cloud hosted or a NoSQL database is done with the help of Firebase. Live synchronization and offline support with data queries are given by the Cloud Firestore. It’s seamless integration with other related products enables us to build true serverless
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3976 applications. Here the firebase is used to record and store the detailed information, medical history and various other important and necessary data of every patient. 1.3 Android Studio One of the most useful developing environment for android is the android studio. Officially badged as the integrated development environment (IDE) for Android operating system (OS). Android studioisbuilttantamountto the JetBrains' IntelliJ IDEA software and is handcrafted particularly for Android development. This IDE is useful in bringing together the overall development of the proposed application. 1.4 Google maps API This interface enables us to build customized, user friendly and agile experiences which convertsthereal world into static and dynamic maps, gives live location, enables street view imagery along with 360° viewable formats. Google maps API is used to locate the nearby hospitals and clinics along with important crucial informationsuchastheir timings, consultation fees and specialization. 2. RELATED WORK The manual legacy systems used in the hospitals these days involves in taking down the observations and reports of the patients in the paper files. This paper file process is extremely slow, require a lot of space for storage and highly prone to error. Processing and retrieval of patient details often tend to be inefficient. Insufficient and incomplete information available due to various reasons and illegible handwriting which might be difficult to understand, may lead to fatal medical accidents. The accessing and sharing of the patient’s information and their previous diagnosis amongst the doctors and the hospitals is difficultduetopoor information management infrastructure. This in turn leads to the doctors and hospitals havingtoredothetestsand note down the observations of the patient from the beginning, in the case of patient choosing to switch or change the place of treatment. 3. SYSTEM DESIGN Fig -1: System architecture Fig -2: Text extraction architecture The app revolves around the accessibility of data with ease and should be reliable enough to depend on it at crucial situations. Google Firebase is used for thispurpose.Firebase offers immediate and steadfast querying of data.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3977 The App, which is the interface part of the system allows users to upload and retrieve data. These requests are taken up with firebase and the required functionalities are carried out and the requests are serviced.Itisresponsibleforraising timely notifications reminding the User to consume the prescribed medicine. It also keepstrack ofthequantityof the medicine the User has Purchased andConsumed,and raising timely notifications reminding himtoreplenishhismedicine cabinet. The Google App Engine offers a wide range of functionalities on their platform. Google Cloud Vision API is used for Handwriting Recognition. URL of the images stored on the Firebase are sent to the Google Cloud Vision API and computations are done on the Cloud Engine.TheAPIreturns the results of the analysis carried out on the image and it is stored in Firebase. The application can be downloaded into various diagnostic devices based on the requirements. It is also availableonthe play store so that doctors and patients can download it into their smartphones. 4. IMPLEMENTATION Fig -2: Work flow diagram Multiple User Accounts: The app will support two types of user accounts, i.e. Doctor and Patient. Each user will register in our app by filling in the required credentials. All the user accounts and details are stored in the firebase database. Each user is authenticated using Firebase Authentication. Medical History and Doctor Feedback: It is tedious to carry all the reports and prescriptions when consultingdifferentdoctors.Theapphas the provision to include the medical history of the user. The user has to enter the necessary details in the app and just has to give permission for a particulardoctortoviewhis/her data. Every doctor canprovidehisprofessional commentson the patient’s situation that can be viewed by other doctors for the better diagnosis of the problem. Prescription Analysis: The user will upload the imageoftheprescriptionin the app that is further uploaded to Cloud Firestore. On upload, the cloud function in firebase triggers the prescription analysis and training process. Theimageissent to AutoML Vision for the continuous training and the image is also sent to Vision API to perform the analysis of the prescription, post which the details are stored in the Firebase Database and the data is available in the app. Smart Alarm and Medicine Ordering System: The results of the prescription analysis will provide with the details of each medication advised by the doctor, time and the number of days forwhichthemedicineneedsto be consumed by the patient. This data is used to set alarms at specified times of the day for the advised number of days to remind the user for timely intake of themedicineandthus help in the speedy recovery. The same data is also used to place an order for the prescribed medicinethroughanonline pharmacy merchant. The app also reminds the user to replenish the medicine stock as and when required. Nearby Hospitals and Clinics: Google Maps has been integrated in the app which provides details regarding the hospitals and clinics near the user.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3978 4. FUTURE ENHANMENTS The future enhancements of the project is to focus on discreetly protecting and securing the patients personal information, their details and medical history. This can be achieved by implementing a finger print scanner or a facial recognition module to the app. During emergencies, the doctors can access this information about the patient which are specific to that emergency rather than accessing the completedetails. This shouldbe possible without the patient having to manually validate the access. Hence, it serves two purposes. Firstly, it will not bombard the doctor with completeinformationofthepatientwhichcanbevoluminous but rather give specific details. This proves to be efficient for the doctors and safe for the patients at the same time. 5. CONCLUSIONS Efficient and easy access to healthcare has been paid more and more attention, with the development of CureIT,. Accessing and sharing of medical records between doctors, latency in giving out lab reports, digitalizing the medical records have not been well considered in existing Medical History Management and Monitoring System. The aim is to provide solution to easy access and sharing of medical records between doctors, which can enhance treatment given to patience based on the medical history. Thissolution proposed can be further incorporated into the various existing management and administration systems at hospitals. ACKNOWLEDGEMENT The view of a successful work canbeoftencomparedwithan ice berg. There are contributions and support of those people hidden under the surface, which are seldom seen. Their ceaseless cooperation, constant encouragement and guidance helps us to keep afloat. We would like to express our sincere gratitude to our Head of the department, Dr. H.D Phaneendra, Professor, Department of CSE, NIE for his relentless support and encouragement. It gives us immense pleasure to thank our guide Padmini M S, Assistant Professor, Department of CSE, NIE for their valuable suggestions and guidance during the process of the seminar and for having permitted us to pursue work on the subject. REFERENCES [1] Automated Text Detection and CharacterRecognitionin Natural Scenes Based on Local Image Features and Contour Processing Techniques. (International Conference on Intelligent Human Systems Integration - 31 December 2017). [2] Principles in the Design of Mobile Medical Apps: Guidance for Those who Care. (13th International Conference on Wirtschaftsinformatik (WI),AtSt.Gallen, Switzerland 2017). [3] Using Google Cloud Vision in Assistive Technology Scenarios. (2016 IEEE Symposium on Computers and Communication (ISCC)). [4] A Comprehensive Overview of Medical Error in Hospitals Using Incident-Reporting Systems, Patient Complaints and Chart Review of Inpatient Deaths. (de Feijter JM, de Grave WS, Muijtjens AM, Scherpbier AJJA, Koopmans RP (2012)). [5] A Web based Employee Medical History Management and Monitoring System. (2012 IEEE-EMBS Conference on Biomedical Engineering and Sciences).