SlideShare a Scribd company logo
1 of 3
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 1588
Digitalization of Medical Prescription
Ananthu T .S1, Athira Jayan2, Felna Francy Chazhoor3, Linnet Tomy4
1,2,3 B.Tech Student, Dept. of Computer Science Engineering, Sahrdaya College of Engineering & Technology,
Kerala, India
4 Assistant Professor, Dept. of Computer Science Engineering, Sahrdaya College of Engineering & Technology,
Kerala, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract –Nowadays when a patient is consulting a doctor
they are writing the prescriptions manually in a prescription
pad which is not readable by normal people and the patient is
supposed to carry this document to consult another doctor or
to bring medicines from pharmacy they have to consult the
doctor again if they have lost the prescription paper. In this
era of digitalization doctors are still following this manual
method of prescription writing. We are proposing a system
which can transform this process into a digital, efficient and
transparent way.
In the proposed system when doctors are writing the
prescriptions the written text will be converted into digital
readable from by comparing medicine database with the help
of a Personal Digital Assistant(PDA), and thisprescription will
be saved in to patient’s medical account in cloud. When
patient is going to brought medicine they don’thavetocarrya
physical prescription with them all they have to do is to give
unique identity by which pharmacists can get the
prescriptions. Also when a patient is visiting a new doctor by
referring patients medical accountthedoctorcanknowall the
medical procedures patient has gone through. Patient don’t
have to worry about losing the prescription.
Key Words: Handwriting Recognition, Cloud Computing,
Software as a Service, Medical Prescription, Convolutional
Neural Network
1. INTRODUCTION
It is commonly known that doctors have illegible
handwriting. The writer usually knows what is written, but
when other parties are involved they often have problems
with reading and interpreting the text. The following quote
stresses the problem with illegible handwriting: ‘Doctors’
sloppy handwriting kills more than 7 000 people annually
[1]. In this project we are trying to resolve this problem by
recognizing doctor’s handwriting using handwriting
recognition and converting it into legible format by using a
hardware device, that hardware device called PDA. Also we
are trying to store all their prescriptions in a central storage
to make sure that no medical details are missed , it also help
patient that prescription is not necessarily carried also it
cannot be forged. Doctor can get the history of medical
details directly from the system. Pharmacist can get
prescription directly from the system. The Patients can also
see their medical reports and laboratory details as well.
By this system doctors are using a digitization
device like PDA to write the prescription, The objective is to
yield the best textual (Unicode) interpretation of a given
sequence of handwritten strokes, as the domain (set of all
medicines) is known and comparatively small, system will
try to look for a match in the medicine database. Once found
it can be uploaded to cloud after verified by the doctor. This
will be available in every pharmacies worldwide and
authorized pharmacies can get the list as per customer’s
request. In current scenario hospitals are trying to change
into e-prescription but major challenges in this area is the
handwriting recognition of doctors. In this paper we are
discussing about the possibilities of implementing this
system.
Automation should eliminate many of the errors that occur
when pharmacists misunderstand or medication names or
dosages conveyed messily on paper or hurriedly by phone.
Given that there are more than 17,000 pharmaceutical
brands and generics available [2], a spoken request for
Celebrex, for example, can be mistaken for Celexa, or a
notation requesting 150 milligrams of a drug might be read
as 1500. In electronic systems, drugs and dosages are
selected from menus to prevent input errors, and
pharmacists don't need to re-enter information.
2. TECHNIQUES AND METHODOLOGY
The work is dividing into 3 parts. The first part is
handwriting recognition which includes image pre-
processing, thresholding and thinning. The second part is
medicine prediction where the medicine is predicted from
the doctors keypad by recognizing the characters .The third
part is managing the central storage where the whole
dataset is stored. That is where we can refer the medicine
names for predictions. Block diagram of the proposed
system is given in fig 1.
In fig 1 Doctor’s PDA takes prescription in digital format
which is given to the central system takes this input and it
recognizes the text using learning algorithms. The medicine
name in database compared with the recognized text and
medicine generic name is retrieved from the database. It
then added to patient’s medical accountincloud.Pharmacist
can access this data using patient’s unique id and user can
check their medicine list and verify the same.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 1589
Fig -1: Proposed model
3. IMPLEMENTATION
The Digitalization of medical prescription starts with the
input made on the stylus by doctors. This writings are read
as an image. Image is undergoing preprocessing usingopen-
CV functions. The aim of pre-processing is to eliminate the
inconsistency that is inherent in cursive handwrittenwords.
In pre-processing we will get separate medicine namesfrom
the whole dataset. In this phase of preprocessing, the RGB
images is converted to grayscale format. This step is
necessary so as to overcome the problems that may arise
due to the use of pens of different colors and different
intensities on various noisy and colored backgrounds. For
thinning we have used morphological transformationwhere
erosion operator is used.
3.1 Segmentation
After the preprocessing of the input handwritten word, the
height and width of the word is calculated for the analysis of
the ligatures in an accurate manner [3]. The wordisscanned
vertically, from top to bottom, column wise and the number
of foreground pixels in the inverted word image arecounted
in each column. This will separate the columns which has
less than one cross section as shown in fig 2.
Fig -2: Segmentation
Average of these columns are used as a margin for
segmenting characters apart. Still it won’t separate each
characters. The recognized characters are separated from
the word segment and taken as a separate character.
Sometimes this may leads to over segmentation. The over-
segmentation problem happens in two cases.First,when the
two adjacent characters in the word image are not touching
each other and the sum of foreground pixels of the columns
in this area are zero. Second, when the two consecutive
characters in the word image areconnectedbya ligatureand
the sum of foreground pixels in these columns crossing this
ligature are one.
3.1 Character Recognition
After segmentation each character separated is feeding into
a Convolutional Neural Network (CNN).Oursystemisusinga
Recurrent Convolutional Neural network inspiredfrom Ming
Liang’s and Xiaolin Hu’s work [4]. The models were
evaluated using EMNIST datasets. The pioneeringwork from
LeCun and his collaborators has makingLeNet5beingwidely
used as the foundation architecture to develop more recent
convolutional neural networks [5].
4. RESULT
MNIST is one of the most well-known datasets in the
machine learning community. It consists of hand written
digits of 0 to 9. There are 60000 training sets and 10000
testing sets. The images are in gray scale with size 28x28
pixels. Convolutional neural networks have exhibited an
incremental learning behavior froma seriesoftrainingstarts
from epoch 1-10. The LetNet5 achieved the best
performance of 99.5% of recognition accuracy [5].when the
system is considered as a whole accuracy is getting bit
variant as the input images are not exact characters. Over
segmentation problem also made prediction little bit
complicated. Still as the domain is known and with the listof
predicted medicines accuracy can be maintained.
5. CONCLUSION
We believe that this project can make an impact in the
current medical field problems like prescription forgery,
losing prescription, brand name usage in prescription etc.
Major challenges in designing this system is the different
handwriting styles of doctors and lack of enough training
data. Hence at the beginning itselftheproductcannotgive its
full productivity. There can be problems like internet
availability, reach to common people andothers butwithina
span of time this product can make the changes it’s expected
to make
REFERENCES
[1] H. Brits, A. Botha, L. Niksch, R. Terblanché,K. Venter &
amp;G. Joubert ”Illegiblehandwriting and other
prescription errors on prescriptions at National District
Hospital, Bloemfontein” South African Fa ily Practice
Volume 59, 2017 – Issue 1
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 1590
[2] “Cause of Death: Sloppy Doctors” by Jeremy Caplan –
TIME Monday, Jan.15,2007
[3] Rehman A, Mohamad D, Sulong G. Implicit Vs Explicit
based Script Segmentation and Recognition : A
Performance Comparisonon Benchmark Database,Int.J.
Open Problems Compt. Math., 2009, Vol. 2, No. 3, 352-
364.
[4] Ming Liang, and Xiaolin Hu,” Recurrent Convolutional
Neural Network for Object Recognition”,CVPR2015
Computer Vison Foundation.
[5] Matthew Y.W. Teow,” A Minimal Convolutional Neural
Network for Handwritten Digit Recognition”, 2017 7th
IEEE International Conference on System Engineering
and Technology (ICSET 2017), 2 - 3 October 2017, Shah
Alam, Malaysia
[6] Y. LeCun, K. Kavukcuoglu, andC.Farabet,“Convolutional
networks and applications in vision”, In Circuits and
Systems (ISCAS), Proceedings of 2010 IEEE
International Symposium on, pp. 253–256, IEEE, 2010.

