Cleaned up some tests - more work to do to get some additional tests working in R4.

This commit is contained in:
Kevin Dougan
2020-12-23 16:36:38 -05:00
parent ebe7e99c37
commit f23553e2ea
9 changed files with 3116 additions and 5076 deletions

View File

@@ -1,10 +1,11 @@
package ca.uhn.fhir.jpa.starter.cql;
import ca.uhn.fhir.cql.config.CqlR4Config;
import ca.uhn.fhir.jpa.starter.annotations.OnR4Condition;
import org.springframework.context.annotation.Conditional;
import org.springframework.context.annotation.Import;
@Conditional({CqlConfigCondition.class})
@Conditional({OnR4Condition.class, CqlConfigCondition.class})
@Import({CqlR4Config.class})
public class StarterCqlR4Config {
}

View File

@@ -55,7 +55,7 @@ hapi:
# allow_placeholder_references: true
# auto_create_placeholder_reference_targets: false
# cql_enabled: true
# empi_enabled: true
# empi_enabled: false
# default_encoding: JSON
# default_pretty_print: true
# default_page_size: 20