You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
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
The text was updated successfully, but these errors were encountered: