add cqlconfigbeans

This commit is contained in:
justin.mckelvy
2023-06-16 09:15:54 -06:00
parent 6fe8784860
commit 300a21fcb4
4 changed files with 66 additions and 18 deletions

View File

@@ -17,6 +17,7 @@ import ca.uhn.fhir.rest.server.mail.MailSvc;
import ca.uhn.fhir.rest.server.provider.ResourceProviderFactory;
import com.google.common.base.Strings;
import org.cqframework.cql.cql2elm.CqlTranslatorOptions;
import org.hl7.fhir.r4.model.Bundle.BundleType;
import org.springframework.beans.factory.FactoryBean;
import org.springframework.boot.env.YamlPropertySourceLoader;
@@ -255,4 +256,6 @@ public class FhirServerConfigCommon {
return null;
}
}