RaviSingla23/Hospital-Management-System — reverse-engineered prompt
Reverse engineered prompt
Build me a simple desktop Hospital Management System in Java with a graphical interface, similar to an old NetBeans Java Frames app. It should let hospital staff log in, see a home screen, admit patients, save and view patient details, and create bills for patients.
Use an Oracle database for the data storage and include the SQL needed to create or import the database tables. The app should connect through the Oracle JDBC driver, and I should be able to open and run it from NetBeans after setting up Java and Oracle.
Keep the interface straightforward, with separate screens for login, home, admission, billing, and patient details. I don’t need anything fancy or web based, just a working hospital management desktop app that stores records in the database and can be demonstrated easily. Include basic setup instructions so I know how to import the SQL file, connect the database, and run the project.
Want more depth? Deep Reverse