** GETTING STARTED
Creating a README file for the Small Brain Records repository, based on the information provided and the nature of the project, could look something like this:
Welcome to the Small Brain Records (SBR) Project repository. SBR is an innovative, open-source clinical system designed to revolutionize patient-clinician collaboration in healthcare. Our system focuses on generating machine-learning-friendly labeled data, embedding clinical decision support (CDS) in the right context, and empowering clinicians to deliver outstanding care.
- Problem-Task Ontology: Facilitates meaningful interactions between patients and clinicians.
- Machine Learning Data Generation: Automatically generates labeled data for advanced analytics.
- Context-Aware CDS: Integrates CDS into the clinical workflow at appropriate times.
- Audio Recording and Labeling: Captures and labels clinical encounter audio for enhanced data richness.
- Prerequisites: List the software and hardware requirements.
- Installation: Step-by-step guide to set up the SBR project.
- Configuration: Instructions for configuring the system to suit specific clinical environments.
Detailed instructions on how to use the system in a clinical setting, including case studies or usage scenarios.
Guidelines for contributing to the SBR project, including coding standards, pull request process, and issue reporting.
Information on how to obtain support, join the community discussions, and collaborate with other users and developers.
This project is licensed under the AGPL-3.0 license - see the LICENSE file for details.
Special thanks to the project's lead contributors, advisors, and all who have supported the development of the SBR project.
For more information, visit smallbrainrecords.org.
This template provides a general structure for the README file, which can be customized further based on specific details and features of the SBR project.
Run mysql server using docker enviroment
docker run -d -e MYSQL_ROOT_PASSWORD=root -p 3306:3306 -v D:\Workspace\database\smallbrain:/var/lib/mysql mysql:5.7.22 --sql_mode=""
NOTE for updating to Django 1.11 and other dependencies(django-reversion):
- Run
python manage.py migrate reversion --fake
- Add column
db VARCHAR(191)
to tablereversion_version
** TEST COVERAGE **
- project
- users_app
- common
- emr
- generic
- problems_app
- todo_app
- data_app
- a1c_app
- colons_app
- goals_app
- document_app
- encounters_app
- inr_app
- medication_app
- pain
- my_story_app
- project_admin_app
- site_pages_app
- Add user
- Edit user
- Deactive user