Skip to content

Commit

Permalink
added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sb-prateekkeerthi committed Oct 5, 2023
1 parent 9b715d4 commit d1bffbb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public org.hl7.fhir.r5.model.Library getEffectiveDataRequirements(
Set<String> expressionList = getExpressions(r5Measure);
var dqReqTrans = new DataRequirementsProcessor();
CqlTranslatorOptions options = CqlTranslatorOptions.defaultOptions();
options.setCollapseDataRequirements(true);
options.setCollapseDataRequirements(true); //removing duplicate data requirements

org.hl7.fhir.r5.model.Library effectiveDataRequirements =
dqReqTrans.gatherDataRequirements(
Expand Down

0 comments on commit d1bffbb

Please sign in to comment.