Medical Report System is a Java based GUI application that generates structured medical reports. It allows users to enter patient details, test information, and doctor remarks, and displays a well formatted report similar to hospital records.
This application is designed to simulate a basic hospital reporting system. It provides a simple interface for entering medical data and generates a clear and organized report for better readability.
- Input for patient details such as name, age, gender and patient ID
- Entry of test name and test result
- Doctor name and diagnosis input
- Generates a structured medical report
- User friendly graphical interface
- Java
- Java Swing
-
Compile using:
javac MedicalReportGUI.java -
Run using:
java MedicalReportGUI
- Useful for academic mini projects and hackathons
- Demonstrates GUI development and healthcare system simulation
Shilpa Patil
