Skip to content

nkforever/JavaDevOperation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project by team: JavaDevOperation

A e-Health service software application

Table of Content

  1. Introduction - the project's goal

  2. Launch

  3. Screen shot of the program running

Introduction

MedPort is a software application that serves as a hospital management system, designed to store and organize patient information within a secure database that allows users to easily manage the status and welfare of medical patients within any medical institution.
The software will have the facility to give a unique ID for search on every patient and staff and stores the details in a database.

Launch Guide

  1. Downloading and installing git repository as local instance
    1. Further creating a local branch for updating
  2. Downloading and installing packages/dependencies for running a java program
  3. Downloading and installing database management tools

Installation Git Repo

Windows operating system

Run the following commands in PowerShell or command prompt

1. cd ~
2. cd Documents
3. git clone https://github.com/nkforever/JavaDevOperation

Macintosh operating system

Run the following commands in terminal

1. cd ~
2. cd Documents
3. git clone https://github.com/nkforever/JavaDevOperation

Java SDK and Tools

Required Software

  1. Java Development Kit (13) Build Status
  2. Latest Eclipse Build Status

Steps for both Windows operating system and Macintosh operating system

Steps to setting up environment

  1. Open eclipse
  2. Set your workspace to the Folder of JavaDevOperation. For example, if you git cloned in Documents then input the line below in the workspace input. Documents\JavaDevOperation
  3. In eclipse, go to File option and select Import
  4. Double click on General
  5. Exisiting Projects into Workspace. Then click next button
  6. Under root directory select the browse button
  7. Click on the Medport Folder and then open
  8. After opening the project, right click the project description and then click on 'Build Path'->'Configure Build Path'
  9. Under the ‘Libraries’ tab, click on the red marked library which is showing an error and then click on remove button
  10. Click ‘Apply and Close’. Make sure that the user library that you just created is checked.
  11. Click ‘Finish’.

Data Management and Manipulation Tools

Windows operating system

Required Software for windows operating system

  1. MySQL Community workbench Build Status

    MySQL Community Workbench MySQL Community Workbench

  2. MySQL Database Server Build Status

    MySQL Database Server MySQL Database Server

Macintosh operating system

Required Software for macOS operating system

  1. MySQL Community workbench Build Status

    MySQL Community Workbench MySQL Community Workbench

  2. MySQL Database Server Build Status

    MySQL Database Server MySQL Database Server

Steps for both windows and macOS after installing required software

  1. Open the MySQL workbench application after installation

  2. create a connection by click the add(+) button

    making a connection database connection

  3. type in 'medport' in the input field for 'Connection Name:' and then click ok

    making a connection name host name

  4. Open the instance of medport by clicking on it

    opening instance of the database instance name

  5. Enter the password created before in...

    mysql installation root password created earlier mysql server password

  6. Enter the password created before in...

    enter password enter

  7. The same password has to go in the DBcontrol.java class, line 22, and replace "password" string

    mpCon = DriverManager.getConnection("jdbc:mysql://127.0.0.1:3306/medport", "root", "password");
  8. create a schema named 'medport' using the image below and apply the results The red marks on the image shows the steps

create schema second data import

  1. click on data import in the left panel

data import data import

  1. Under 'Server' from the tool bar click on data import. Under 'import from disk' -> 'Import from Self-Contained Files' -> add the medportDB.sql file in the project folder when it was cloned from git. 'Default Target Schema:' should be 'medport' And then click on 'start import'

data import from medportDB.sql second data import

  1. Run the project in eclipse and enjoy testing...!

Screen Shot of the first window:

Login screen with Server Status with 'OK' login

About

Medical Portal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages