Skip to content

Commit

Permalink
MAT-7052 add QICore for FHIR type
Browse files Browse the repository at this point in the history
  • Loading branch information
Cecilia Liu committed Aug 8, 2024
1 parent fa1c30d commit ee1a75c
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,9 @@ public void generate() throws IOException {

TranslationResource translationResource =
TranslationResource.getInstance(
usingProperties.getLibraryType() == "FHIR"); // <-- BADDDDD!!!! Defaults to fhir
usingProperties.getLibraryType() == "FHIR"
|| usingProperties.getLibraryType()
== "QICore"); // <-- BADDDDD!!!! Defaults to fhir

CqlPreprocessorVisitor preprocessor =
new CqlPreprocessorVisitor(
Expand Down

0 comments on commit ee1a75c

Please sign in to comment.