.coveragrc
.editorconfig
.gitignore
.pre-commit-config.yaml
.yamllint
AUTHORS.rst
CHANGES
LICENSE
MANIFEST.in
README.rst
codecov.yml
pyproject.toml
runtests.py
setup.cfg
.github/workflows/build.yml
dx_app/__init__.py
dx_app/apps.py
dx_app/consents.py
dx_app/models.py
dx_app/visit_schedule.py
dx_app/migrations/__init__.py
edc_dx/__init__.py
edc_dx/apps.py
edc_dx/diagnoses.py
edc_dx/utils.py
edc_dx.egg-info/PKG-INFO
edc_dx.egg-info/SOURCES.txt
edc_dx.egg-info/dependency_links.txt
edc_dx.egg-info/not-zip-safe
edc_dx.egg-info/top_level.txt
edc_dx/form_validators/__init__.py
edc_dx/form_validators/diagnosis_form_validator_mixin.py
edc_dx/form_validators/result_form_validator_mixin.py
edc_dx/tests/__init__.py
edc_dx/tests/baker_recipes.py
edc_dx/tests/forms.py
edc_dx/tests/holidays.csv
edc_dx/tests/test_case_mixin.py
edc_dx/tests/test_settings.py
edc_dx/tests/urls.py
edc_dx/tests/etc/user-aes-local.key
edc_dx/tests/etc/user-aes-restricted.key
edc_dx/tests/etc/user-rsa-local-private.pem
edc_dx/tests/etc/user-rsa-local-public.pem
edc_dx/tests/etc/user-rsa-restricted-private.pem
edc_dx/tests/etc/user-rsa-restricted-public.pem
edc_dx/tests/etc/user-salt-local.key
edc_dx/tests/etc/user-salt-restricted.key
edc_dx/tests/tests/__init__.py
edc_dx/tests/tests/test_diagnoses.py
edc_dx/tests/tests/test_forms.py
edc_dx/tests/tests/test_labels.py