Lab Assist is a Free open source project, where we have made lab report making easier, for Lab Technicians. We have made this project in view of ease for patients in need, of medical health checkup. This project helps in data visualization of lab reports, and makes it easier for the patients to understand their medical report and take actions accordingly. Moreover, This project focuses on how a patient can get self diagnosis for their health issues, and everytime maybe a doctor is not required.
- java and java's swing components
- mysql 8.0.39.0
- mysql-connector-j-9.0.0.zip
To connect the java code in intellij and the database in mySQL, we need the driver, and we have to add it manually in our intellij, with these processes:
- Open Project Structure in File
- Go to Modules
- Click on +
- select jar file
- When u download the driver u see a jar file in it, select that jar file
- Apply Changes
- To do all the above steps, u need to have sql. You can create the DATABASE using Lab_Data.sql file