algaddafy / e-prescription

E-PRESCRIPTION is a healthcare connectivity tool developed in Java, FXML, and MySQL, facilitating better communication between patients and doctors.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Features: • New Doctor Registration • Patients Information • Doctors Information • Prescriptions • Add New Medicine • Add New Patient • Edit Doctors Info • Add new prescriptions • Interactive UI • Settings • Server Connection • Interact with Database

Used Java Modules: • Variables, operators • Conditional Statements • Loops, Switches • Enumerators • Classes, Objects & Methods • Exception Handling • Arrays & Arraylists • Java SQL Connections • Networking Socket

JavaFX Java libraries:

  1. PDFJET(EXTERNAL)
  2. JAVA SQL (EXTERNAL)
  3. JAVA NETWORKING
  4. JAVA I/O
  5. JAVAFX

Database: MySQL database used to store essential data. The database has 4 data tables. doctor: Stores the login information and other details of a Doctor. patient: Stores the Patient information. prescription: Stores Prescription Information according doctors and patients. medicine: Stores Medicine information.

Different Java Classes are used in the project:

Server: Server class creates a server socket and when a client join it creates a new thread and sent socket as parameter.

Client: This class has some methods for Create New Patient Client Thread. It takes required parameters and updates the database’s information by executing the update.

Main: This class is the main class where all the methods and stage start up. We implemented javaFX stages to boot up the javaFX application in this class.

LoginController: This class has the necessary methods and variables to make someone to Register after providing some information and from this class A doctor or A patient can both login to the system.

Dashboard: All the user interface is controlled by this class. It launches Dashboard fxml file according to the user actions. Dashboard class is the controller of Dashboard.fxml file.

P_Dashboard: All the Patient interface is controlled by this class. This class is the controller of P_Dashboard.fxml file. When a user click any icon, program set a new fxml file on the View area and set the top title according to the new fxml.

Prescription: This class made for just get and set the data from Precription class to store data into an observable.Arraylist().

Patient: This class made for just get and set the data from Precription class to store data into an observable.Arraylist().

Patient_info: This class made for just get and set the data from Precription class to store data into an observable.Arraylist().

About

E-PRESCRIPTION is a healthcare connectivity tool developed in Java, FXML, and MySQL, facilitating better communication between patients and doctors.


Languages

Language:Java 99.9%Language:CSS 0.0%Language:Makefile 0.0%Language:HTML 0.0%