Skip to content
This repository has been archived by the owner on Aug 3, 2021. It is now read-only.

Commit

Permalink
Files upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Vella committed Mar 8, 2018
1 parent c078722 commit fdebb74
Show file tree
Hide file tree
Showing 142 changed files with 8,372 additions and 0 deletions.
72 changes: 72 additions & 0 deletions Availability Update File.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
Conor Murphy
Sunday 08:00 12:00
Monday 12:00 15:00
Tuesday 18:00 21:30
Wednesday 19:00 23:15
Thursday 08:00 18:00
Friday 16:00 16:00
Saturday 16:00 16:00
Carol McKee
Sunday 02:00 11:00
Monday 05:00 10:00
Tuesday 11:00 23:45
Wednesday 09:00 11:15
Thursday 08:00 18:00
Friday 16:00 16:00
Saturday 16:00 16:00
Robert Jones
Sunday 02:00 02:00
Monday 02:00 02:00
Tuesday 02:00 02:45
Wednesday 02:00 02:00
Thursday 08:00 18:00
Friday 16:00 16:00
Saturday 16:00 16:00
Mary Shelley
Sunday 02:00 02:00
Monday 02:00 02:00
Tuesday 02:00 02:00
Wednesday 02:00 02:00
Thursday 08:00 18:00
Friday 16:00 16:00
Saturday 18:00 21:00
John Smith
Sunday 02:00 11:00
Monday 05:00 10:00
Tuesday 11:00 23:45
Wednesday 09:00 11:15
Thursday 08:00 18:00
Friday 16:00 16:00
Saturday 16:00 16:00
Laura Penny
Sunday 02:00 11:00
Monday 05:00 10:00
Tuesday 11:00 23:45
Wednesday 09:00 11:15
Thursday 08:00 18:00
Friday 16:00 16:00
Saturday 16:00 16:00
Mark Matthews
Sunday 02:00 11:00
Monday 05:00 23:00
Tuesday 11:00 23:45
Wednesday 09:00 11:15
Thursday 08:00 08:00
Friday 16:00 16:00
Saturday 16:00 16:00
Ciaran Bell
Sunday 02:00 11:00
Monday 05:00 10:00
Tuesday 11:00 23:45
Wednesday 09:00 11:15
Thursday 08:00 18:00
Friday 16:00 16:00
Saturday 02:00 11:00
Nicola Johnson
Sunday 02:00 02:00
Monday 02:00 02:00
Tuesday 11:00 23:45
Wednesday 09:00 11:15
Thursday 08:00 08:00
Friday 16:00 16:00
Saturday 09:00 17:00
51 changes: 51 additions & 0 deletions Doctor Records File.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
Conor Murphy
Hematology
Telephone
+44(0)7941 123456
12 Front Road, Leeds
Carol McKee
Neurology
Skype
Cmckee-25
79 The Green, Birmingham
John Smith
Surgery
Telephone
+44(0)7987 545352
13 Value Avenue, Bristol
2016
5
12
Laura Penny
Pulmonology
Facetime
[email protected]
87 Primrose Way, Ipswich
Mark Matthews
Intensive Care Medicine
Skype
Matthews-m15
2 The Strand, Dublin
Ciaran Bell
Infectious Disease
Telephone
+44(0)8452 126984
58 Windy Ridge, Folkstone
Nicola Johnson
Surgery
Skype
Nicky-j123
128 Ash Park, Coleraine
2015
11
24
Robert Jones
Orthopedics
Facetime
[email protected]
165 Main Street, Glasgow
Mary Shelley
Cardiology
Skype
m-shelly1
297 Peartree Grove, Guildford
73 changes: 73 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- You may freely edit this file. See commented blocks below for -->
<!-- some examples of how to customize the build. -->
<!-- (If you delete it and reopen the project it will be recreated.) -->
<!-- By default, only the Clean and Build commands use this build script. -->
<!-- Commands such as Run, Debug, and Test only use this build script if -->
<!-- the Compile on Save feature is turned off for the project. -->
<!-- You can turn off the Compile on Save (or Deploy on Save) setting -->
<!-- in the project's Project Properties dialog box.-->
<project name="Medical_Resource_Management_System" default="default" basedir=".">
<description>Builds, tests, and runs the project Medical Resource Management System.</description>
<import file="nbproject/build-impl.xml"/>
<!--
There exist several targets which are by default empty and which can be
used for execution of your tasks. These targets are usually executed
before and after some main targets. They are:
-pre-init: called before initialization of project properties
-post-init: called after initialization of project properties
-pre-compile: called before javac compilation
-post-compile: called after javac compilation
-pre-compile-single: called before javac compilation of single file
-post-compile-single: called after javac compilation of single file
-pre-compile-test: called before javac compilation of JUnit tests
-post-compile-test: called after javac compilation of JUnit tests
-pre-compile-test-single: called before javac compilation of single JUnit test
-post-compile-test-single: called after javac compilation of single JUunit test
-pre-jar: called before JAR building
-post-jar: called after JAR building
-post-clean: called after cleaning build products
(Targets beginning with '-' are not intended to be called on their own.)
Example of inserting an obfuscator after compilation could look like this:
<target name="-post-compile">
<obfuscate>
<fileset dir="${build.classes.dir}"/>
</obfuscate>
</target>
For list of available properties check the imported
nbproject/build-impl.xml file.
Another way to customize the build is by overriding existing main targets.
The targets of interest are:
-init-macrodef-javac: defines macro for javac compilation
-init-macrodef-junit: defines macro for junit execution
-init-macrodef-debug: defines macro for class debugging
-init-macrodef-java: defines macro for class execution
-do-jar: JAR building
run: execution of project
-javadoc-build: Javadoc generation
test-report: JUnit report generation
An example of overriding the target for project execution could look like this:
<target name="run" depends="Medical_Resource_Management_System-impl.jar">
<exec dir="bin" executable="launcher.exe">
<arg file="${dist.jar}"/>
</exec>
</target>
Notice that the overridden target depends on the jar target and not only on
the compile target as the regular run target does. Again, for a list of available
properties which you can use, check the target you are overriding in the
nbproject/build-impl.xml file.
-->
</project>
4 changes: 4 additions & 0 deletions build/built-jar.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#Wed, 07 Mar 2018 08:29:37 +0100


