Uses of Class
com.ibm.fhir.cache.annotation.Cacheable
-
Packages that use Cacheable Package Description com.ibm.fhir.term.graph.provider com.ibm.fhir.term.remote.provider com.ibm.fhir.term.service.provider -
-
Uses of Cacheable in com.ibm.fhir.term.graph.provider
Methods in com.ibm.fhir.term.graph.provider with annotations of type Cacheable Modifier and Type Method Description Set<CodeSystem.Concept>GraphTermServiceProvider. closure(CodeSystem codeSystem, Code code)Map<Code,Set<CodeSystem.Concept>>GraphTermServiceProvider. closure(CodeSystem codeSystem, Set<Code> codes)CodeSystem.ConceptGraphTermServiceProvider. getConcept(CodeSystem codeSystem, Code code)Set<CodeSystem.Concept>GraphTermServiceProvider. getConcepts(CodeSystem codeSystem)<R> Set<R>GraphTermServiceProvider. getConcepts(CodeSystem codeSystem, Function<CodeSystem.Concept,? extends R> function)Set<CodeSystem.Concept>GraphTermServiceProvider. getConcepts(CodeSystem codeSystem, List<ValueSet.Compose.Include.Filter> filters)<R> Set<R>GraphTermServiceProvider. getConcepts(CodeSystem codeSystem, List<ValueSet.Compose.Include.Filter> filters, Function<CodeSystem.Concept,? extends R> function)booleanGraphTermServiceProvider. hasConcept(CodeSystem codeSystem, Code code)booleanGraphTermServiceProvider. hasConcepts(CodeSystem codeSystem, Set<Code> codes)booleanGraphTermServiceProvider. isSupported(CodeSystem codeSystem)booleanGraphTermServiceProvider. subsumes(CodeSystem codeSystem, Code codeA, Code codeB) -
Uses of Cacheable in com.ibm.fhir.term.remote.provider
Methods in com.ibm.fhir.term.remote.provider with annotations of type Cacheable Modifier and Type Method Description Set<CodeSystem.Concept>RemoteTermServiceProvider. closure(CodeSystem codeSystem, Code code)Map<Code,Set<CodeSystem.Concept>>RemoteTermServiceProvider. closure(CodeSystem codeSystem, Set<Code> codes)CodeSystem.ConceptRemoteTermServiceProvider. getConcept(CodeSystem codeSystem, Code code)Set<CodeSystem.Concept>RemoteTermServiceProvider. getConcepts(CodeSystem codeSystem)<R> Set<R>RemoteTermServiceProvider. getConcepts(CodeSystem codeSystem, Function<CodeSystem.Concept,? extends R> function)Set<CodeSystem.Concept>RemoteTermServiceProvider. getConcepts(CodeSystem codeSystem, List<ValueSet.Compose.Include.Filter> filters)<R> Set<R>RemoteTermServiceProvider. getConcepts(CodeSystem codeSystem, List<ValueSet.Compose.Include.Filter> filters, Function<CodeSystem.Concept,? extends R> function)booleanRemoteTermServiceProvider. hasConcept(CodeSystem codeSystem, Code code)booleanRemoteTermServiceProvider. hasConcepts(CodeSystem codeSystem, Set<Code> codes)booleanRemoteTermServiceProvider. isSupported(CodeSystem codeSystem)booleanRemoteTermServiceProvider. subsumes(CodeSystem codeSystem, Code codeA, Code codeB) -
Uses of Cacheable in com.ibm.fhir.term.service.provider
Methods in com.ibm.fhir.term.service.provider with annotations of type Cacheable Modifier and Type Method Description CodeSystem.ConceptRegistryTermServiceProvider. getConcept(CodeSystem codeSystem, Code code)
-