Metadata-Version: 2.2
Name: edc-dx-review
Version: 1.0.0
Summary: Classes to manage review of HIV, DM and HTN diagnoses for clinicedc/edc projects
Home-page: https://github.com/clinicedc/edc-dx-review
Author: Erik van Widenfelt
Author-email: ew2789@gmail.com
License: GPL license, see LICENSE
Keywords: django glucose ifg ogtt clinicedc clinical trials
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 5.1
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Requires-Python: >=3.12
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: AUTHORS

|pypi| |actions| |codecov| |downloads|

edc diagnosis review
--------------------

Classes to manage review of HIV, DM, HTN and Chol diagnoses


Settings
========

``EDC_DX_REVIEW_APP_LABEL``



``EDC_DX_REVIEW_CLINICAL_REVIEW_BASELINE_MODEL``
    For example: "edc_dx_review.clinicalreviewbaseline"


``EDC_DX_REVIEW_LIST_MODEL_APP_LABEL``
    For example: "edc_dx_review" (Default: LIST_MODEL_APP_LABEL)

.. |pypi| image:: https://img.shields.io/pypi/v/edc-dx-review.svg
    :target: https://pypi.python.org/pypi/edc-dx-review

.. |actions| image:: https://github.com/clinicedc/edc-dx-review/actions/workflows/build.yml/badge.svg
  :target: https://github.com/clinicedc/edc-dx-review/actions/workflows/build.yml

.. |codecov| image:: https://codecov.io/gh/clinicedc/edc-dx-review/branch/develop/graph/badge.svg
  :target: https://codecov.io/gh/clinicedc/edc-dx-review

.. |downloads| image:: https://pepy.tech/badge/edc-dx-review
   :target: https://pepy.tech/project/edc-dx-review
