This project deals with developing an Electronic Medical Record System (EMR). The EMR is a more efficient system when it comes to saving the data related to the patient and the care process he underwent during his visits to the facility. Maintaining the whole data manually can make it very complex to track or analyze during multiple scenarios.
• For instance, just for a simple retrieval of all the symptoms a patient had during his visits, we might have to go through various tables, which can make it a tedious task for someone managing the data. • This system makes it easier to track and analyze and the process of retrieval becomes easy with the supporting scripts implementing this functionality. This project captures a small portion of the basic important information of a clinic in a university.
• A Console-based interface is developed in this project to be able to retrieve and communicate with the database instead of explicitly running the queries in MySQL workbench. And Dotnet technology is used for developing this console application. Also, user authentication and authorization are included to prevent any person from using it. The patient login and provider or doctor login are separated enabling someone to use it as a patient or a doctor only.