
Uses of Interface
ca.uhn.fhir.jpa.term.api.ITermCodeSystemStorageSvc
Packages that use ITermCodeSystemStorageSvc
Package
Description
-
Uses of ITermCodeSystemStorageSvc in ca.uhn.fhir.jpa.config
Methods in ca.uhn.fhir.jpa.config that return ITermCodeSystemStorageSvc -
Uses of ITermCodeSystemStorageSvc in ca.uhn.fhir.jpa.config.dstu3
Methods in ca.uhn.fhir.jpa.config.dstu3 with parameters of type ITermCodeSystemStorageSvcModifier and TypeMethodDescriptionJpaDstu3Config.termLoaderService
(ITermDeferredStorageSvc theDeferredStorageSvc, ITermCodeSystemStorageSvc theCodeSystemStorageSvc) -
Uses of ITermCodeSystemStorageSvc in ca.uhn.fhir.jpa.config.r4
Methods in ca.uhn.fhir.jpa.config.r4 with parameters of type ITermCodeSystemStorageSvcModifier and TypeMethodDescriptionJpaR4Config.termLoaderService
(ITermDeferredStorageSvc theDeferredStorageSvc, ITermCodeSystemStorageSvc theCodeSystemStorageSvc) -
Uses of ITermCodeSystemStorageSvc in ca.uhn.fhir.jpa.config.r4b
Methods in ca.uhn.fhir.jpa.config.r4b with parameters of type ITermCodeSystemStorageSvcModifier and TypeMethodDescriptionJpaR4BConfig.termLoaderService
(ITermDeferredStorageSvc theDeferredStorageSvc, ITermCodeSystemStorageSvc theCodeSystemStorageSvc) -
Uses of ITermCodeSystemStorageSvc in ca.uhn.fhir.jpa.config.r5
Methods in ca.uhn.fhir.jpa.config.r5 with parameters of type ITermCodeSystemStorageSvcModifier and TypeMethodDescriptionJpaR5Config.terminologyLoaderService
(ITermDeferredStorageSvc theDeferredStorageSvc, ITermCodeSystemStorageSvc theCodeSystemStorageSvc) -
Uses of ITermCodeSystemStorageSvc in ca.uhn.fhir.jpa.dao
Fields in ca.uhn.fhir.jpa.dao declared as ITermCodeSystemStorageSvcModifier and TypeFieldDescriptionprotected ITermCodeSystemStorageSvc
JpaResourceDaoCodeSystem.myTerminologyCodeSystemStorageSvc
-
Uses of ITermCodeSystemStorageSvc in ca.uhn.fhir.jpa.term
Classes in ca.uhn.fhir.jpa.term that implement ITermCodeSystemStorageSvcMethods in ca.uhn.fhir.jpa.term with parameters of type ITermCodeSystemStorageSvcModifier and TypeMethodDescriptionstatic TermLoaderSvcImpl
TermLoaderSvcImpl.withoutProxyCheck
(ITermDeferredStorageSvc theTermDeferredStorageSvc, ITermCodeSystemStorageSvc theTermCodeSystemStorageSvc) Constructors in ca.uhn.fhir.jpa.term with parameters of type ITermCodeSystemStorageSvcModifierConstructorDescriptionTermLoaderSvcImpl
(ITermDeferredStorageSvc theDeferredStorageSvc, ITermCodeSystemStorageSvc theCodeSystemStorageSvc)