Skip to content

Commit

Permalink
MAT-7654 loss of value sets and definitions issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Cecilia Liu committed Sep 17, 2024
1 parent 0f6e4a9 commit 5786c77
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 5786c77

Please sign in to comment.