More Related Content

What's hot

IRJET- GDPS - General Disease Prediction System
IRJET- GDPS - General Disease Prediction SystemIRJET- GDPS - General Disease Prediction System
IRJET- GDPS - General Disease Prediction SystemIRJET Journal
 
DE-IDENTIFICATION OF PROTECTED HEALTH INFORMATION PHI FROM FREE TEXT IN MEDIC...
DE-IDENTIFICATION OF PROTECTED HEALTH INFORMATION PHI FROM FREE TEXT IN MEDIC...DE-IDENTIFICATION OF PROTECTED HEALTH INFORMATION PHI FROM FREE TEXT IN MEDIC...
DE-IDENTIFICATION OF PROTECTED HEALTH INFORMATION PHI FROM FREE TEXT IN MEDIC...ijsptm
 
Hospital Management System Abstract 2017
Hospital Management System Abstract 2017Hospital Management System Abstract 2017
Hospital Management System Abstract 2017ioshean
 
MACHINE LEARNING ALGORITHMS FOR HETEROGENEOUS DATA: A COMPARATIVE STUDY
MACHINE LEARNING ALGORITHMS FOR HETEROGENEOUS DATA: A COMPARATIVE STUDYMACHINE LEARNING ALGORITHMS FOR HETEROGENEOUS DATA: A COMPARATIVE STUDY
MACHINE LEARNING ALGORITHMS FOR HETEROGENEOUS DATA: A COMPARATIVE STUDYIAEME Publication
 
SRS for smart health care system,srs for health system,health management doc...
SRS  for smart health care system,srs for health system,health management doc...SRS  for smart health care system,srs for health system,health management doc...
SRS for smart health care system,srs for health system,health management doc...AnilkumarSingh129
 
IRJET - Alzheimer’s Detection Model Using Machine Learning
IRJET - Alzheimer’s Detection Model Using Machine LearningIRJET - Alzheimer’s Detection Model Using Machine Learning
IRJET - Alzheimer’s Detection Model Using Machine LearningIRJET Journal
 
EDGE DETECTION IN DIGITAL IMAGE USING MORPHOLOGY OPERATION
EDGE DETECTION IN DIGITAL IMAGE USING MORPHOLOGY OPERATIONEDGE DETECTION IN DIGITAL IMAGE USING MORPHOLOGY OPERATION
EDGE DETECTION IN DIGITAL IMAGE USING MORPHOLOGY OPERATIONIJEEE
 
