|pypi| |actions| |codecov| |downloads|
edc dx
------
Classes to manage review of HIV, DM and HTN diagnoses
Add settings attribute with the conditions to be managed by the `Diagnosis` class.
For example:
.. code-block:: python
# settings.py
...
EDC_DX_LABELS = dict(
hiv="HIV",
dm="Diabetes",
htn="Hypertension",
chol="High Cholesterol"
)
...
.. |pypi| image:: https://img.shields.io/pypi/v/edc-dx.svg
:target: https://pypi.python.org/pypi/edc-dx
.. |actions| image:: https://github.com/clinicedc/edc-dx/actions/workflows/build.yml/badge.svg
:target: https://github.com/clinicedc/edc-dx/actions/workflows/build.yml
.. |codecov| image:: https://codecov.io/gh/clinicedc/edc-dx/branch/develop/graph/badge.svg
:target: https://codecov.io/gh/clinicedc/edc-dx
.. |downloads| image:: https://pepy.tech/badge/edc-dx
:target: https://pepy.tech/project/edc-dx
Raw data
{
"_id": null,
"home_page": "https://github.com/clinicedc/edc-dx",
"name": "edc-dx",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.12",
"maintainer_email": null,
"keywords": "django Edc diagnosis, clinicedc, clinical trials",
"author": "Erik van Widenfelt",
"author_email": "ew2789@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/14/bd/d52617ea84ff9b7c85999f3fc4473741db998d442863690d5c9cd8f595e1/edc_dx-1.0.0.tar.gz",
"platform": null,
"description": "|pypi| |actions| |codecov| |downloads|\n\nedc dx\n------\n\nClasses to manage review of HIV, DM and HTN diagnoses\n\nAdd settings attribute with the conditions to be managed by the `Diagnosis` class.\n\nFor example:\n\n.. code-block:: python\n\n # settings.py\n ...\n EDC_DX_LABELS = dict(\n hiv=\"HIV\",\n dm=\"Diabetes\",\n htn=\"Hypertension\",\n chol=\"High Cholesterol\"\n )\n ...\n\n\n.. |pypi| image:: https://img.shields.io/pypi/v/edc-dx.svg\n :target: https://pypi.python.org/pypi/edc-dx\n\n.. |actions| image:: https://github.com/clinicedc/edc-dx/actions/workflows/build.yml/badge.svg\n :target: https://github.com/clinicedc/edc-dx/actions/workflows/build.yml\n\n.. |codecov| image:: https://codecov.io/gh/clinicedc/edc-dx/branch/develop/graph/badge.svg\n :target: https://codecov.io/gh/clinicedc/edc-dx\n\n.. |downloads| image:: https://pepy.tech/badge/edc-dx\n :target: https://pepy.tech/project/edc-dx\n",
"bugtrack_url": null,
"license": "GPL license, see LICENSE",
"summary": "Classes to manage review of HIV, DM and HTN diagnoses for clinicedc/edc projects",
"version": "1.0.0",
"project_urls": {
"Homepage": "https://github.com/clinicedc/edc-dx"
},
"split_keywords": [
"django edc diagnosis",
" clinicedc",
" clinical trials"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "9abb859587a7a29e9eebb209613d8b00f7da39bc0a2dedc46bce3b5386581f3b",
"md5": "9b0f9baa3a14707f1b41ba664ed100d0",
"sha256": "042aaf81e33306df3795b1e21dd49d6e353fb336319b759a504edbd17b629ba1"
},
"downloads": -1,
"filename": "edc_dx-1.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "9b0f9baa3a14707f1b41ba664ed100d0",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.12",
"size": 35398,
"upload_time": "2025-01-21T13:59:30",
"upload_time_iso_8601": "2025-01-21T13:59:30.706236Z",
"url": "https://files.pythonhosted.org/packages/9a/bb/859587a7a29e9eebb209613d8b00f7da39bc0a2dedc46bce3b5386581f3b/edc_dx-1.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "14bdd52617ea84ff9b7c85999f3fc4473741db998d442863690d5c9cd8f595e1",
"md5": "bb057f6838c88f756aed0dc1adac6fde",
"sha256": "864839cd8ce5df24a029096b9b9b76dd204e13b7425baecb2bb4773e3b1b1d0b"
},
"downloads": -1,
"filename": "edc_dx-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "bb057f6838c88f756aed0dc1adac6fde",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.12",
"size": 34895,
"upload_time": "2025-01-21T13:59:31",
"upload_time_iso_8601": "2025-01-21T13:59:31.825254Z",
"url": "https://files.pythonhosted.org/packages/14/bd/d52617ea84ff9b7c85999f3fc4473741db998d442863690d5c9cd8f595e1/edc_dx-1.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-21 13:59:31",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "clinicedc",
"github_project": "edc-dx",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "edc-dx"
}