{"id":20382785,"url":"https://github.com/bioinformatics-ua/genericcdss","last_synced_at":"2025-04-12T09:02:35.728Z","repository":{"id":125919759,"uuid":"121619061","full_name":"bioinformatics-ua/GenericCDSS","owner":"bioinformatics-ua","description":"GenericCDSS is a web-based application, which provides the main dashboard where professionals (e.g, practitioners, nurses) can follow all the patients that are under their responsibility and some details about the state of each one.","archived":false,"fork":false,"pushed_at":"2018-12-18T22:33:15.000Z","size":19503,"stargazers_count":41,"open_issues_count":0,"forks_count":10,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-03-26T04:05:07.722Z","etag":null,"topics":["clinical-decision-support","decision","decision-making","decision-support"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bioinformatics-ua.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2018-02-15T10:57:08.000Z","updated_at":"2025-02-18T06:30:55.000Z","dependencies_parsed_at":"2023-05-06T21:47:13.827Z","dependency_job_id":null,"html_url":"https://github.com/bioinformatics-ua/GenericCDSS","commit_stats":{"total_commits":121,"total_committers":1,"mean_commits":121.0,"dds":0.0,"last_synced_commit":"03f74a0dd639e2f3d78fe5184b7986bcc2b3cabd"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bioinformatics-ua%2FGenericCDSS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bioinformatics-ua%2FGenericCDSS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bioinformatics-ua%2FGenericCDSS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bioinformatics-ua%2FGenericCDSS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bioinformatics-ua","download_url":"https://codeload.github.com/bioinformatics-ua/GenericCDSS/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248543857,"owners_count":21121838,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["clinical-decision-support","decision","decision-making","decision-support"],"created_at":"2024-11-15T02:19:01.222Z","updated_at":"2025-04-12T09:02:35.695Z","avatar_url":"https://github.com/bioinformatics-ua.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GenericCDSS - Generic Clinical Decision Support System\n\n\n[![Build Status](https://travis-ci.org/joemccann/dillinger.svg?branch=master)](https://github.com/bioinformatics-ua/GenericCDSS/tree/master)\n\nGenericCDSS is a web-based application, which provides the main dashboard where professionals (e.g., practitioners, nurses) can follow all the patients that are under their responsibility and some details about the state of each one.\n\n# New Features!\n\n  - Manage all the patient information dynamically\n  - Create and manage clinical protocols\n  - Assign protocols to the patients and execute them\n\nYou can also:\n  - Easily customise the patient information\n  - Keep track of all the patient data\n  - Be reminder about the next measurement for each patient admitted in the system\n \nGenericCDSS follows a Client-Server model, in which each side is sub-divided in several layers.\n\nThe Client-side encapsulate most of the presentation part of the system. It is divided into two layers, the presentation, and the controller layer. The presentation layer is responsible for the user interfaces. The controller layer consumes the backend web services and provides the data to the presentation layer.\n\nThe Server, which is mainly the backend core, is subdivided into three sub-layers: 1) business; 2) persistence; and 3) service provider. The persistence layer is responsible for storing and maintaining the system’s data. The business layer contains most of the application’s logic. Finally, the service layer provides a RESTful API with services prepared to interact with all the system’s functions with or without the client. This layer will be used by the client to access all the core features.\n\n### Tech\n\nGenericCDSS uses a number of open source projects to work properly:\n\n\u003cpre\u003e\n* [ReactJS] - HTML enhanced for web apps!\n* [NPM] - The frontend package manager\n* [Django] - Web framework python-based\n* [Django Rest Framework] - Toolkit for building Web APIs in Django projects\n* [PostgreSQL] - The object-relational database management system\n* [Docker] - The computer program that performs operating-system-level virtualization\n* [Make] -  Utility for building and maintaining groups of programs\n\u003c/pre\u003e\n\n### Installation\n\nGenericCDSS requires Docker, Docker-compose and Make to run.\n\nInstall Docker\n\n\u003cpre\u003e\n* Full instructions here https://docs.docker.com/install/\n\u003c/pre\u003e\n\nInstall docker-compose\n\n\u003cpre\u003e\n* Full instructions here https://docs.docker.com/compose/install/\n\u003c/pre\u003e\n\nEdit docker-compose.yml with deploy specific details. The variables that should be configured are the following:\n\n```sh\n4  - POSTGRES_USER= user used in the PostgreSQL. This user should match with the user used in row 23\n5  - POSTGRES_PASS= password used in the PostgreSQL. This password should match with the user used in row 23\n...\n10 - \"xxxx:8000\" change the xxxx for the port to access the container\n...      \n23 - DOCKER_POSTGRES_USER= user used in the PostgreSQL.\n24 - DOCKER_POSTGRES_PASS= password used in the PostgreSQL. \n25 - DOCKER_POSTGRES_DB= database name\n26 - DOCKER_POSTGRES_HOST= hostname, the default configuration is the container defined in the docker-compose file\n27 - DOCKER_POSTGRES_PORT= DB container port\n28 - DEPLOY_MODE= the execution mode, if demo the database will be fulfilled with random data\n29 - API_URL= the API URL, that ends with api/\n30 - HOMEPAGE= the system homepage URL\n31 - BASE_URL= the base URL is used when existing a prefix in the homepage URL. For instance, www.page.com/genericcdss, in this case, it is necessary to define the genericcdss in this variable\n```\n\nAfter the customisation of the docker-compose file, it is only necessary to perform the following commands to have the installation running. (This process can take a few minutes)\n\n```sh\n$ make build\n$ make docker-run\n```\n\n\n\n----\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbioinformatics-ua%2Fgenericcdss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbioinformatics-ua%2Fgenericcdss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbioinformatics-ua%2Fgenericcdss/lists"}