SARS-COV-2 related models, etc
Project description
sarscov2
Add to an EDC, for example the meta_edc for the META Trial.
Add to INSTALLED_APPS:
INSTALLED_APPS = [
...
"sarscov2.apps.AppConfig",
...
]
Add the CRF to the visit schedule as a PRN, for example:
crfs_prn = FormsCollection(
...
Crf(show_order=70, model="meta_subject.coronakap"),
name="prn",
)
python manage.py makemigrations
python manage.py migrate
To include in a screening or subject listboard:
{% if perms.sarscov2 %}
{% if result.coronavirus_kap %}
<a class="btn btn-sm btn-success" title="Edit Coronavirus KAP"
href="{% url 'sarscov2_admin:sarscov2_coronaviruskap_change' result.coronavirus_kap.id %}?next=meta_dashboard:screening_listboard_url">Edit</a>
{% else %}
<a class="btn btn-sm btn-warning" title="Add Coronavirus KAP"
href="{% url 'sarscov2_admin:sarscov2_coronaviruskap_add' %}?screening_identifier={{result.screening_identifier}}&next=meta_dashboard:screening_listboard_url">Add</a>
{% endif %}
{% endif %}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
sarscov2-0.1.15-py3-none-any.whl
(42.6 kB
view details)
File details
Details for the file sarscov2-0.1.15-py3-none-any.whl
.
File metadata
- Download URL: sarscov2-0.1.15-py3-none-any.whl
- Upload date:
- Size: 42.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 274c41d26fb1abf321f141a9bf52eac60e5d9636862ae1e344022c7769116cd0 |
|
MD5 | a97178ca1260739a4db0fa1a0af96afa |
|
BLAKE2b-256 | 9c676bc7416fcb8466d274f027639c7e9d71db3e1b9353857b4d2668b87af087 |