edc-review-dashboard 1.0.1
pip install edc-review-dashboard
Latest version
Released:
A dashboard with direct links to review a subject's CRFs and Requisitions in clinicedc/edc projects
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: GNU General Public License v3 (GPLv3) (GPL license, see LICENSE)
- Author: Erik van Widenfelt
- Tags django edc dashboard, clinicedc, clinical trials
- Requires: Python >=3.12
-
Provides-Extra:
test
Classifiers
- Environment
- Framework
- Intended Audience
- License
- Operating System
- Programming Language
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 = 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
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: GNU General Public License v3 (GPLv3) (GPL license, see LICENSE)
- Author: Erik van Widenfelt
- Tags django edc dashboard, clinicedc, clinical trials
- Requires: Python >=3.12
-
Provides-Extra:
test
Classifiers
- Environment
- Framework
- Intended Audience
- License
- Operating System
- Programming Language
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
Built Distribution
File details
Details for the file edc_review_dashboard-1.0.1.tar.gz
.
File metadata
- Download URL: edc_review_dashboard-1.0.1.tar.gz
- Upload date:
- Size: 38.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 68d89e2b6af3644ef3d5ba5496c7cf5ca8cf6ee3f5196a0b0ceb5b9c18d97041 |
|
MD5 | 5b04e49f40547bfd8d75cd76030cbcf6 |
|
BLAKE2b-256 | 4517dba28d5c1d20a0b16469b8a38f180d0f29dd01897bc415f0cc96c6ef1c8c |
File details
Details for the file edc_review_dashboard-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: edc_review_dashboard-1.0.1-py3-none-any.whl
- Upload date:
- Size: 42.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0a6f371fd52c338be742cfdfb300fff35d0ebf5d3fbdc872ac746d4389a9521a |
|
MD5 | 6947007141e900ba7787112f388438b1 |
|
BLAKE2b-256 | ce9301f43aece7ba16d46a2df9f776495b615e4bc7c8a35a7db95ad831e87576 |