
Class TerminologyClientContext
java.lang.Object
org.hl7.fhir.r5.terminologies.client.TerminologyClientContext
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclass
static enum
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
TerminologyClientContext
(ITerminologyClient client, String cacheId, boolean master) -
Method Summary
Modifier and TypeMethodDescriptionvoid
boolean
getHost()
int
void
static boolean
static boolean
static boolean
boolean
isMaster()
boolean
void
void
seeUse
(Set<String> systems, TerminologyClientContext.TerminologyClientContextUseType useType) static void
setAllowNonConformantServers
(boolean allowNonConformantServers) static void
setCanAllowNonConformantServers
(boolean canAllowNonConformantServers) static void
setCanUseCacheId
(boolean canUseCacheId) void
setTxCache
(TerminologyCache txCache) void
setTxCaching
(boolean isTxCaching) void
boolean
supportsSystem
(String system) toString()
boolean
-
Constructor Details
-
TerminologyClientContext
-
-
Method Details
-
getUseCounts
-
isMaster
-
getClient
-
seeUse
public void seeUse(Set<String> systems, TerminologyClientContext.TerminologyClientContextUseType useType) -
seeUse
-
getTxCapabilities
-
setTxCapabilities
-
getCached
-
alreadyCached
-
addToCache
-
getAddress
-
getUseCount
-
isTxCaching
-
setTxCaching
-
usingCache
-
getCacheId
-
getTxCache
-
setTxCache
-
initialize
- Throws:
IOException
-
supportsSystem
- Throws:
IOException
-
toString
-
isCanUseCacheId
-
setCanUseCacheId
-
getHost
-
isAllowNonConformantServers
-
setAllowNonConformantServers
-
isCanAllowNonConformantServers
-
setCanAllowNonConformantServers
-