Inspiration
The inspiration for developing this program is likely to create a system that manages health records of patients efficiently.
What it does
It implementation of a simple command-line-based E-Health Care Management System. Let me break down the main functionalities and flow of the program: 1)Welcome Message 2)Login Module 3)Menu System
How we built it
We started by creating a class named Info that contains various methods for handling patient information, login functionality, menu options, etc. The Ehospital class serves as the entry point for your application. We have used file I/O for storing patient information in text files. The menu-driven approach provides a user-friendly interface for interacting with the system.
Challenges we ran into
1)Data Validation and Error Handling 2)Security and Access Control 3)File Handling and Storage
What we learned
We have learned how to use Java to create a console-based application. We have implemented features like file I/O, user input handling, and basic menu-driven functionality. The code shows an understanding of basic Java concepts such as classes, methods, file handling, and exception handling.
What's next for Ehospital
Need to do frontend still for better understanding of user
Log in or sign up for Devpost to join the conversation.