Self-Diagnosis Hospital Management System
Self-Diagnosis Hospital Management SystemSelf-Diagnosis Hospital Management System
Self-Diagnosis Hospital Management SystemNeelam Priya
 
An efficient feature selection algorithm for health care data analysis
An efficient feature selection algorithm for health care data analysisAn efficient feature selection algorithm for health care data analysis
An efficient feature selection algorithm for health care data analysisjournalBEEI
 
IRJET- Machine Learning Classification Algorithms for Predictive Analysis in ...
IRJET- Machine Learning Classification Algorithms for Predictive Analysis in ...IRJET- Machine Learning Classification Algorithms for Predictive Analysis in ...
IRJET- Machine Learning Classification Algorithms for Predictive Analysis in ...IRJET Journal
 
IRJET- Comparative Analysis of Data Mining Classification Techniques for Hear...
IRJET- Comparative Analysis of Data Mining Classification Techniques for Hear...IRJET- Comparative Analysis of Data Mining Classification Techniques for Hear...
IRJET- Comparative Analysis of Data Mining Classification Techniques for Hear...IRJET Journal
 
PAMC IT PROJECT
PAMC IT PROJECTPAMC IT PROJECT
PAMC IT PROJECTvarun p v
 
IRJET- Medical Data Mining
IRJET- Medical Data MiningIRJET- Medical Data Mining
IRJET- Medical Data MiningIRJET Journal
 
IRJET- A Block Chain Technology based Data Security in Medical Report for Hea...
IRJET- A Block Chain Technology based Data Security in Medical Report for Hea...IRJET- A Block Chain Technology based Data Security in Medical Report for Hea...
IRJET- A Block Chain Technology based Data Security in Medical Report for Hea...IRJET Journal
 

What's hot (20)

IRJET- GDPS - General Disease Prediction System
IRJET- GDPS - General Disease Prediction SystemIRJET- GDPS - General Disease Prediction System
IRJET- GDPS - General Disease Prediction System
 
DE-IDENTIFICATION OF PROTECTED HEALTH INFORMATION PHI FROM FREE TEXT IN MEDIC...
DE-IDENTIFICATION OF PROTECTED HEALTH INFORMATION PHI FROM FREE TEXT IN MEDIC...DE-IDENTIFICATION OF PROTECTED HEALTH INFORMATION PHI FROM FREE TEXT IN MEDIC...
DE-IDENTIFICATION OF PROTECTED HEALTH INFORMATION PHI FROM FREE TEXT IN MEDIC...
 
Hospital Management System Abstract 2017
Hospital Management System Abstract 2017Hospital Management System Abstract 2017
Hospital Management System Abstract 2017
 
MACHINE LEARNING ALGORITHMS FOR HETEROGENEOUS DATA: A COMPARATIVE STUDY
MACHINE LEARNING ALGORITHMS FOR HETEROGENEOUS DATA: A COMPARATIVE STUDYMACHINE LEARNING ALGORITHMS FOR HETEROGENEOUS DATA: A COMPARATIVE STUDY
MACHINE LEARNING ALGORITHMS FOR HETEROGENEOUS DATA: A COMPARATIVE STUDY
 
SRS for smart health care system,srs for health system,health management doc...
SRS  for smart health care system,srs for health system,health management doc...SRS  for smart health care system,srs for health system,health management doc...
SRS for smart health care system,srs for health system,health management doc...
 
IRJET - Alzheimer’s Detection Model Using Machine Learning
IRJET - Alzheimer’s Detection Model Using Machine LearningIRJET - Alzheimer’s Detection Model Using Machine Learning
IRJET - Alzheimer’s Detection Model Using Machine Learning
 
Majd
MajdMajd
Majd
 
EDGE DETECTION IN DIGITAL IMAGE USING MORPHOLOGY OPERATION
EDGE DETECTION IN DIGITAL IMAGE USING MORPHOLOGY OPERATIONEDGE DETECTION IN DIGITAL IMAGE USING MORPHOLOGY OPERATION
EDGE DETECTION IN DIGITAL IMAGE USING MORPHOLOGY OPERATION
 
HOSPITAL MANAGEMENT SYSTEM project report
HOSPITAL MANAGEMENT SYSTEM project reportHOSPITAL MANAGEMENT SYSTEM project report
HOSPITAL MANAGEMENT SYSTEM project report
 
D103
D103D103
D103
 
[IJET-V1I3P11] Authors : Hemangi Bhalekar, Swati Kumbhar, Hiral Mewada, Prati...
[IJET-V1I3P11] Authors : Hemangi Bhalekar, Swati Kumbhar, Hiral Mewada, Prati...[IJET-V1I3P11] Authors : Hemangi Bhalekar, Swati Kumbhar, Hiral Mewada, Prati...
[IJET-V1I3P11] Authors : Hemangi Bhalekar, Swati Kumbhar, Hiral Mewada, Prati...
 
Self-Diagnosis Hospital Management System
Self-Diagnosis Hospital Management SystemSelf-Diagnosis Hospital Management System
Self-Diagnosis Hospital Management System
 
An efficient feature selection algorithm for health care data analysis
An efficient feature selection algorithm for health care data analysisAn efficient feature selection algorithm for health care data analysis
An efficient feature selection algorithm for health care data analysis
 
An optimal face recoginition tool
An optimal face recoginition toolAn optimal face recoginition tool
An optimal face recoginition tool
 
