Skip to main content

Base classes for off study process for clinicedc/edc

Project description

pypi actions codecov downloads

edc-offstudy

Base classes for off study process

The offstudy model is linked to scheduled models by the visit schedule.

# visit_schedule.py
...
visit_schedule1 = VisitSchedule(
    name='visit_schedule1',
    offstudy_model='edc_offstudy.subjectoffstudy',
    ...)
...

This module includes an offstudy model SubjectOffstudy.

You may also declare your own using the OffstudyModelMixin:

class SubjectOffstudy(OffstudyModelMixin, BaseUuidModel):

     pass

If you declare your own, be sure to reference it correctly in the visit schedule:

# visit_schedule.py
...
visit_schedule1 = VisitSchedule(
    name='visit_schedule1',
    offstudy_model='myapp.subjectoffstudy',
    ...)
...

When the offstudy model is saved, the data is validated relative to the consent and visit model. An offstudy datetime should make sense relative to these model instances for the subject. Unused appointments in the future relative to the offstudy datetime will be removed.

Note: There is some redundancy with this model and the offschedule model from edc-visit-schedule. This needs to be resolved.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

edc-offstudy-0.3.36.tar.gz (40.1 kB view details)

Uploaded Source

Built Distribution

edc_offstudy-0.3.36-py3-none-any.whl (52.9 kB view details)

Uploaded Python 3

File details

Details for the file edc-offstudy-0.3.36.tar.gz.

File metadata

  • Download URL: edc-offstudy-0.3.36.tar.gz
  • Upload date:
  • Size: 40.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for edc-offstudy-0.3.36.tar.gz
Algorithm Hash digest
SHA256 83adbfe7bc4c25368ec082c201aae7687f7cd8de167f159520e9709895c8b3da
MD5 d4d212a65c2a188a88f5687ae6ad4a3a
BLAKE2b-256 b641695bde83ddb2ae25c13cab5d5f8375a94e5df7e36663960498619aecb3e5

See more details on using hashes here.

File details

Details for the file edc_offstudy-0.3.36-py3-none-any.whl.

File metadata

File hashes

Hashes for edc_offstudy-0.3.36-py3-none-any.whl
Algorithm Hash digest
SHA256 558ee322bcb90d0751b2fb01b76f6187b6ae02e6c3cec5a27e2c28d683bdb7b8
MD5 bca0a67fc7f4ae93eb402d451269380b
BLAKE2b-256 a755e58ed7a3ba7bee33e65e3f12fa56cc97fd8f05ff9cfcb407134ba75b4dec

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page