/Users/DanielVella/Desktop/University/02.\ 2nd\ Year/01.\ Semester\ 1/COM373\ Programming\ II/Assignment/Programming2/Medical\ Resource\ Management\ System=
Binary file added build/classes/defaultpackage/Certificate.class
Binary file not shown.
Binary file added build/classes/defaultpackage/Doctor.class
Binary file not shown.
Binary file not shown.
Binary file added build/classes/defaultpackage/DoctorManager.class
Binary file not shown.
Binary file added build/classes/defaultpackage/Expireable.class
Binary file not shown.
Binary file added build/classes/defaultpackage/Main$1.class
Binary file not shown.
Binary file added build/classes/defaultpackage/Main.class
Binary file not shown.
Binary file added build/classes/defaultpackage/Schedule.class
Binary file not shown.
Binary file added build/classes/defaultpackage/Surgeon.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added build/classes/gui/ExportReportPanel.class
Binary file not shown.
Binary file added build/classes/gui/FileTypeFilter.class
Binary file not shown.
Binary file added build/classes/gui/ImportAvailability.class
Binary file not shown.
Binary file added build/classes/gui/LeftDisciplinesListPanel$1.class
Binary file not shown.
Binary file added build/classes/gui/LeftDisciplinesListPanel$10.class
Binary file not shown.
Binary file added build/classes/gui/LeftDisciplinesListPanel$2.class
Binary file not shown.
Binary file added build/classes/gui/LeftDisciplinesListPanel$3.class
Binary file not shown.
Binary file added build/classes/gui/LeftDisciplinesListPanel$4.class
Binary file not shown.
Binary file added build/classes/gui/LeftDisciplinesListPanel$5.class
Binary file not shown.
Binary file added build/classes/gui/LeftDisciplinesListPanel$6.class
Binary file not shown.
Binary file added build/classes/gui/LeftDisciplinesListPanel$7.class
Binary file not shown.
Binary file added build/classes/gui/LeftDisciplinesListPanel$8.class
Binary file not shown.
Binary file added build/classes/gui/LeftDisciplinesListPanel$9.class
Binary file not shown.
Binary file added build/classes/gui/LeftDisciplinesListPanel.class
Binary file not shown.
Binary file added build/classes/gui/MainPanel.class
Binary file not shown.
Binary file added build/classes/gui/MiddleAvailabilityPanel$1.class
Binary file not shown.
Binary file added build/classes/gui/MiddleAvailabilityPanel$10.class
Binary file not shown.
Binary file added build/classes/gui/MiddleAvailabilityPanel$2.class
Binary file not shown.
Binary file added build/classes/gui/MiddleAvailabilityPanel$3.class
Binary file not shown.
Binary file added build/classes/gui/MiddleAvailabilityPanel$4.class
Binary file not shown.
Binary file added build/classes/gui/MiddleAvailabilityPanel$5.class
Binary file not shown.
Binary file added build/classes/gui/MiddleAvailabilityPanel$6.class
Binary file not shown.
Binary file added build/classes/gui/MiddleAvailabilityPanel$7.class
Binary file not shown.
Binary file added build/classes/gui/MiddleAvailabilityPanel$8.class
Binary file not shown.
Binary file added build/classes/gui/MiddleAvailabilityPanel$9.class
Binary file not shown.
Binary file added build/classes/gui/MiddleAvailabilityPanel.class
Binary file not shown.
Binary file added build/classes/gui/RegisterDoctorPanel$1.class
Binary file not shown.
Binary file added build/classes/gui/RegisterDoctorPanel$2.class
Binary file not shown.
Binary file added build/classes/gui/RegisterDoctorPanel$3.class
Binary file not shown.
Binary file added build/classes/gui/RegisterDoctorPanel$4.class
Binary file not shown.
Binary file added build/classes/gui/RegisterDoctorPanel$5.class
Binary file not shown.
Binary file added build/classes/gui/RegisterDoctorPanel$6.class
Binary file not shown.
Binary file added build/classes/gui/RegisterDoctorPanel$7.class
Binary file not shown.
Binary file added build/classes/gui/RegisterDoctorPanel.class
Binary file not shown.
Binary file added build/classes/gui/RightDoctorsDetailsPanel.class
Binary file not shown.
Binary file added build/classes/gui/SidePanel$1.class
Binary file not shown.
Binary file added build/classes/gui/SidePanel$2.class
Binary file not shown.
Binary file added build/classes/gui/SidePanel$3.class
Binary file not shown.
Binary file added build/classes/gui/SidePanel$4.class
Binary file not shown.
Binary file added build/classes/gui/SidePanel$5.class
Binary file not shown.
Binary file added build/classes/gui/SidePanel$PanelHandler.class
Binary file not shown.
Binary file added build/classes/gui/SidePanel.class
Binary file not shown.
Binary file added build/classes/gui/SystemFrame$1.class
Binary file not shown.
Binary file added build/classes/gui/SystemFrame.class
Binary file not shown.
Binary file added build/classes/gui/ViewAllDoctorsPanel$1.class
Binary file not shown.
Binary file added build/classes/gui/ViewAllDoctorsPanel$2.class
Binary file not shown.
Binary file added build/classes/gui/ViewAllDoctorsPanel$3.class
Binary file not shown.
Binary file added build/classes/gui/ViewAllDoctorsPanel.class
Binary file not shown.
Binary file added build/classes/gui/ViewAvailableDoctorPanel.class
Binary file not shown.
Binary file added build/classes/images/DoctorBgImage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/classes/images/DoctorIcon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/classes/images/addressIcon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/classes/images/certificateIcon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/classes/images/contactIcon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/classes/images/deleteIcon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/classes/images/disciplineIcon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/classes/images/mainIcon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/classes/images/nameIcon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/classes/images/preferredIcon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/classes/images/resetIcon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/classes/manager/DoctorIO.class
Binary file not shown.
Binary file added build/classes/manager/DoctorManager.class
Binary file not shown.
Binary file added build/classes/managers/DoctorIO.class
Binary file not shown.
Binary file added build/classes/managers/DoctorManager.class
Binary file not shown.
Binary file added build/classes/utility/ArrayUtils$1.class
Binary file not shown.
Binary file added build/classes/utility/ArrayUtils.class
Binary file not shown.
Binary file added build/classes/utility/TimeUtils.class
Binary file not shown.
Binary file added build/classes/utility/WeekUtils.class
Binary file not shown.
Binary file added build/classes/utilityclasses/ArrayUtils$1.class
Binary file not shown.
Binary file added build/classes/utilityclasses/ArrayUtils.class
Binary file not shown.
Binary file added build/classes/utilityclasses/DoctorIO.class
Binary file not shown.
Binary file added build/classes/utilityclasses/TimeUtils.class
Binary file not shown.
Binary file added build/classes/utilityclasses/WeekUtils.class
Binary file not shown.
19 changes: 19 additions & 0 deletions files/Doctor Records File.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@

Robert Jones
Orthopedics
Facetime
[email protected]
165 Main Street, Glasgow
Mary Shelley
Cardiology
Skype
m-shelly1
297 Peartree Grove, Guildforf
Nicola Johnson
Surgery
Skype
Nicky-j123
128 Ash Park, Coleraine
2015
11
24
3 changes: 3 additions & 0 deletions manifest.mf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Manifest-Version: 1.0
X-COMMENT: Main-Class will be added automatically by build

Loading

0 comments on commit fdebb74

Please sign in to comment.