Σύστημα καταγραφής κρουσμάτων COVID-19
COVID-19 outbreak recording system
View/ Open
Keywords
COVID-19 ; Outbreak recording systemAbstract
The application aims to present the user with a COVID-19 case registration system, in which
nursing and medical staff in the country will be able to directly view information and statistics on
confirmed or unconfirmed COVID-19 cases.
Regarding the technologies used in this application, we can say that the application is
divided into two separate parts, which are:
•the Back end of the application
•the Front end of the application
For the Back-end part of the application, the Java-based free and open-source Spring
Boot framework was used, while for the Front-end part of the application, the free and open-
source React library was used, which is based on JavaScript, through which user interface tools
can be built, based on UI components. Also, a free and open-source relational database of Mar-
iaDB is used. In parallel, for the above database, Hibernate ORM is used and JSON Web Token
is created and used.
For each potential case, demographic data and its social security number will be rec-
orded in the first phase. The recording will be done by the individual nursing staff through the
system in a database. Also, for a second time, the system will enable medical staff to indicate
whether each case is confirmed or not.
This application is a Web application which means that it can be accessed from any-
where, as long as the user concerned has access to the Internet and has the appropriate pass-
words.