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 d851b60 commit 9113f36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions edc_ltfu/tests/consents.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
from edc_consent.consent_definition import ConsentDefinition
from edc_constants.constants import FEMALE, MALE
from edc_protocol import Protocol
from edc_protocol.research_protocol_config import ResearchProtocolConfig

consent_v1 = ConsentDefinition(
"edc_metadata.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 9113f36

Please sign in to comment.