Skip to content

bentodaniel/medsys_database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

medsys_database

A database for a medic to register apointments

Note: this system was developed for use in portugal and is, therefore, in portuguese only

How to use

Start by creating a database using CreateDatabase.java in dbutils. This will set up a SQLite database and all the necessary table info.

After this first step, run Main.java inside gui/client. This will start up the system.

This system allows a person to register apointments with all the info needed and update, delete or filter over these apointments.

Screenshots

Adding an apointment to the database

   

Updating info about an apointment

   

Filtering over the apointments' info

   

Filtering over the columns

   

Extra info

Makes use of ORMLite, which can be checked here

The jar files used are core and jdbc.

Due to a split packages conflict, there was the need to join these two jar files, using the following commands:

$ mkdir tmp
$ cd tmp
$ unzip -uo ../jar1.jar
$ unzip -uo ../jar2.jar
$ cd ..
$ jar -cvf combined.jar -C tmp .

About

A database for a medic to register apointments

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages