Metadata-Version: 2.1
Name: edc-vitals
Version: 0.1.10
Summary: Classes for BP, weight, etc for clinicedc/edc projects
Home-page: https://github.com/clinicedc/edc-vitals
Author: Erik van Widenfelt
Author-email: ew2789@gmail.com
License: GPL license, see LICENSE
Keywords: django edc vitals,clinicedc,clinical trials
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 3.2
Classifier: Framework :: Django :: 4.0
Classifier: Framework :: Django :: 4.1
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: AUTHORS


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

edc-vitals
----------

Classes for BP, weight, heart rate, respiratory rate, temperature etc


Settings:
+++++++++

::

    # Blood pressure/severe hypertension
    EDC_VITALS_SYS_UPPER: (default=180)
    EDC_VITALS_DIA_UPPER: (default=110)

    # Temperature/fever
    EDC_VITALS_G3_FEVER_LOWER: (default=39.3)
    EDC_VITALS_G4_FEVER_LOWER: (default=40.0)

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

.. |actions| image:: https://github.com/clinicedc/edc-vitals/workflows/build/badge.svg?branch=develop
  :target: https://github.com/clinicedc/edc-vitals/actions?query=workflow:build

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

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