IRJET- Machine Learning Classification Algorithms for Predictive Analysis in ...
IRJET- Machine Learning Classification Algorithms for Predictive Analysis in ...IRJET- Machine Learning Classification Algorithms for Predictive Analysis in ...
IRJET- Machine Learning Classification Algorithms for Predictive Analysis in ...
 
IRJET- Comparative Analysis of Data Mining Classification Techniques for Hear...
IRJET- Comparative Analysis of Data Mining Classification Techniques for Hear...IRJET- Comparative Analysis of Data Mining Classification Techniques for Hear...
IRJET- Comparative Analysis of Data Mining Classification Techniques for Hear...
 
Srs
SrsSrs
Srs
 
PAMC IT PROJECT
PAMC IT PROJECTPAMC IT PROJECT
PAMC IT PROJECT
 
IRJET- Medical Data Mining
IRJET- Medical Data MiningIRJET- Medical Data Mining
IRJET- Medical Data Mining
 
IRJET- A Block Chain Technology based Data Security in Medical Report for Hea...
IRJET- A Block Chain Technology based Data Security in Medical Report for Hea...IRJET- A Block Chain Technology based Data Security in Medical Report for Hea...
IRJET- A Block Chain Technology based Data Security in Medical Report for Hea...
 

Similar to IRJET- Digitalization of Medical Prescription

Feasibility Study on Moving Towards Electronic Prescription over Manual Presc...
Feasibility Study on Moving Towards Electronic Prescription over Manual Presc...Feasibility Study on Moving Towards Electronic Prescription over Manual Presc...
Feasibility Study on Moving Towards Electronic Prescription over Manual Presc...IRJET Journal
 
Nursing Informatics Part 2 Paper.docx
Nursing Informatics Part 2 Paper.docxNursing Informatics Part 2 Paper.docx
Nursing Informatics Part 2 Paper.docx4934bk
 
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
 
DISEASE PREDICTION SYSTEM USING SYMPTOMS
DISEASE PREDICTION SYSTEM USING SYMPTOMSDISEASE PREDICTION SYSTEM USING SYMPTOMS
DISEASE PREDICTION SYSTEM USING SYMPTOMSIRJET Journal
 
IRJET - Medicine Recommendation System
IRJET - Medicine Recommendation SystemIRJET - Medicine Recommendation System
IRJET - Medicine Recommendation SystemIRJET 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- Data Mining Techniques to Predict Diabetes
IRJET- Data Mining Techniques to Predict DiabetesIRJET- Data Mining Techniques to Predict Diabetes
IRJET- Data Mining Techniques to Predict DiabetesIRJET Journal
 
Electronic Medical Regulation
Electronic Medical RegulationElectronic Medical Regulation
Electronic Medical RegulationAditya Chauhan
 
IRJET- Electronic Health Record System Single Page Web Application Front End
IRJET-  	  Electronic Health Record System Single Page Web Application Front EndIRJET-  	  Electronic Health Record System Single Page Web Application Front End
IRJET- Electronic Health Record System Single Page Web Application Front EndIRJET Journal
 
IRJET- Analysis of Hospital Resources with Mortality Rates using Apriori ...
IRJET-  	  Analysis of Hospital Resources with Mortality Rates using Apriori ...IRJET-  	  Analysis of Hospital Resources with Mortality Rates using Apriori ...
IRJET- Analysis of Hospital Resources with Mortality Rates using Apriori ...IRJET Journal
 
IRJET - Implementation of Disease Prediction Chatbot and Report Analyzer ...
IRJET -  	  Implementation of Disease Prediction Chatbot and Report Analyzer ...IRJET -  	  Implementation of Disease Prediction Chatbot and Report Analyzer ...
IRJET - Implementation of Disease Prediction Chatbot and Report Analyzer ...IRJET Journal
 
Health Care Application using Machine Learning and Deep Learning
Health Care Application using Machine Learning and Deep LearningHealth Care Application using Machine Learning and Deep Learning
Health Care Application using Machine Learning and Deep LearningIRJET Journal
 
IRJET- Heart Disease Prediction System
IRJET- Heart Disease Prediction SystemIRJET- Heart Disease Prediction System
IRJET- Heart Disease Prediction SystemIRJET Journal
 
Online Medical Prescription Management System
Online Medical Prescription Management SystemOnline Medical Prescription Management System
Online Medical Prescription Management SystemIRJET Journal
 
IRJET - Hospital Management System
IRJET -  	  Hospital Management SystemIRJET -  	  Hospital Management System
IRJET - Hospital Management SystemIRJET Journal
 
IRJET- Healthcare Management System in Android – “meDKare” Application
IRJET- Healthcare Management System in Android – “meDKare” ApplicationIRJET- Healthcare Management System in Android – “meDKare” Application
IRJET- Healthcare Management System in Android – “meDKare” ApplicationIRJET Journal
 
Multi Disease Detection using Deep Learning
Multi Disease Detection using Deep LearningMulti Disease Detection using Deep Learning
Multi Disease Detection using Deep LearningIRJET Journal
 
Hostpital management system(srs)
Hostpital management system(srs)Hostpital management system(srs)
Hostpital management system(srs)maamir farooq
 
Smart Healthcare Prediction System Using Machine Learning
Smart Healthcare Prediction System Using Machine LearningSmart Healthcare Prediction System Using Machine Learning
Smart Healthcare Prediction System Using Machine LearningIRJET Journal
 

Similar to IRJET- Digitalization of Medical Prescription (20)

