MediVault is a Java-based application designed to manage and store patient records efficiently. The system allows healthcare staff to add, update, search, and manage patient information in a structured way.
This project demonstrates the use of core Java concepts such as object-oriented programming, file handling, and data management to build a simple healthcare record system.
Managing patient records manually can be inefficient and error-prone. MediVault provides a digital solution to organize patient information and allow quick access to medical records.
The system enables healthcare administrators to:
- Store patient information
- Retrieve records quickly
- Update patient details
- Maintain organized medical data
- Add new patient records
- View stored patient information
- Search patient details
- Update patient records
- Delete patient records
- Structured data management
Language
- Java
Concepts Used
- Object-Oriented Programming (OOP)
- File Handling
- Classes and Objects
- Basic Data Management
Tools
- Java Compiler / JDK
- IDE (IntelliJ / Eclipse / VS Code)
- Git & GitHub
MediVault
│
├── src
│ ├── Patient.java
│ ├── RecordManager.java
│ └── Main.java
│
└── README.md
(Structure may vary depending on implementation.)
git clone https://github.com/architjain-05/medivault-java.git
cd medivault-javajavac Main.javajava MainUsers can perform operations such as:
- Add Patient
- View Patient Records
- Search Patient by ID
- Update Patient Details
- Delete Patient Record
Archit Jain