You are on page 1of 2

Parallel Patient Treatment Time Prediction with Hospital Queuing

Recommendation System
Pradnya Gaikwad, Prajakta Khedekar, Rohan Kalyankar, Prof. Dr. Meenakshi Thalor
pradnyag76@gmail.com, prajaktakhedekar10@gmail.com, rohan.kalyankar14@gmail.com, thalor.meenakshi@gmail.com
Computer Department
AISSMS IOIT, Pune.

ABSTRACT 2. PREVIOUS WORKS


In today’s era almost in every hospital, we see a large amount There have been many attempts made in the past to assist
of people waiting in queue to take treatment from doctors for hospital queue management but they have their drawbacks. To
different types of illness. In this scenario people get fed up to improve the accuracy of the data analysis with continuous
stand in queue for a long time waiting for their turn for
features, various optimization methods of classification are
treatment, leaving all their usual important work and job. To
help them out and to avoid their stress to stand in the queue proposed. Various recommendation algorithms have been
and wastage of their important time, we have developed presented and applied in related fields. To predict the waiting
system that gives queue waiting time to patients through the time for each treatment task, we use the PTTP algorithm to
web application which updates in real time. We developed a train the patient treatment time consumption based on both
Parallel Patient Time Prediction Algorithm which will give patient and time characteristics and then build the PTTP
the patient waiting time for their treatment .So that they can model. Our PTTP algorithm is based on an improved RF
attain the hospital according to the time predicted to them.
algorithm has significant advantages in terms of accuracy and
Also we developed the Hospital Queuing Recommendation
(HQR) System, which suggests the treatment to the patient performance. Moreover, there is no existing research on
according to waiting time of treatment. The treatment with hospital queuing management and recommendations.
short queue among other is first recommended to the patient. Therefore, we propose an HQR system based on the PTTP
model. Hence, we propose our own system with which we are
trying to remove the limitations of other such previous works.
General Terms
Patient treatment time 3. Proposed System
Keywords 3.1 System Architecture
The proposed system architectural view is as shown in the
Hospital queuing recommendation, Patient treatment time
fig.(1) below. Initially when Patient registers itself on hospital
prediction. website with username and password, the registered
information stored on hospitals database .Then patient selects
1. INTRODUCTION treatment after selecting PTTP algorithm shows how much
In hospitals most of the patients come for treatment such as time patient required to wait in the queue for each treatment.
CT scan, sugar level checkup , blood test ,etc. and wait for an According to this the HQR system predicts the treatment that
inestimable long period in lengthy queue for their turn to has short queues.
complete their treatment. Every treatment task may have
changeable time for every patient that forms the time
prediction and recommendation much difficult. Some
treatments are interdependent and based on the result of first
treatment while some are independent. In this paper, we
concentrate on helping patients to finish their treatment tasks
in a calculable time, also helping hospitals to schedule every
treatment task queue and avoid overflowing and inefficient
queues. For that we have visited the hospital and received the
patient information to make a patient treatment time
prediction model for every treatment task to presage the
treatment time for every patient inside the queue. We
examined the patients data based on their treatment start time
end time, patient age and details of the treatment taken by the
patient for the individual treatment task. By doing this, we are
able to analyze the waiting time for the different treatment
task of patients. Figure 1.Architecture Diagram

A. PTTP Algorithm
Patients information is recorded in hospital database while
registration. The registration includes patient information such

Volume: 3 Issue: 2 April - 2018 58


as name, age, blood group, mobile number etc. After 5. Result Analysis and Conclusion
registration, patients logged in through username and We conclude that we are implementing a system which is
password which he created at the time of registration. After convenient for patient. Patient sends request to schedule the
login, patients will select the treatments that he want to task then system schedule the task then patient visit to the
perform or that is prescribed by the doctors. After selection of hospital at the schedule time. By this we achieve patient
treatments, the required waiting time for that treatment will be treatment time prediction technique.
allocated to the patient. Suppose there is one patient in the
queue then the allocated time will be after the end time of that
first patient, through this the patient come to know that how 6. ACKNOWLEDGMENTS
much time he required to wait for treatment. If the treatment We would like to express gratitude to our project guide Prof.
of the first patient is completed before the allocated time, then Dr.Meenakshi Thalor for her expert advice and
the queue will be updated in real time and updated time will encouragement throughout this difficult project ,as well as
be shown to the remaining patients in the queue. If the same project coordinator Dr.K.S. Wagh and Head of Department
person come next time, then as the registration details does Prof. S.N. Zaware. Without their continuous support and
not require to fill again, the details will be retrieved from the encouragement this project might not have been possible.
database thus only login is required.