Feasibility Study on Moving Towards Electronic Prescription over Manual Presc...
Feasibility Study on Moving Towards Electronic Prescription over Manual Presc...Feasibility Study on Moving Towards Electronic Prescription over Manual Presc...
Feasibility Study on Moving Towards Electronic Prescription over Manual Presc...
 
Nursing Informatics Part 2 Paper.docx
Nursing Informatics Part 2 Paper.docxNursing Informatics Part 2 Paper.docx
Nursing Informatics Part 2 Paper.docx
 
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
 
DISEASE PREDICTION SYSTEM USING SYMPTOMS
DISEASE PREDICTION SYSTEM USING SYMPTOMSDISEASE PREDICTION SYSTEM USING SYMPTOMS
DISEASE PREDICTION SYSTEM USING SYMPTOMS
 
IRJET - Medicine Recommendation System
IRJET - Medicine Recommendation SystemIRJET - Medicine Recommendation System
IRJET - Medicine Recommendation System
 
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- Data Mining Techniques to Predict Diabetes
IRJET- Data Mining Techniques to Predict DiabetesIRJET- Data Mining Techniques to Predict Diabetes
IRJET- Data Mining Techniques to Predict Diabetes
 
Electronic Medical Regulation
Electronic Medical RegulationElectronic Medical Regulation
Electronic Medical Regulation
 
IRJET- Electronic Health Record System Single Page Web Application Front End
IRJET-  	  Electronic Health Record System Single Page Web Application Front EndIRJET-  	  Electronic Health Record System Single Page Web Application Front End
IRJET- Electronic Health Record System Single Page Web Application Front End
 
IRJET- Analysis of Hospital Resources with Mortality Rates using Apriori ...
IRJET-  	  Analysis of Hospital Resources with Mortality Rates using Apriori ...IRJET-  	  Analysis of Hospital Resources with Mortality Rates using Apriori ...
IRJET- Analysis of Hospital Resources with Mortality Rates using Apriori ...
 
NERVE
NERVENERVE
NERVE
 
IRJET - Implementation of Disease Prediction Chatbot and Report Analyzer ...
IRJET -  	  Implementation of Disease Prediction Chatbot and Report Analyzer ...IRJET -  	  Implementation of Disease Prediction Chatbot and Report Analyzer ...
IRJET - Implementation of Disease Prediction Chatbot and Report Analyzer ...
 
Health Care Application using Machine Learning and Deep Learning
Health Care Application using Machine Learning and Deep LearningHealth Care Application using Machine Learning and Deep Learning
Health Care Application using Machine Learning and Deep Learning
 
IRJET- Heart Disease Prediction System
IRJET- Heart Disease Prediction SystemIRJET- Heart Disease Prediction System
IRJET- Heart Disease Prediction System
 
Online Medical Prescription Management System
Online Medical Prescription Management SystemOnline Medical Prescription Management System
Online Medical Prescription Management System
 
IRJET - Hospital Management System
IRJET -  	  Hospital Management SystemIRJET -  	  Hospital Management System
IRJET - Hospital Management System
 
IRJET- Healthcare Management System in Android – “meDKare” Application
IRJET- Healthcare Management System in Android – “meDKare” ApplicationIRJET- Healthcare Management System in Android – “meDKare” Application
IRJET- Healthcare Management System in Android – “meDKare” Application
 
Multi Disease Detection using Deep Learning
Multi Disease Detection using Deep LearningMulti Disease Detection using Deep Learning
Multi Disease Detection using Deep Learning
 
Hostpital management system(srs)
Hostpital management system(srs)Hostpital management system(srs)
Hostpital management system(srs)
 
Smart Healthcare Prediction System Using Machine Learning
Smart Healthcare Prediction System Using Machine LearningSmart Healthcare Prediction System Using Machine Learning
Smart Healthcare Prediction System Using Machine Learning
 

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

Passive Air Cooling System and Solar Water Heater.ppt
Passive Air Cooling System and Solar Water Heater.pptPassive Air Cooling System and Solar Water Heater.ppt
Passive Air Cooling System and Solar Water Heater.pptamrabdallah9
 
NEWLETTER FRANCE HELICES/ SDS SURFACE DRIVES - MAY 2024
NEWLETTER FRANCE HELICES/ SDS SURFACE DRIVES - MAY 2024NEWLETTER FRANCE HELICES/ SDS SURFACE DRIVES - MAY 2024
NEWLETTER FRANCE HELICES/ SDS SURFACE DRIVES - MAY 2024EMMANUELLEFRANCEHELI
 
Interfacing Analog to Digital Data Converters ee3404.pdf
Interfacing Analog to Digital Data Converters ee3404.pdfInterfacing Analog to Digital Data Converters ee3404.pdf
Interfacing Analog to Digital Data Converters ee3404.pdfragupathi90
 
Artificial Intelligence in due diligence
Artificial Intelligence in due diligenceArtificial Intelligence in due diligence
Artificial Intelligence in due diligencemahaffeycheryld
 
Involute of a circle,Square, pentagon,HexagonInvolute_Engineering Drawing.pdf
Involute of a circle,Square, pentagon,HexagonInvolute_Engineering Drawing.pdfInvolute of a circle,Square, pentagon,HexagonInvolute_Engineering Drawing.pdf
Involute of a circle,Square, pentagon,HexagonInvolute_Engineering Drawing.pdfJNTUA
 
