Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erikvw/sarscov2
https://github.com/erikvw/sarscov2
clinical-trial-management-system coronavirus edc
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/erikvw/sarscov2
- Owner: erikvw
- License: gpl-3.0
- Created: 2020-04-15T15:05:24.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2021-09-22T02:35:14.000Z (over 3 years ago)
- Last Synced: 2024-11-27T23:06:36.640Z (25 days ago)
- Topics: clinical-trial-management-system, coronavirus, edc
- Language: Python
- Size: 142 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE
Awesome Lists containing this project
README
|pypi| |travis| |codecov|
sarscov2
========Add to an EDC_, for example the meta_edc_ for the META Trial.
Add to ``INSTALLED_APPS``:
.. code-block:: python
INSTALLED_APPS = [
...
"sarscov2.apps.AppConfig",
...
]Add the CRF to the visit schedule as a PRN, for example:
.. code-block:: python
crfs_prn = FormsCollection(
...
Crf(show_order=70, model="meta_subject.coronakap"),
name="prn",
).. code-block:: bash
python manage.py makemigrations
python manage.py migrateTo include in a screening or subject listboard:
.. code-block:: html
{% if perms.sarscov2 %}
{% if result.coronavirus_kap %}
Edit
{% else %}
Add
{% endif %}
{% endif %}.. _EDC: https://github.com/clinicedc
.. _meta_edc: https://meta-trial/meta_edc
.. |pypi| image:: https://img.shields.io/pypi/v/sarscov2.svg
:target: https://pypi.python.org/pypi/sarscov2
.. |travis| image:: https://travis-ci.com/erikvw/sarscov2.svg?branch=develop
:target: https://travis-ci.com/erikvw/sarscov2
.. |codecov| image:: https://codecov.io/gh/erikvw/sarscov2/branch/develop/graph/badge.svg
:target: https://codecov.io/gh/erikvw/sarscov2