This repository has been archived by the owner on Aug 3, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Daniel Vella
committed
Mar 8, 2018
1 parent
c078722
commit fdebb74
Showing
142 changed files
with
8,372 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
Oops, something went wrong.