Autodesk Construction Cloud (Autodesk Build).pptx
Autodesk Construction Cloud (Autodesk Build).pptxAutodesk Construction Cloud (Autodesk Build).pptx
Autodesk Construction Cloud (Autodesk Build).pptxMustafa Ahmed
 
Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)Ramkumar k
 
Intro to Design (for Engineers) at Sydney Uni
Intro to Design (for Engineers) at Sydney UniIntro to Design (for Engineers) at Sydney Uni
Intro to Design (for Engineers) at Sydney UniR. Sosa
 
Instruct Nirmaana 24-Smart and Lean Construction Through Technology.pdf
Instruct Nirmaana 24-Smart and Lean Construction Through Technology.pdfInstruct Nirmaana 24-Smart and Lean Construction Through Technology.pdf
Instruct Nirmaana 24-Smart and Lean Construction Through Technology.pdfEr.Sonali Nasikkar
 
Software Engineering Practical File Front Pages.pdf
Software Engineering Practical File Front Pages.pdfSoftware Engineering Practical File Front Pages.pdf
Software Engineering Practical File Front Pages.pdfssuser5c9d4b1
 
21P35A0312 Internship eccccccReport.docx
21P35A0312 Internship eccccccReport.docx21P35A0312 Internship eccccccReport.docx
21P35A0312 Internship eccccccReport.docxrahulmanepalli02
 
