Informatic Unique Booking Service for health system

Jun 1, 2012 1 min read

For the bachelor thesis I realized a system for the booking of the exams in the health system. I realized this project with my classmate and friend Fabrizio Palumbo.

We searched over internet scientific articles to get information about what was done until the beginning of our project, so we started with designing the system.

We had three main tasks:

  1. Modelling the system in UML;
  2. Modelling and designing the Database (through the proper diagrams like Entity-Relation diagram) and then implementing in SQL;
  3. Implementing the Python-Django system.

The languages used to realize the website were: Python, SQL, UML, HTML, CSS and Javascript.

The result of the project is viewable in the video below and in the screenshots taken during the working operations of the system.

Figure 1) Home page of the website.

Figure 2) Page during the booking in which is possible to choose the hospital where is available the health service needed.

Figure 3) While choosing the hospital is possible to see information about, like the address, the organization (ASL) to which it refers and the map.

Figure 4) Map about a hospital.

Figure 5) After choosing the hospital, the user can choose the available hour that prefers.

Figure 6) In the section “Gestione Agenda” (“Manage the scheduled appointments”) is possible to see and modify the agenda of the user, it’s possible to see information of the hospital again, to get a PDF file resuming the information (like we can see in detail in figure 7) or to get a excel file resuming all the information (like we can see in figure 8).

Figure 7) PDF file resuming all the information about a booked appointment.

Figure 8) Excel file generated by the system that resumes the scheduled appointments of a patient.

Figure 9) It’s also possible to send an email through the website to get info, help or only to signal bugs/problems.