edc-adverse-event

Adverse event and death classes for clinicedc/edc projects


Keywords
django, Edc, adverse, events, clinicedc, clinical, trials, adverse-events, clinical-trial-management-system, clinical-trials
Licenses
xpp/MIT-feh
Install
pip install edc-adverse-event==0.3.82

Documentation

pypi actions codecov downloads

edc-adverse-event

Create an AE application

Create an AE app that will house your AE concrete models, admin site, list data, and action items.

Adverse events models

Model mixins exist for you to create the following concrete models in your AE app:

  • AE Initial: The initial report of a adverse event
  • AE Followup: 1 or more follow-ups to the initial AE report
  • AE Special Interest
  • AE SUSAR
  • AE External Reviewer
  • Death Report
  • Death Report External Reviewer

TMG: Trial Management Group forms

  • AE Tmg:

Settings

These are the settings attributes you need to define for edc_adverse_event:

Define a list_data.py

There are a few FK fields on the AE models. You need to define a list_data.py that will be read to populate the FK list models.

The list model tables are: * edc_adverse_event.aeclassification (See AeInitial) * edc_adverse_event.saereason (See AeInitial)

Register AE Action Items

The AE action items are not registered by default. To register, in the root of your AE app add an action_items.py: