preview

Building An Application For Hospital Management And Patient Health Records Essay

Better Essays

Big data are grooming in reality. SQL does not have capacity to handle a very huge amount of data. All applications are now working in view to a vast volume of data. Data is increasing massively in almost all stream of jobs , let it be employee details or health records. So the applications being used to manage these type of data should be modified too. Not only the applications but the databases and warehouses where we store these data have to be modifies too. SQL can store data in different tables and databases but later it is very difficult task to retrieve the same as that will include loads of join operation and very multifaceted transactions. So in this paper we propose to build an application for hospital management and to handle patient health records . Our application uses a NoSQL database(i.e here we use mongodb) for storing and retrieving the data. We are implementing Mongo lab in our application deployment. Each record and its associated data will be stored in a single document thus simplifies the data access. Here, unlike SQL databases, the documents stored are schema free and similar to each other, this is a big advantage of NoSQL and helps in modelling unstructured data. We also use the tokenization concept to ensure security. We convert the user credentials like name, password, phone no, email id etc. into ASCII values and store it in separate mongo db. The patients’ medical history, lab reports, medicine prescription etc. will be stored in a separate Mongo

Get Access