Metadata-Version: 2.4
Name: edc-vitals
Version: 1.1.3
Summary: Classes for BP, weight, etc for clinicedc/edc projects
Keywords: clinical,clinicedc,django,edc,trials,vitals
Author: Erik van Widenfelt
Author-email: Erik van Widenfelt <ew2789@gmail.com>
License-Expression: GPL-3.0-or-later
License-File: LICENSE
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Django
Classifier: Framework :: Django :: 5.2
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.12, <3.14
Project-URL: Homepage, https://github.com/clinicedc/edc-vitals
Description-Content-Type: text/x-rst


|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/actions/workflows/build.yml/badge.svg
  :target: https://github.com/clinicedc/edc-vitals/actions/workflows/build.yml

.. |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
