Uses of Class
org.ehrbase.service.KnowledgeCacheService
-
Packages that use KnowledgeCacheService Package Description org.ehrbase.aql.compiler org.ehrbase.aql.containment org.ehrbase.aql.sql org.ehrbase.service -
-
Uses of KnowledgeCacheService in org.ehrbase.aql.compiler
Constructors in org.ehrbase.aql.compiler with parameters of type KnowledgeCacheService Constructor Description Contains(org.antlr.v4.runtime.tree.ParseTree parseTree, KnowledgeCacheService knowledgeCache) -
Uses of KnowledgeCacheService in org.ehrbase.aql.containment
Methods in org.ehrbase.aql.containment with parameters of type KnowledgeCacheService Modifier and Type Method Description voidContainPropositions. evaluate(KnowledgeCacheService knowledgeCache)evaluate the set of proposition IN-ORDER.Constructors in org.ehrbase.aql.containment with parameters of type KnowledgeCacheService Constructor Description Containments(KnowledgeCacheService knowledgeCacheService, ContainmentSet containmentSet)OptJsonPath(KnowledgeCacheService knowledgeCache)Templates(KnowledgeCacheService knowledgeCache) -
Uses of KnowledgeCacheService in org.ehrbase.aql.sql
Constructors in org.ehrbase.aql.sql with parameters of type KnowledgeCacheService Constructor Description PathResolver(KnowledgeCacheService knowledgeCache, IdentifierMapper mapper) -
Uses of KnowledgeCacheService in org.ehrbase.service
Constructors in org.ehrbase.service with parameters of type KnowledgeCacheService Constructor Description BaseServiceImp(KnowledgeCacheService knowledgeCacheService, org.jooq.DSLContext context, ServerConfig serverConfig)CompositionServiceImp(KnowledgeCacheService knowledgeCacheService, ValidationService validationService, EhrService ehrService, org.jooq.DSLContext context, ServerConfig serverConfig)ContributionServiceImp(KnowledgeCacheService knowledgeCacheService, CompositionService compositionService, EhrService ehrService, FolderService folderService, org.jooq.DSLContext context, ServerConfig serverConfig)EhrServiceImp(KnowledgeCacheService knowledgeCacheService, ValidationService validationService, org.jooq.DSLContext context, ServerConfig serverConfig)QueryServiceImp(KnowledgeCacheService knowledgeCacheService, org.jooq.DSLContext context, ServerConfig serverConfig, org.ehrbase.validation.terminology.ExternalTerminologyValidation tsAdapter)StatusServiceImp(KnowledgeCacheService knowledgeCacheService, org.jooq.DSLContext dslContext, ServerConfig serverConfig)TemplateServiceImp(KnowledgeCacheService knowledgeCacheService, org.jooq.DSLContext context, ServerConfig serverConfig, CompositionService compositionService)ValidationServiceImp(KnowledgeCacheService knowledgeCacheService, org.ehrbase.terminology.openehr.TerminologyService terminologyService, ServerConfig serverConfig, org.springframework.beans.factory.ObjectProvider<org.ehrbase.validation.terminology.ExternalTerminologyValidation> objectProvider)
-