Skip to content

Commit

Permalink
setting the options to remove duplicates
Browse files Browse the repository at this point in the history
  • Loading branch information
sb-prateekkeerthi committed Oct 5, 2023
1 parent dd5a249 commit 9b715d4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +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);

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

0 comments on commit 9b715d4

Please sign in to comment.