Skip to content

Commit

Permalink
research_protocol_config
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvw committed Jan 26, 2024
1 parent 2bed567 commit e82e29d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions edc_form_label/tests/consents.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
from edc_consent.consent_definition import ConsentDefinition
from edc_consent.site_consents import site_consents
from edc_constants.constants import FEMALE, MALE
from edc_protocol import Protocol
from edc_protocol.research_protocol_config import ResearchProtocolConfig

consent_v1 = ConsentDefinition(
"edc_fieldsets.subjectconsent",
version="1",
start=Protocol().study_open_datetime,
end=Protocol().study_close_datetime,
start=ResearchProtocolConfig().study_open_datetime,
end=ResearchProtocolConfig().study_close_datetime,
age_min=18,
age_is_adult=18,
age_max=64,
Expand Down

0 comments on commit e82e29d

Please sign in to comment.