Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Add planned site/participant target back to group metadata and display as n/N (x%) in report. #1880

Closed
samussiah opened this issue Oct 14, 2024 · 0 comments · Fixed by #1899
Assignees
Milestone

Comments

@samussiah
Copy link
Contributor

Feature Details

Enrollment numbers aren't super informative without knowing the target numbers. This update should formalize target numbers in the group metadata model.

Example Code

Possible Implementation

Update the study mapping workflow to explicitly included planned sites (num_plan_site > SiteTarget) and planned subjects (num_plan_subj > ParticipantTarget). Derive these new columns:

  • PercentSitesActivated: SiteCount / SiteTarget * 100
  • PercentParticipantsEnrolled: ParticipantCount / ParticipantTarget * 100
  • SiteActivationLabel: {SiteCount} / {SiteTarget} ({PercentSitesActivated}%)
  • ParticipantEnrollmentLabel: {ParticipantCount} / {ParticipantTarget} ({PercentParticipantsEnrolled}%)

Additional Comments

@samussiah samussiah added this to the v2.2.0 milestone Oct 14, 2024
@samussiah samussiah changed the title Feature: Add percent enrolled back to group metadata and display n/N (x%) in report. Feature: Add planned site/participant target back to group metadata and display as n/N (x%) in report. Oct 14, 2024
@zdz2101 zdz2101 self-assigned this Oct 17, 2024
@lauramaxwell lauramaxwell modified the milestones: v2.2.0, v2.1.2 Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants