A dashboard with direct links to a subject's CRFs and Requisitions.
Project description
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 = SubjectVisitModelWrapper
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
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file edc_review_dashboard-0.2.19-py3-none-any.whl
.
File metadata
- Download URL: edc_review_dashboard-0.2.19-py3-none-any.whl
- Upload date:
- Size: 29.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0.post20200309 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9be57c32fc5930d4376ed6b58e68fc655dabb0d2b9d017d2c54df192c6878d2d |
|
MD5 | 665e61b5b6ef25e9a247ced6455faa4d |
|
BLAKE2b-256 | 93040bc474b23b4ccabfa10da0d607a98e8a2ddfe1ec6848db66f66fc7286f5b |