Skip to content

Commit

Permalink
Typo - Export / Text View - Cohort Exit - suply OHDSI/Atlas#2750
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-abushkevich authored and chrisknoll committed Sep 22, 2022
1 parent 9974480 commit dba4027
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ The cohort end date will be offset from index event's ${utils.optionName(dateOff
<#macro CustomEraStrategy s>
The cohort end date will be based on a continuous exposure to ${utils.codesetName(s.drugCodesetId!"", "_invalid drug specified_")}:
allowing ${s.gapDays} days between exposures, adding <@utils.formatValue s.offset "day"/> after exposure ends, and <#if
s.daysSupplyOverride??>forcing drug exposure days suply to: <@utils.formatValue s.daysSupplyOverride "day"/>.<#else>using days supply and exposure end date for exposure duration.</#if>
s.daysSupplyOverride??>forcing drug exposure days supply to: <@utils.formatValue s.daysSupplyOverride "day"/>.<#else>using days supply and exposure end date for exposure duration.</#if>
</#macro>
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ public void customEraExitTest() {
String markdown = pf.renderCohort(expression);
assertThat(markdown, stringContainsInOrder(
"The cohort end date will be based on a continuous exposure to 'Concept Set 1':",
"allowing 14 days between exposures, adding 1 day after exposure ends, and forcing drug exposure days suply to: 7 days."
"allowing 14 days between exposures, adding 1 day after exposure ends, and forcing drug exposure days supply to: 7 days."
));

}
Expand Down

0 comments on commit dba4027

Please sign in to comment.