Metadata-Version: 2.1
Name: edc-protocol-incident
Version: 0.1.31
Summary: Classes for protocol incident (violations/deviations) in clinicedc/edc projects
Home-page: https://github.com/clinicedc/edc-protocol-incident
Author: Erik van Widenfelt
Author-email: ew2789@gmail.com
License: GPL license, see LICENSE
Keywords: django Edc protocol incident violations deviations,clinicedc,clinical trials
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 4.2
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Requires-Python: >=3.11
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: AUTHORS

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

edc-protocol-incident
---------------------

Class to handle clinical trial protocol incidents (deviations and violations).

There are two types of this PRN form:


Protocol deviation / violation (default)
========================================
The default version requires additional details if the incident is a `violation`.


Protocol incident
=================
To use this version set:

.. code-block:: python

    settings.EDC_PROTOCOL_VIOLATION_TYPE = "incident"

Requires additional details for both types: `violation` and `deviation`.


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

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

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

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