This project automates the process of handling and analyzing patient data in a hospital using a series of Bash scripts. The workflow includes:
✅ Data Validation & Cleaning: Ensures input data has required columns and cleans data before processing.
➕ Add New Patient: Add new patient records to the system.
🧬 Group Patients by Disease: Organize patients based on their diagnosed diseases.
📊 Analyze Patient Visits: Perform analysis on patient visit patterns.
📅 Calculate Stay Duration: Compute the length of patient stays in the hospital.
👨⚕️ View Top Doctors: Display the top 5 doctors based on patient data.
🖥️ Interactive Menu: Simple, user-friendly menu with clear options and to guide users through the system.