Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/erikvw/sarscov2


https://github.com/erikvw/sarscov2

clinical-trial-management-system coronavirus edc

Last synced: 8 days ago
JSON representation

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 migrate

To 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