Skip to main content

A dashboard with direct links to review a subject's CRFs and Requisitions in clinicedc/edc projects

Project description

pypi actions codecov downloads

Edc Review Dashboard

An alternative dashboard of a subject’s visits, CRFs and Requisitions.

Declare in your app:

class SubjectReviewListboardView(Base):

    listboard_model = 'ambition_subject.subjectvisit'
    model_wrapper_cls = RelatedVisitModelWrapper
    navbar_name = 'ambition_dashboard'

Add URLs:

    urlpatterns = ....

review_listboard_url_config = UrlConfig(
    url_name='subject_listboard_url',
    view_class=SubjectListboardView,
    label='subject_listboard',
    identifier_label='subject_identifier',
    identifier_pattern=subject_identifier)
urlpatterns += review_listboard_url_config.review_listboard_urls

Project details


Download files

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

Source Distribution

edc-review-dashboard-0.3.38.tar.gz (38.1 kB view hashes)

Uploaded Source

Built Distribution

edc_review_dashboard-0.3.38-py3-none-any.whl (41.7 kB view hashes)

Uploaded Python 3

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