Skip to content

architjain-05/medivault-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

🏥 MediVault

Patient Record Management System (Java)

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.


📌 Project Overview

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

🚀 Features

  • Add new patient records
  • View stored patient information
  • Search patient details
  • Update patient records
  • Delete patient records
  • Structured data management

🛠️ Tech Stack

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

📂 Project Structure

MediVault
│
├── src
│   ├── Patient.java
│   ├── RecordManager.java
│   └── Main.java
│
└── README.md

(Structure may vary depending on implementation.)


⚙️ How to Run

Clone the repository

git clone https://github.com/architjain-05/medivault-java.git
cd medivault-java

Compile the program

javac Main.java

Run the program

java Main

🖥️ Example Operations

Users can perform operations such as:

  • Add Patient
  • View Patient Records
  • Search Patient by ID
  • Update Patient Details
  • Delete Patient Record

👨‍💻 Author

Archit Jain

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages