event = repository.findByStart(now);
68 | model.addAttribute("event",event);
69 | return "scheduleFindByName";
70 | }
71 |
72 |
73 | @RequestMapping("/createInvoice")
74 | public String createInvoice(Model model) {
75 | invoice i = new invoice();
76 | model.addAttribute("invoice",i);
77 | return "invoice";
78 | }
79 |
80 |
81 |
82 | }
83 |
--------------------------------------------------------------------------------
/HospitalManagementSystem/src/main/resources/application.properties:
--------------------------------------------------------------------------------
1 | logging.level.root = WARN
2 |
3 | debug=true
4 |
5 |
6 | spring.datasource.url = jdbc:mysql://localhost:3306/hospital
7 | spring.datasource.username = root
8 | spring.datasource.password = muffin723
9 |
10 |
11 | spring.thymeleaf.cache=false
12 | spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.MySQLDialect
13 |
14 | # Hibernate ddl auto (create, create-drop, validate, update)
15 | spring.jpa.hibernate.ddl-auto = update
16 | spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true
--------------------------------------------------------------------------------
/HospitalManagementSystem/src/main/resources/templates/add.html:
--------------------------------------------------------------------------------
1 |
2 |
4 |
5 |
6 | new appointment
7 |
8 |
9 |
10 | HOSPITAL SWERSIE
11 |
12 |
13 |
Create New Appointment
14 |
15 |
41 |
42 |
43 |
--------------------------------------------------------------------------------
/HospitalManagementSystem/src/main/resources/templates/allevents.html:
--------------------------------------------------------------------------------
1 |
2 |
4 |
5 |
6 | Doctors event
7 |
8 |
9 |
10 | HOSPITAL SWERSIE
11 |
12 |
13 |
14 |
15 | your appointments
16 |
17 |
18 |
19 | AppointmentID |
20 | Patient Name |
21 | Doctor Name |
22 | Appointment Date |
23 |
24 |
25 | |
26 | |
27 | |
28 | |
29 |
30 |
31 |
32 |
--------------------------------------------------------------------------------
/HospitalManagementSystem/src/main/resources/templates/calendar.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
5 |
6 |
7 |
8 |
10 |
12 |
14 |
16 |
18 |
19 |
45 |
46 |
58 |
59 |
60 |
61 | HOSPITAL SWERSIE
62 |
63 |
64 |
65 |
--------------------------------------------------------------------------------
/HospitalManagementSystem/src/main/resources/templates/cancelAppointment.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
5 |
6 | Cancel Appointments
7 |
8 |
9 |
10 | HOSPITAL SWERSIE
11 |
12 |
13 |
Cancel Appointment
14 |
15 |
30 |
31 |
32 |
33 |
--------------------------------------------------------------------------------
/HospitalManagementSystem/src/main/resources/templates/confirm.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | HOSPITAL SWERSIE
7 |
8 |
9 |
Create New Appointment
10 |
11 |
23 |
24 |
25 |
26 |
--------------------------------------------------------------------------------
/HospitalManagementSystem/src/main/resources/templates/doctorAppointments.html:
--------------------------------------------------------------------------------
1 |
2 |
4 |
5 |
6 | Your appointments
7 |
17 |
18 |
19 |
20 |
21 | HOSPITAL SWERSIE
22 |
23 |
24 |
25 | homepage
26 | Today's appointment
27 | your appointments
28 |
29 |
30 | No appointments found
31 |
32 |
33 |
34 |
35 |
36 | AppointmentID |
37 | Patient Name |
38 | Appointment Date |
39 | Prescription |
40 |
41 |
42 | |
43 | |
44 | |
45 |
46 | Create Prescription
47 | -
48 | prescribed
49 | |
50 |
51 |
52 |
53 |
54 |
55 |
--------------------------------------------------------------------------------
/HospitalManagementSystem/src/main/resources/templates/doctors.html:
--------------------------------------------------------------------------------
1 |
2 |
4 |
5 |
6 | Patient profile
7 |
8 |
9 |
10 | HOSPITAL SWERISIE
11 |
12 | Hello! DR:
13 |
16 |
17 | Schedule
18 | Appointments
19 |
20 |
--------------------------------------------------------------------------------
/HospitalManagementSystem/src/main/resources/templates/findbystart.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
16 |
17 | HOSPITAL SWERSIE
18 |
19 | homepage
20 |
21 |
22 |
23 |
24 |
25 | Appointment ID |
26 | Patient Name |
27 | Date |
28 | prescription |
29 |
30 |
31 | |
32 | |
33 | |
34 | |
35 |
36 |
37 |
38 |
39 |
40 |
--------------------------------------------------------------------------------
/HospitalManagementSystem/src/main/resources/templates/invoice.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
6 |
7 |
8 |
Create New Invoice
9 |
10 |
29 |
30 |
31 |
32 |
33 |
34 |
--------------------------------------------------------------------------------
/HospitalManagementSystem/src/main/resources/templates/jsoncalendar.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
5 |
6 |
7 |
8 |
9 |
12 |
15 |
16 |
19 |
21 |
24 |
25 |
26 |
29 |
33 |
34 |
288 |
323 |
324 |
354 |
355 |
356 |
371 |
372 |
373 |
374 |
375 | HOSPITAL SWERSIE
376 |
377 |
homepage
378 |
381 |
382 |
383 |
384 |
385 | loading...
386 |
387 |
388 |
389 |
390 |
410 |
411 |
412 |
413 |
429 |
430 |
431 |
--------------------------------------------------------------------------------
/HospitalManagementSystem/src/main/resources/templates/main.html:
--------------------------------------------------------------------------------
1 |
2 |
5 |
6 |
7 | WELCOME
8 |
9 |
10 |
11 |
39 |
40 | HOSPITAL SWERISIE
41 |
42 |
48 |
49 |
50 |
51 |
--------------------------------------------------------------------------------
/HospitalManagementSystem/src/main/resources/templates/myAppointments.html:
--------------------------------------------------------------------------------
1 |
2 |
4 |
5 |
6 | Your appointments
7 |
17 |
18 |
19 |
20 | HOSPITAL SWERSIE
21 |
22 | homepage
23 |
24 |
25 |
26 |
27 |
28 | Your appointments
29 |
30 | AppointmentID |
31 | Patient Name |
32 | Doctor Name |
33 | Appointment Date |
34 | Confirmation |
35 |
36 |
37 | |
38 | |
39 | |
40 | |
41 | |
42 |
43 |
44 |
45 |
--------------------------------------------------------------------------------
/HospitalManagementSystem/src/main/resources/templates/patients.html:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
8 | Patient profile
9 |
10 |
11 |
12 | HOSPITAL SWERISIE
13 |
14 | Hello!
15 |
16 |
19 |
20 | view appointments
21 | view prescriptions
22 | cancel appointment
23 |
24 | Schedule your visit by booking an appointment: book appointment
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/HospitalManagementSystem/src/main/resources/templates/postlogin.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | Insert title here
6 |
7 |
8 | post login
9 |
10 |
--------------------------------------------------------------------------------
/HospitalManagementSystem/src/main/resources/templates/receptionist.html:
--------------------------------------------------------------------------------
1 |
2 |
4 |
5 |
6 | Receptionist
7 |
8 |
9 |
10 | HOSPITAL SWERSIE
11 |
12 | Hello!
13 |
16 |
17 |
18 | Appointments
19 | Schedules
20 | Create invoice
21 |
22 |
--------------------------------------------------------------------------------
/HospitalManagementSystem/src/main/resources/templates/receptionistAppointments.html:
--------------------------------------------------------------------------------
1 |
2 |
4 |
5 |
6 | Your appointments
7 |
8 |
18 |
19 |
20 |
21 | HOSPITAL SWERSIE
22 |
23 | homepage
24 |
25 |
26 |
27 |
28 |
29 |
30 |
57 |
58 |
59 |
60 |
61 |
--------------------------------------------------------------------------------
/HospitalManagementSystem/src/main/resources/templates/receptionistSchedule.html:
--------------------------------------------------------------------------------
1 |
2 |
4 |
5 |
6 | Your appointments
7 |
17 |
18 |
19 |
20 | HOSPITAL SWERSIE
21 |
22 | homepage
23 |
24 |
25 |
26 |
27 | Schedules
28 |
29 |
30 |
31 |
32 | Schedules
33 |
34 |
35 | Doctor Name |
36 | Tittle |
37 | Description |
38 | start |
39 | finish |
40 |
41 |
42 | |
43 | |
44 | |
45 | |
46 | |
47 |
48 |
49 |
50 |
--------------------------------------------------------------------------------
/HospitalManagementSystem/src/main/resources/templates/signup.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 | Sign Up Form
10 |
11 |
12 |
13 |
14 |
257 |
265 |
266 |
267 |
268 |
269 |
270 |
--------------------------------------------------------------------------------
/HospitalManagementSystem/src/main/resources/templates/staticcalendar.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
5 |
6 |
7 |
8 |
10 |
12 |
14 |
16 |
18 |
19 |
88 |
89 |
104 |
105 |
106 |
107 |
108 |
--------------------------------------------------------------------------------
/HospitalManagementSystem/src/main/resources/templates/varsha.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
5 |
6 |
7 |
8 |
9 |
10 |
Create New Prescription
11 |
12 |
31 |
32 |
33 |
34 |
35 |
--------------------------------------------------------------------------------
/HospitalManagementSystem/src/main/resources/templates/viewPrescriotions.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
5 |
6 | Create prescription
7 |
8 |
9 |
19 |
20 |
21 | HOSPITAL SWERSIE
22 |
23 | homepage
24 |
25 |
26 |
27 |
28 |
29 | Your appointments
30 |
31 | AppointmentID |
32 | Patient Name |
33 | Prescription |
34 |
35 |
36 |
37 | |
38 | |
39 | |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
--------------------------------------------------------------------------------
/HospitalManagementSystem/src/test/java/com/company/varnaa/HospitalManagementSystemApplicationTests.java:
--------------------------------------------------------------------------------
1 | package com.company.varnaa;
2 |
3 | import org.junit.jupiter.api.Test;
4 | import org.springframework.boot.test.context.SpringBootTest;
5 |
6 | @SpringBootTest
7 | class HospitalManagementSystemApplicationTests {
8 |
9 | @Test
10 | void contextLoads() {
11 | }
12 |
13 | }
14 |
--------------------------------------------------------------------------------
/HospitalManagementSystem/target/classes/application.properties:
--------------------------------------------------------------------------------
1 | logging.level.root = WARN
2 |
3 | debug=true
4 |
5 |
6 | spring.datasource.url = jdbc:mysql://localhost:3306/hospital
7 | spring.datasource.username = root
8 | spring.datasource.password = muffin723
9 |
10 |
11 | spring.thymeleaf.cache=false
12 | spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.MySQLDialect
13 |
14 | # Hibernate ddl auto (create, create-drop, validate, update)
15 | spring.jpa.hibernate.ddl-auto = update
16 | spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true
--------------------------------------------------------------------------------
/HospitalManagementSystem/target/classes/com/company/varnaa/BadDateFormatException.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/varnaa/hospital-management-system-using-spring-boot/0be0e0e048579f4dcb35e341f11dea623a1c7ec5/HospitalManagementSystem/target/classes/com/company/varnaa/BadDateFormatException.class
--------------------------------------------------------------------------------
/HospitalManagementSystem/target/classes/com/company/varnaa/CalendarApplication.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/varnaa/hospital-management-system-using-spring-boot/0be0e0e048579f4dcb35e341f11dea623a1c7ec5/HospitalManagementSystem/target/classes/com/company/varnaa/CalendarApplication.class
--------------------------------------------------------------------------------
/HospitalManagementSystem/target/classes/com/company/varnaa/Event.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/varnaa/hospital-management-system-using-spring-boot/0be0e0e048579f4dcb35e341f11dea623a1c7ec5/HospitalManagementSystem/target/classes/com/company/varnaa/Event.class
--------------------------------------------------------------------------------
/HospitalManagementSystem/target/classes/com/company/varnaa/EventController.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/varnaa/hospital-management-system-using-spring-boot/0be0e0e048579f4dcb35e341f11dea623a1c7ec5/HospitalManagementSystem/target/classes/com/company/varnaa/EventController.class
--------------------------------------------------------------------------------
/HospitalManagementSystem/target/classes/com/company/varnaa/EventJpaRepository.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/varnaa/hospital-management-system-using-spring-boot/0be0e0e048579f4dcb35e341f11dea623a1c7ec5/HospitalManagementSystem/target/classes/com/company/varnaa/EventJpaRepository.class
--------------------------------------------------------------------------------
/HospitalManagementSystem/target/classes/com/company/varnaa/HospitalManagementSystemApplication.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/varnaa/hospital-management-system-using-spring-boot/0be0e0e048579f4dcb35e341f11dea623a1c7ec5/HospitalManagementSystem/target/classes/com/company/varnaa/HospitalManagementSystemApplication.class
--------------------------------------------------------------------------------
/HospitalManagementSystem/target/classes/com/company/varnaa/MainController.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/varnaa/hospital-management-system-using-spring-boot/0be0e0e048579f4dcb35e341f11dea623a1c7ec5/HospitalManagementSystem/target/classes/com/company/varnaa/MainController.class
--------------------------------------------------------------------------------
/HospitalManagementSystem/target/classes/com/company/varnaa/PatientController.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/varnaa/hospital-management-system-using-spring-boot/0be0e0e048579f4dcb35e341f11dea623a1c7ec5/HospitalManagementSystem/target/classes/com/company/varnaa/PatientController.class
--------------------------------------------------------------------------------
/HospitalManagementSystem/target/classes/com/company/varnaa/SecurityConfig.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/varnaa/hospital-management-system-using-spring-boot/0be0e0e048579f4dcb35e341f11dea623a1c7ec5/HospitalManagementSystem/target/classes/com/company/varnaa/SecurityConfig.class
--------------------------------------------------------------------------------
/HospitalManagementSystem/target/classes/com/company/varnaa/ServletInitializer.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/varnaa/hospital-management-system-using-spring-boot/0be0e0e048579f4dcb35e341f11dea623a1c7ec5/HospitalManagementSystem/target/classes/com/company/varnaa/ServletInitializer.class
--------------------------------------------------------------------------------
/HospitalManagementSystem/target/classes/com/company/varnaa/appointment.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/varnaa/hospital-management-system-using-spring-boot/0be0e0e048579f4dcb35e341f11dea623a1c7ec5/HospitalManagementSystem/target/classes/com/company/varnaa/appointment.class
--------------------------------------------------------------------------------
/HospitalManagementSystem/target/classes/com/company/varnaa/appointmentRepository.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/varnaa/hospital-management-system-using-spring-boot/0be0e0e048579f4dcb35e341f11dea623a1c7ec5/HospitalManagementSystem/target/classes/com/company/varnaa/appointmentRepository.class
--------------------------------------------------------------------------------
/HospitalManagementSystem/target/classes/com/company/varnaa/appointmentService.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/varnaa/hospital-management-system-using-spring-boot/0be0e0e048579f4dcb35e341f11dea623a1c7ec5/HospitalManagementSystem/target/classes/com/company/varnaa/appointmentService.class
--------------------------------------------------------------------------------
/HospitalManagementSystem/target/classes/com/company/varnaa/doctorController.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/varnaa/hospital-management-system-using-spring-boot/0be0e0e048579f4dcb35e341f11dea623a1c7ec5/HospitalManagementSystem/target/classes/com/company/varnaa/doctorController.class
--------------------------------------------------------------------------------
/HospitalManagementSystem/target/classes/com/company/varnaa/invoice.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/varnaa/hospital-management-system-using-spring-boot/0be0e0e048579f4dcb35e341f11dea623a1c7ec5/HospitalManagementSystem/target/classes/com/company/varnaa/invoice.class
--------------------------------------------------------------------------------
/HospitalManagementSystem/target/classes/com/company/varnaa/invoiceRepository.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/varnaa/hospital-management-system-using-spring-boot/0be0e0e048579f4dcb35e341f11dea623a1c7ec5/HospitalManagementSystem/target/classes/com/company/varnaa/invoiceRepository.class
--------------------------------------------------------------------------------
/HospitalManagementSystem/target/classes/com/company/varnaa/invoiceservice.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/varnaa/hospital-management-system-using-spring-boot/0be0e0e048579f4dcb35e341f11dea623a1c7ec5/HospitalManagementSystem/target/classes/com/company/varnaa/invoiceservice.class
--------------------------------------------------------------------------------
/HospitalManagementSystem/target/classes/com/company/varnaa/prescription.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/varnaa/hospital-management-system-using-spring-boot/0be0e0e048579f4dcb35e341f11dea623a1c7ec5/HospitalManagementSystem/target/classes/com/company/varnaa/prescription.class
--------------------------------------------------------------------------------
/HospitalManagementSystem/target/classes/com/company/varnaa/prescriptionController.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/varnaa/hospital-management-system-using-spring-boot/0be0e0e048579f4dcb35e341f11dea623a1c7ec5/HospitalManagementSystem/target/classes/com/company/varnaa/prescriptionController.class
--------------------------------------------------------------------------------
/HospitalManagementSystem/target/classes/com/company/varnaa/prescriptionRepository.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/varnaa/hospital-management-system-using-spring-boot/0be0e0e048579f4dcb35e341f11dea623a1c7ec5/HospitalManagementSystem/target/classes/com/company/varnaa/prescriptionRepository.class
--------------------------------------------------------------------------------
/HospitalManagementSystem/target/classes/com/company/varnaa/prescriptionService.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/varnaa/hospital-management-system-using-spring-boot/0be0e0e048579f4dcb35e341f11dea623a1c7ec5/HospitalManagementSystem/target/classes/com/company/varnaa/prescriptionService.class
--------------------------------------------------------------------------------
/HospitalManagementSystem/target/classes/com/company/varnaa/receptionistController.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/varnaa/hospital-management-system-using-spring-boot/0be0e0e048579f4dcb35e341f11dea623a1c7ec5/HospitalManagementSystem/target/classes/com/company/varnaa/receptionistController.class
--------------------------------------------------------------------------------
/HospitalManagementSystem/target/classes/templates/add.html:
--------------------------------------------------------------------------------
1 |
2 |
4 |
5 |
6 | new appointment
7 |
8 |
9 |
10 | HOSPITAL SWERSIE
11 |
12 |
13 |
Create New Appointment
14 |
15 |
41 |
42 |
43 |
--------------------------------------------------------------------------------
/HospitalManagementSystem/target/classes/templates/allevents.html:
--------------------------------------------------------------------------------
1 |
2 |
4 |
5 |
6 | Doctors event
7 |
8 |
9 |
10 | HOSPITAL SWERSIE
11 |
12 |
13 |
14 |
15 | your appointments
16 |
17 |
18 |
19 | AppointmentID |
20 | Patient Name |
21 | Doctor Name |
22 | Appointment Date |
23 |
24 |
25 | |
26 | |
27 | |
28 | |
29 |
30 |
31 |
32 |
--------------------------------------------------------------------------------
/HospitalManagementSystem/target/classes/templates/calendar.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
5 |
6 |
7 |
8 |
10 |
12 |
14 |
16 |
18 |
19 |
45 |
46 |
58 |
59 |
60 |
61 | HOSPITAL SWERSIE
62 |
63 |
64 |
65 |
--------------------------------------------------------------------------------
/HospitalManagementSystem/target/classes/templates/cancelAppointment.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
5 |
6 | Cancel Appointments
7 |
8 |
9 |
10 | HOSPITAL SWERSIE
11 |
12 |
13 |
Cancel Appointment
14 |
15 |
30 |
31 |
32 |
33 |
--------------------------------------------------------------------------------
/HospitalManagementSystem/target/classes/templates/confirm.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | HOSPITAL SWERSIE
7 |
8 |
9 |
Create New Appointment
10 |
11 |
23 |
24 |
25 |
26 |
--------------------------------------------------------------------------------
/HospitalManagementSystem/target/classes/templates/doctorAppointments.html:
--------------------------------------------------------------------------------
1 |
2 |
4 |
5 |
6 | Your appointments
7 |
17 |
18 |
19 |
20 |
21 | HOSPITAL SWERSIE
22 |
23 |
24 |
25 | homepage
26 | Today's appointment
27 | your appointments
28 |
29 |
30 | No appointments found
31 |
32 |
33 |
34 |
35 |
36 | AppointmentID |
37 | Patient Name |
38 | Appointment Date |
39 | Prescription |
40 |
41 |
42 | |
43 | |
44 | |
45 |
46 | Create Prescription
47 | -
48 | prescribed
49 | |
50 |
51 |
52 |
53 |
54 |
55 |
--------------------------------------------------------------------------------
/HospitalManagementSystem/target/classes/templates/doctors.html:
--------------------------------------------------------------------------------
1 |
2 |
4 |
5 |
6 | Patient profile
7 |
8 |
9 |
10 | HOSPITAL SWERISIE
11 |
12 | Hello! DR:
13 |
16 |
17 | Schedule
18 | Appointments
19 |
20 |
--------------------------------------------------------------------------------
/HospitalManagementSystem/target/classes/templates/findbystart.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
16 |
17 | HOSPITAL SWERSIE
18 |
19 | homepage
20 |
21 |
22 |
23 |
24 |
25 | Appointment ID |
26 | Patient Name |
27 | Date |
28 | prescription |
29 |
30 |
31 | |
32 | |
33 | |
34 | |
35 |
36 |
37 |
38 |
39 |
40 |
--------------------------------------------------------------------------------
/HospitalManagementSystem/target/classes/templates/invoice.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
6 |
7 |
8 |
Create New Invoice
9 |
10 |
29 |
30 |
31 |
32 |
33 |
34 |
--------------------------------------------------------------------------------
/HospitalManagementSystem/target/classes/templates/jsoncalendar.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
5 |
6 |
7 |
8 |
9 |
12 |
15 |
16 |
19 |
21 |
24 |
25 |
26 |
29 |
33 |
34 |
288 |
323 |
324 |
354 |
355 |
356 |
371 |
372 |
373 |
374 |
375 | HOSPITAL SWERSIE
376 |
377 |
homepage
378 |
381 |
382 |
383 |
384 |
385 | loading...
386 |
387 |
388 |
389 |
390 |
410 |
411 |
412 |
413 |
429 |
430 |
431 |
--------------------------------------------------------------------------------
/HospitalManagementSystem/target/classes/templates/main.html:
--------------------------------------------------------------------------------
1 |
2 |
5 |
6 |
7 | WELCOME
8 |
9 |
10 |
11 |
39 |
40 | HOSPITAL SWERISIE
41 |
42 |
48 |
49 |
50 |
51 |
--------------------------------------------------------------------------------
/HospitalManagementSystem/target/classes/templates/myAppointments.html:
--------------------------------------------------------------------------------
1 |
2 |
4 |
5 |
6 | Your appointments
7 |
17 |
18 |
19 |
20 | HOSPITAL SWERSIE
21 |
22 | homepage
23 |
24 |
25 |
26 |
27 |
28 | Your appointments
29 |
30 | AppointmentID |
31 | Patient Name |
32 | Doctor Name |
33 | Appointment Date |
34 | Confirmation |
35 |
36 |
37 | |
38 | |
39 | |
40 | |
41 | |
42 |
43 |
44 |
45 |
--------------------------------------------------------------------------------
/HospitalManagementSystem/target/classes/templates/patients.html:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
8 | Patient profile
9 |
10 |
11 |
12 | HOSPITAL SWERISIE
13 |
14 | Hello!
15 |
16 |
19 |
20 | view appointments
21 | view prescriptions
22 | cancel appointment
23 |
24 | Schedule your visit by booking an appointment: book appointment
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/HospitalManagementSystem/target/classes/templates/postlogin.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | Insert title here
6 |
7 |
8 | post login
9 |
10 |
--------------------------------------------------------------------------------
/HospitalManagementSystem/target/classes/templates/receptionist.html:
--------------------------------------------------------------------------------
1 |
2 |
4 |
5 |
6 | Receptionist
7 |
8 |
9 |
10 | HOSPITAL SWERSIE
11 |
12 | Hello!
13 |
16 |
17 |
18 | Appointments
19 | Schedules
20 | Create invoice
21 |
22 |
--------------------------------------------------------------------------------
/HospitalManagementSystem/target/classes/templates/receptionistAppointments.html:
--------------------------------------------------------------------------------
1 |
2 |
4 |
5 |
6 | Your appointments
7 |
8 |
18 |
19 |
20 |
21 | HOSPITAL SWERSIE
22 |
23 | homepage
24 |
25 |
26 |
27 |
28 |
29 |
30 |
57 |
58 |
59 |
60 |
61 |
--------------------------------------------------------------------------------
/HospitalManagementSystem/target/classes/templates/receptionistSchedule.html:
--------------------------------------------------------------------------------
1 |
2 |
4 |
5 |
6 | Your appointments
7 |
17 |
18 |
19 |
20 | HOSPITAL SWERSIE
21 |
22 | homepage
23 |
24 |
25 |
26 |
27 | Schedules
28 |
29 |
30 |
31 |
32 | Schedules
33 |
34 |
35 | Doctor Name |
36 | Tittle |
37 | Description |
38 | start |
39 | finish |
40 |
41 |
42 | |
43 | |
44 | |
45 | |
46 | |
47 |
48 |
49 |
50 |
--------------------------------------------------------------------------------
/HospitalManagementSystem/target/classes/templates/signup.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 | Sign Up Form
10 |
11 |
12 |
13 |
14 |
257 |
265 |
266 |
267 |
268 |
269 |
270 |
--------------------------------------------------------------------------------
/HospitalManagementSystem/target/classes/templates/staticcalendar.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
5 |
6 |
7 |
8 |
10 |
12 |
14 |
16 |
18 |
19 |
88 |
89 |
104 |
105 |
106 |
107 |
108 |
--------------------------------------------------------------------------------
/HospitalManagementSystem/target/classes/templates/varsha.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
5 |
6 |
7 |
8 |
9 |
10 |
Create New Prescription
11 |
12 |
31 |
32 |
33 |
34 |
35 |
--------------------------------------------------------------------------------
/HospitalManagementSystem/target/classes/templates/viewPrescriotions.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
5 |
6 | Create prescription
7 |
8 |
9 |
19 |
20 |
21 | HOSPITAL SWERSIE
22 |
23 | homepage
24 |
25 |
26 |
27 |
28 |
29 | Your appointments
30 |
31 | AppointmentID |
32 | Patient Name |
33 | Prescription |
34 |
35 |
36 |
37 | |
38 | |
39 | |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
--------------------------------------------------------------------------------
/HospitalManagementSystem/target/m2e-wtp/web-resources/META-INF/MANIFEST.MF:
--------------------------------------------------------------------------------
1 | Manifest-Version: 1.0
2 | Implementation-Title: HospitalManagementSystem
3 | Implementation-Version: 0.0.1-SNAPSHOT
4 | Build-Jdk-Spec: 1.8
5 | Created-By: Maven Integration for Eclipse
6 |
7 |
--------------------------------------------------------------------------------
/HospitalManagementSystem/target/m2e-wtp/web-resources/META-INF/maven/com.company.varnaa/HospitalManagementSystem/pom.properties:
--------------------------------------------------------------------------------
1 | #Generated by Maven Integration for Eclipse
2 | #Fri Apr 10 17:27:51 IST 2020
3 | version=0.0.1-SNAPSHOT
4 | groupId=com.company.varnaa
5 | m2e.projectName=HospitalManagementSystem
6 | m2e.projectLocation=D\:\\se\\HospitalManagementSystem
7 | artifactId=HospitalManagementSystem
8 |
--------------------------------------------------------------------------------
/HospitalManagementSystem/target/m2e-wtp/web-resources/META-INF/maven/com.company.varnaa/HospitalManagementSystem/pom.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 | 4.0.0
5 |
6 | org.springframework.boot
7 | spring-boot-starter-parent
8 | 2.2.4.RELEASE
9 |
10 |
11 | com.company.varnaa
12 | HospitalManagementSystem
13 | 0.0.1-SNAPSHOT
14 | war
15 | HospitalManagementSystem
16 | Demo project for Spring Boot
17 |
18 |
19 | 1.8
20 |
21 |
22 |
23 |
24 | org.springframework.boot
25 | spring-boot-starter-data-jdbc
26 |
27 |
28 | org.springframework.boot
29 | spring-boot-starter-data-jpa
30 |
31 |
32 | org.springframework.boot
33 | spring-boot-starter-security
34 |
35 |
36 | org.springframework.boot
37 | spring-boot-starter-thymeleaf
38 |
39 |
40 | org.springframework.boot
41 | spring-boot-starter-web
42 |
43 |
44 | org.springframework.session
45 | spring-session-core
46 |
47 |
48 |
49 | mysql
50 | mysql-connector-java
51 | runtime
52 |
53 |
54 | org.springframework.boot
55 | spring-boot-starter-tomcat
56 | provided
57 |
58 |
59 | org.springframework.boot
60 | spring-boot-starter-test
61 | test
62 |
63 |
64 | org.junit.vintage
65 | junit-vintage-engine
66 |
67 |
68 |
69 |
70 | org.springframework.security
71 | spring-security-test
72 | test
73 |
74 |
75 | org.springframework.boot
76 | spring-boot-starter-data-rest
77 |
78 |
79 | org.springframework.boot
80 | spring-boot-starter-actuator
81 |
82 |
83 |
84 |
85 | org.springframework.boot
86 | spring-boot-starter-actuator
87 |
88 |
89 | org.springframework.boot
90 | spring-boot-starter-data-jpa
91 |
92 |
93 | org.springframework.boot
94 | spring-boot-starter-data-rest
95 |
96 |
97 | org.springframework.boot
98 | spring-boot-starter-thymeleaf
99 |
100 |
101 |
102 |
103 | org.springframework.boot
104 | spring-boot-devtools
105 | runtime
106 | true
107 |
108 |
109 |
110 | mysql
111 | mysql-connector-java
112 | runtime
113 |
114 |
115 | org.springframework.boot
116 | spring-boot-starter-test
117 | test
118 |
119 |
120 | org.springframework.boot
121 | spring-boot-starter-hateoas
122 |
123 |
124 | org.webjars
125 | fullcalendar
126 | 2.2.5
127 |
128 |
129 | org.webjars
130 | momentjs
131 | 2.9.0
132 |
133 |
134 | org.webjars
135 | jquery-ui
136 | 1.12.1
137 |
138 |
139 | org.webjars
140 | jquery
141 | 3.4.1
142 |
143 |
144 |
145 |
146 |
147 |
148 | org.springframework.boot
149 | spring-boot-maven-plugin
150 |
151 |
152 |
153 |
154 |
155 |
--------------------------------------------------------------------------------
/Screenshot (41).png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/varnaa/hospital-management-system-using-spring-boot/0be0e0e048579f4dcb35e341f11dea623a1c7ec5/Screenshot (41).png
--------------------------------------------------------------------------------
/Screenshot (42).png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/varnaa/hospital-management-system-using-spring-boot/0be0e0e048579f4dcb35e341f11dea623a1c7ec5/Screenshot (42).png
--------------------------------------------------------------------------------
/Screenshot (43).png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/varnaa/hospital-management-system-using-spring-boot/0be0e0e048579f4dcb35e341f11dea623a1c7ec5/Screenshot (43).png
--------------------------------------------------------------------------------
/Screenshot (44).png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/varnaa/hospital-management-system-using-spring-boot/0be0e0e048579f4dcb35e341f11dea623a1c7ec5/Screenshot (44).png
--------------------------------------------------------------------------------
/Screenshot (47).png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/varnaa/hospital-management-system-using-spring-boot/0be0e0e048579f4dcb35e341f11dea623a1c7ec5/Screenshot (47).png
--------------------------------------------------------------------------------
/Screenshot (48).png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/varnaa/hospital-management-system-using-spring-boot/0be0e0e048579f4dcb35e341f11dea623a1c7ec5/Screenshot (48).png
--------------------------------------------------------------------------------
/Screenshot (49).png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/varnaa/hospital-management-system-using-spring-boot/0be0e0e048579f4dcb35e341f11dea623a1c7ec5/Screenshot (49).png
--------------------------------------------------------------------------------
/Screenshot (50).png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/varnaa/hospital-management-system-using-spring-boot/0be0e0e048579f4dcb35e341f11dea623a1c7ec5/Screenshot (50).png
--------------------------------------------------------------------------------