Skip to content

Commit

Permalink
Merge pull request #10 from MeasureAuthoringTool/MAT-7654_lossOfValue…
Browse files Browse the repository at this point in the history
…SetsAndDefinitions

MAT-7654 loss of value sets and definitions issue
  • Loading branch information
sb-cecilialiu committed Sep 18, 2024
2 parents 0f6e4a9 + 5786c77 commit 98c75a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>gov.cms.madie</groupId>
<artifactId>madie-translator-commons</artifactId>
<version>0.0.3-cqframework3.14.0-SNAPSHOT</version>
<version>0.0.4-cqframework3.14.0-SNAPSHOT</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>17</java.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,7 @@ public void enterRetrieve(@NotNull cqlParser.RetrieveContext ctx) {
ctx.terminology().qualifiedIdentifierExpression().referentialIdentifier().getText());
} else {
identifier = parseString(ctx.terminology().getText());
resolve(ctx.terminology().getText(), getCurrentLibraryContext());
}

String formattedIdentifier = formatIdentifier(identifier);
Expand Down

0 comments on commit 98c75a5

Please sign in to comment.