Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 2.68 KB

File metadata and controls

24 lines (21 loc) · 2.68 KB

Data-Visualization-For-Lab-Report

Description

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.

Dependencies Required

We are using

  1. java and java's swing components
  2. mysql 8.0.39.0
  3. 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:

  1. Open Project Structure in File
  2. Go to Modules
  3. Click on +
  4. select jar file
  5. When u download the driver u see a jar file in it, select that jar file
  6. Apply Changes
  7. To do all the above steps, u need to have sql. You can create the DATABASE using Lab_Data.sql file

Contributors