alfaaz-uddin/Hospital-Management-System-Java ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple Java desktop app for a hospital management system called HealthMate.
It should have a clean GUI where an admin can log in with the default username and password as admin, then manage patients from a dashboard. The admin should be able to add a new patient, update patient details, search for a patient, and discharge them when needed. Doctors should be able to register with their details, log in to their own dashboard, and see the patients assigned to them. I also want a way for doctors to download their patient list as a .doc file.
Please make it feel like a complete course project, with the main screens wired together and the app easy to run from the Start file. If anything is unclear, look up current Java GUI guidance online and keep the implementation practical and simple.
Are you gonna build this?
make sure you review the code using coderabbit