Cleaned up some tests - more work to do to get some additional tests working in R4.
This commit is contained in:
@@ -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 {
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user