Software Capacitation in Hospital Fernando Fonseca Research Centre
Software developed to facilitate the management of clinical trials, making it easier to organize, keep track and manage patient attendance.
CASCIFFO is a platform split in two modules, a front- and back-end module. This application that aims to develop and provide innovative mechanisms for interoperability with internal and external information systems, allowing, when desired, data synchronization, index search, identification data management and even access to detailed clinical data. Along with these features, the management of clinical visits assisted by researchers and data monitoring of patients are also included.
This app was developed using these frameworks:
To begin our journey within the CASCIFFO application, the following prerequisites need to be checked:
After having installed all the required software:
git clone https://github.com/isel-sw-projects/2021-casciffo [folderName]
postgres pqsl createdb `dbName`
postgres create user -s `userName` -W
[Password:] `password`
postgres psql grant all priveleges on `dbName` to `userName`
postgres psql -f db_creation.sql
Note: There may be a case where you need to give writing permissions to the folders and executables in order for them to work, either copy or run the permissions.sh script ヾ(•ω•`)o If you wish to rename the database, you can do so in the .sql files in lines 19, 24, 27 and 29.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)This project was developed as part of a partnership between the Hospital Professor Doutor Fernando Fonseca (HFF) and Lisbon School of Engineering (ISEL)
Valdemar Antunes - A44865@alunos.isel.pt Miguel Gamboa - miguel.gamboa@isel.pt Pedro Vieira - pedro.vieira@isel.pt
Project Link: https://github.com/isel-sw-projects/2021-casciffo