B. HQR System 7. REFERENCES


Hospital Queuing-Recommendation (HQR) system [1] 1. Jianguo Chen, Kenli Li, Zhuo tang, Kashif bilal, Keqin
recommends the least waiting treatment queue to the patient. li,"A Parallel Patient Treatment Time Prediction
It takes the waiting time of each queue from PTTP and selects Algorithm and Its Applications in Hospital Queuing-
Recommendation in a Big Data Environment",VOLUME
the least waiting queue among them. If the treatment of one 4, 2016.
patient is completed before the allocated time, then it updates
[2] 2. G. Yu, N. A. Goussies, J. Yuan, and Z. Liu, "Fast
the queue in real time and show the updated time to the action detection via Discriminative random forest voting
patient. HQR system is responsible for recommendation of and top-K subvolume search,"IEEE Trans. Multimedia,
treatment to patients. vol. 13, no. 3, pp. 507517, Jun. 2011.
[3] 3. S. Tyree, K. Q. Weinberger, K. Agrawal, and J.
3.2 Implementation Paykin, "Parallel boosted regression trees for Web search
ranking," in Proc. 20th Int.Conf. WorldWide Web
For the implementation purpose, we have divided the system (WWW), 2012, pp. 38796.
in different modules namely User i.e. patient, Admin and the [4] 4. G. Biau, "Analysis of a random forests model", J.
System. These modules are explained below. Mach. Learn. Res.,vol. 13, no. 1, pp. 1063 1095, Apr.
2012.
3.2.1 User [5] 5. X. Yang, Y. Guo, and Y. Liu, "Bayesian-inference-
based recommendation in online social networks", IEEE
Firstly the user has to register and login onto the Trans. Parallel Distrib. Syst.,vol. 24, no. 4, pp. 642 651,
hospital’s website. Then sends treatment request as Apr. 2013.
per the requirement and undergoes the treatment as [6] 6. Hong Bo Li, Wei Wang, Hong Wei Ding, Jin
per the prediction by the system. Dong."Trees Weighting Random Forest Method for
Classifying High-Dimensional Noisy Data",IEEE
International Conference on EBusiness Engineering.
3.2.2 Admin [7] 7. Y.-Y. Chen, A.J. Cheng, and W. H. Hsu,"Travel
Each department has separate admin monitoring all recommendation by mining people attributes and travel
the treatment department’s queue by logging in and group types from community- contributed photos," IEEE
Trans. Multimedia, vol. 15, no. 6, pp. 12831295, Oct.
the major task of the admin is to accept/reject the 2013.
incoming emergency requests. [8] 8. R. Fidalgo-Merino and M. Nunez, Self-adaptive
induction of regression trees," IEEE Trans. Pattern Anal.
3.2.3 System Mach. Intell., vol. 33, no. 8, pp. 1659 1672, Aug. 2011.
The functionality of the system includes calculating [9] 9. N. Salehi-Moghaddami, H. S. Yazdi, and H. Poostchi,
waiting time and predicting the efficient waiting "Correlation based splitting criterion in multi-branch
decision tree", Central Eur. J.Comput. Sci., vol. 1, no. 2,
queue, and then Generating or updating the database pp. 205 220, Jun. 2011.
at the back end. [10] 10. S. Meng, W. Dou, X. Zhang, and J. Chen,"KASR: A
keyword-aware service recommendation method on
MapReduce for big data applications", IEEE Trans.
4. Result Parallel Distrib. Syst., vol. 25, no. 12, pp.3221-3231,
1. PTTP algorithm based on HQR model is implemented. Dec. 2014.
2. The queue waiting time of each treatment task is predicted [11] 11. X. Wu, X. Zhu, G.-Q. Wu, and W. Ding, "Data
based on the trained PTTP model. mining with big data",IEEE Trans. Knowl. Data Eng.,
3. A parallel HQR system is developed, and an efficient and vol. 26, no. 1, pp. 97-107, Jan. 2014.
convenient treatment plan is recommended for each patient.
4. Extensive experiments and application results show that our
PTTP algorithm and HQR system achieve high precision and
performance.

Volume: 3 Issue: 2 April - 2018 59

You might also like