8th International Conference on Soft Computing, Mathematics and Control (SMC ...
8th International Conference on Soft Computing, Mathematics and Control (SMC ...8th International Conference on Soft Computing, Mathematics and Control (SMC ...
8th International Conference on Soft Computing, Mathematics and Control (SMC ...josephjonse
 
Adsorption (mass transfer operations 2) ppt
Adsorption (mass transfer operations 2) pptAdsorption (mass transfer operations 2) ppt
Adsorption (mass transfer operations 2) pptjigup7320
 
Insurance management system project report.pdf
Insurance management system project report.pdfInsurance management system project report.pdf
Insurance management system project report.pdfKamal Acharya
 
SLIDESHARE PPT-DECISION MAKING METHODS.pptx
SLIDESHARE PPT-DECISION MAKING METHODS.pptxSLIDESHARE PPT-DECISION MAKING METHODS.pptx
SLIDESHARE PPT-DECISION MAKING METHODS.pptxCHAIRMAN M
 
Filters for Electromagnetic Compatibility Applications
Filters for Electromagnetic Compatibility ApplicationsFilters for Electromagnetic Compatibility Applications
Filters for Electromagnetic Compatibility ApplicationsMathias Magdowski
 
21scheme vtu syllabus of visveraya technological university
21scheme vtu syllabus of visveraya technological university21scheme vtu syllabus of visveraya technological university
21scheme vtu syllabus of visveraya technological universityMohd Saifudeen
 
Research Methodolgy & Intellectual Property Rights Series 1
Research Methodolgy & Intellectual Property Rights Series 1Research Methodolgy & Intellectual Property Rights Series 1
Research Methodolgy & Intellectual Property Rights Series 1T.D. Shashikala
 
Diploma Engineering Drawing Qp-2024 Ece .pdf
Diploma Engineering Drawing Qp-2024 Ece .pdfDiploma Engineering Drawing Qp-2024 Ece .pdf
Diploma Engineering Drawing Qp-2024 Ece .pdfJNTUA
 
Worksharing and 3D Modeling with Revit.pptx
Worksharing and 3D Modeling with Revit.pptxWorksharing and 3D Modeling with Revit.pptx
Worksharing and 3D Modeling with Revit.pptxMustafa Ahmed
 

Recently uploaded (20)

Passive Air Cooling System and Solar Water Heater.ppt
Passive Air Cooling System and Solar Water Heater.pptPassive Air Cooling System and Solar Water Heater.ppt
Passive Air Cooling System and Solar Water Heater.ppt
 
NEWLETTER FRANCE HELICES/ SDS SURFACE DRIVES - MAY 2024
NEWLETTER FRANCE HELICES/ SDS SURFACE DRIVES - MAY 2024NEWLETTER FRANCE HELICES/ SDS SURFACE DRIVES - MAY 2024
NEWLETTER FRANCE HELICES/ SDS SURFACE DRIVES - MAY 2024
 
Interfacing Analog to Digital Data Converters ee3404.pdf
Interfacing Analog to Digital Data Converters ee3404.pdfInterfacing Analog to Digital Data Converters ee3404.pdf
Interfacing Analog to Digital Data Converters ee3404.pdf
 
Artificial Intelligence in due diligence
Artificial Intelligence in due diligenceArtificial Intelligence in due diligence
Artificial Intelligence in due diligence
 
Involute of a circle,Square, pentagon,HexagonInvolute_Engineering Drawing.pdf
Involute of a circle,Square, pentagon,HexagonInvolute_Engineering Drawing.pdfInvolute of a circle,Square, pentagon,HexagonInvolute_Engineering Drawing.pdf
Involute of a circle,Square, pentagon,HexagonInvolute_Engineering Drawing.pdf
 
Autodesk Construction Cloud (Autodesk Build).pptx
Autodesk Construction Cloud (Autodesk Build).pptxAutodesk Construction Cloud (Autodesk Build).pptx
Autodesk Construction Cloud (Autodesk Build).pptx
 
Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)
 
Intro to Design (for Engineers) at Sydney Uni
Intro to Design (for Engineers) at Sydney UniIntro to Design (for Engineers) at Sydney Uni
Intro to Design (for Engineers) at Sydney Uni
 
Instruct Nirmaana 24-Smart and Lean Construction Through Technology.pdf
Instruct Nirmaana 24-Smart and Lean Construction Through Technology.pdfInstruct Nirmaana 24-Smart and Lean Construction Through Technology.pdf
Instruct Nirmaana 24-Smart and Lean Construction Through Technology.pdf
 
Software Engineering Practical File Front Pages.pdf
Software Engineering Practical File Front Pages.pdfSoftware Engineering Practical File Front Pages.pdf
Software Engineering Practical File Front Pages.pdf
 
21P35A0312 Internship eccccccReport.docx
21P35A0312 Internship eccccccReport.docx21P35A0312 Internship eccccccReport.docx
21P35A0312 Internship eccccccReport.docx
 
8th International Conference on Soft Computing, Mathematics and Control (SMC ...
8th International Conference on Soft Computing, Mathematics and Control (SMC ...8th International Conference on Soft Computing, Mathematics and Control (SMC ...
8th International Conference on Soft Computing, Mathematics and Control (SMC ...
 
Adsorption (mass transfer operations 2) ppt
Adsorption (mass transfer operations 2) pptAdsorption (mass transfer operations 2) ppt
Adsorption (mass transfer operations 2) ppt
 
Insurance management system project report.pdf
Insurance management system project report.pdfInsurance management system project report.pdf
Insurance management system project report.pdf
 
SLIDESHARE PPT-DECISION MAKING METHODS.pptx
SLIDESHARE PPT-DECISION MAKING METHODS.pptxSLIDESHARE PPT-DECISION MAKING METHODS.pptx
SLIDESHARE PPT-DECISION MAKING METHODS.pptx
 
Filters for Electromagnetic Compatibility Applications
Filters for Electromagnetic Compatibility ApplicationsFilters for Electromagnetic Compatibility Applications
Filters for Electromagnetic Compatibility Applications
 
21scheme vtu syllabus of visveraya technological university
21scheme vtu syllabus of visveraya technological university21scheme vtu syllabus of visveraya technological university
21scheme vtu syllabus of visveraya technological university
 
Research Methodolgy & Intellectual Property Rights Series 1
Research Methodolgy & Intellectual Property Rights Series 1Research Methodolgy & Intellectual Property Rights Series 1
Research Methodolgy & Intellectual Property Rights Series 1
 
Diploma Engineering Drawing Qp-2024 Ece .pdf
Diploma Engineering Drawing Qp-2024 Ece .pdfDiploma Engineering Drawing Qp-2024 Ece .pdf
Diploma Engineering Drawing Qp-2024 Ece .pdf
 
Worksharing and 3D Modeling with Revit.pptx
Worksharing and 3D Modeling with Revit.pptxWorksharing and 3D Modeling with Revit.pptx
Worksharing and 3D Modeling with Revit.pptx
 

IRJET- Digitalization of Medical Prescription

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 1588 Digitalization of Medical Prescription Ananthu T .S1, Athira Jayan2, Felna Francy Chazhoor3, Linnet Tomy4 1,2,3 B.Tech Student, Dept. of Computer Science Engineering, Sahrdaya College of Engineering & Technology, Kerala, India 4 Assistant Professor, Dept. of Computer Science Engineering, Sahrdaya College of Engineering & Technology, Kerala, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract –Nowadays when a patient is consulting a doctor they are writing the prescriptions manually in a prescription pad which is not readable by normal people and the patient is supposed to carry this document to consult another doctor or to bring medicines from pharmacy they have to consult the doctor again if they have lost the prescription paper. In this era of digitalization doctors are still following this manual method of prescription writing. We are proposing a system which can transform this process into a digital, efficient and transparent way. In the proposed system when doctors are writing the prescriptions the written text will be converted into digital readable from by comparing medicine database with the help of a Personal Digital Assistant(PDA), and thisprescription will be saved in to patient’s medical account in cloud. When patient is going to brought medicine they don’thavetocarrya physical prescription with them all they have to do is to give unique identity by which pharmacists can get the prescriptions. Also when a patient is visiting a new doctor by referring patients medical accountthedoctorcanknowall the medical procedures patient has gone through. Patient don’t have to worry about losing the prescription. Key Words: Handwriting Recognition, Cloud Computing, Software as a Service, Medical Prescription, Convolutional Neural Network 1. INTRODUCTION It is commonly known that doctors have illegible handwriting. The writer usually knows what is written, but when other parties are involved they often have problems with reading and interpreting the text. The following quote stresses the problem with illegible handwriting: ‘Doctors’ sloppy handwriting kills more than 7 000 people annually [1]. In this project we are trying to resolve this problem by recognizing doctor’s handwriting using handwriting recognition and converting it into legible format by using a hardware device, that hardware device called PDA. Also we are trying to store all their prescriptions in a central storage to make sure that no medical details are missed , it also help patient that prescription is not necessarily carried also it cannot be forged. Doctor can get the history of medical details directly from the system. Pharmacist can get prescription directly from the system. The Patients can also see their medical reports and laboratory details as well. By this system doctors are using a digitization device like PDA to write the prescription, The objective is to yield the best textual (Unicode) interpretation of a given sequence of handwritten strokes, as the domain (set of all medicines) is known and comparatively small, system will try to look for a match in the medicine database. Once found it can be uploaded to cloud after verified by the doctor. This will be available in every pharmacies worldwide and authorized pharmacies can get the list as per customer’s request. In current scenario hospitals are trying to change into e-prescription but major challenges in this area is the handwriting recognition of doctors. In this paper we are discussing about the possibilities of implementing this system. Automation should eliminate many of the errors that occur when pharmacists misunderstand or medication names or dosages conveyed messily on paper or hurriedly by phone. Given that there are more than 17,000 pharmaceutical brands and generics available [2], a spoken request for Celebrex, for example, can be mistaken for Celexa, or a notation requesting 150 milligrams of a drug might be read as 1500. In electronic systems, drugs and dosages are selected from menus to prevent input errors, and pharmacists don't need to re-enter information. 2. TECHNIQUES AND METHODOLOGY The work is dividing into 3 parts. The first part is handwriting recognition which includes image pre- processing, thresholding and thinning. The second part is medicine prediction where the medicine is predicted from the doctors keypad by recognizing the characters .The third part is managing the central storage where the whole dataset is stored. That is where we can refer the medicine names for predictions. Block diagram of the proposed system is given in fig 1. In fig 1 Doctor’s PDA takes prescription in digital format which is given to the central system takes this input and it recognizes the text using learning algorithms. The medicine name in database compared with the recognized text and medicine generic name is retrieved from the database. It then added to patient’s medical accountincloud.Pharmacist can access this data using patient’s unique id and user can check their medicine list and verify the same.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 1589 Fig -1: Proposed model 3. IMPLEMENTATION The Digitalization of medical prescription starts with the input made on the stylus by doctors. This writings are read as an image. Image is undergoing preprocessing usingopen- CV functions. The aim of pre-processing is to eliminate the inconsistency that is inherent in cursive handwrittenwords. In pre-processing we will get separate medicine namesfrom the whole dataset. In this phase of preprocessing, the RGB images is converted to grayscale format. This step is necessary so as to overcome the problems that may arise due to the use of pens of different colors and different intensities on various noisy and colored backgrounds. For thinning we have used morphological transformationwhere erosion operator is used. 3.1 Segmentation After the preprocessing of the input handwritten word, the height and width of the word is calculated for the analysis of the ligatures in an accurate manner [3]. The wordisscanned vertically, from top to bottom, column wise and the number of foreground pixels in the inverted word image arecounted in each column. This will separate the columns which has less than one cross section as shown in fig 2. Fig -2: Segmentation Average of these columns are used as a margin for segmenting characters apart. Still it won’t separate each characters. The recognized characters are separated from the word segment and taken as a separate character. Sometimes this may leads to over segmentation. The over- segmentation problem happens in two cases.First,when the two adjacent characters in the word image are not touching each other and the sum of foreground pixels of the columns in this area are zero. Second, when the two consecutive characters in the word image areconnectedbya ligatureand the sum of foreground pixels in these columns crossing this ligature are one. 3.1 Character Recognition After segmentation each character separated is feeding into a Convolutional Neural Network (CNN).Oursystemisusinga Recurrent Convolutional Neural network inspiredfrom Ming Liang’s and Xiaolin Hu’s work [4]. The models were evaluated using EMNIST datasets. The pioneeringwork from LeCun and his collaborators has makingLeNet5beingwidely used as the foundation architecture to develop more recent convolutional neural networks [5]. 4. RESULT MNIST is one of the most well-known datasets in the machine learning community. It consists of hand written digits of 0 to 9. There are 60000 training sets and 10000 testing sets. The images are in gray scale with size 28x28 pixels. Convolutional neural networks have exhibited an incremental learning behavior froma seriesoftrainingstarts from epoch 1-10. The LetNet5 achieved the best performance of 99.5% of recognition accuracy [5].when the system is considered as a whole accuracy is getting bit variant as the input images are not exact characters. Over segmentation problem also made prediction little bit complicated. Still as the domain is known and with the listof predicted medicines accuracy can be maintained. 5. CONCLUSION We believe that this project can make an impact in the current medical field problems like prescription forgery, losing prescription, brand name usage in prescription etc. Major challenges in designing this system is the different handwriting styles of doctors and lack of enough training data. Hence at the beginning itselftheproductcannotgive its full productivity. There can be problems like internet availability, reach to common people andothers butwithina span of time this product can make the changes it’s expected to make REFERENCES [1] H. Brits, A. Botha, L. Niksch, R. Terblanché,K. Venter & amp;G. Joubert ”Illegiblehandwriting and other prescription errors on prescriptions at National District Hospital, Bloemfontein” South African Fa ily Practice Volume 59, 2017 – Issue 1
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 1590 [2] “Cause of Death: Sloppy Doctors” by Jeremy Caplan – TIME Monday, Jan.15,2007 [3] Rehman A, Mohamad D, Sulong G. Implicit Vs Explicit based Script Segmentation and Recognition : A Performance Comparisonon Benchmark Database,Int.J. Open Problems Compt. Math., 2009, Vol. 2, No. 3, 352- 364. [4] Ming Liang, and Xiaolin Hu,” Recurrent Convolutional Neural Network for Object Recognition”,CVPR2015 Computer Vison Foundation. [5] Matthew Y.W. Teow,” A Minimal Convolutional Neural Network for Handwritten Digit Recognition”, 2017 7th IEEE International Conference on System Engineering and Technology (ICSET 2017), 2 - 3 October 2017, Shah Alam, Malaysia [6] Y. LeCun, K. Kavukcuoglu, andC.Farabet,“Convolutional networks and applications in vision”, In Circuits and Systems (ISCAS), Proceedings of 2010 IEEE International Symposium on, pp. 253–256, IEEE, 2010.