
Class TerminologyClientContext
java.lang.Object
org.hl7.fhir.r5.terminologies.client.TerminologyClientContext
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclass
static enum
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
TerminologyClientContext
(ITerminologyClient client, TerminologyCache txCache, String cacheId, boolean master) -
Method Summary
Modifier and TypeMethodDescriptionvoid
boolean
getHost()
int
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
setTxCaching
(boolean isTxCaching) void
boolean
supportsSystem
(String system) toString()
boolean
-
Field Details
-
MIN_TEST_VERSION
- See Also:
-
TX_BATCH_VERSION
- See Also:
-
LATEST_VERSION
- See Also:
-
-
Constructor Details
-
TerminologyClientContext
protected TerminologyClientContext(ITerminologyClient client, TerminologyCache txCache, String cacheId, boolean master) throws IOException - Throws:
IOException
-
-
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
-
supportsSystem
- Throws:
IOException
-
getTxTestVersion
-
toString
-
isCanUseCacheId
-
setCanUseCacheId
-
getHost
-
isAllowNonConformantServers
-
setAllowNonConformantServers
-
isCanAllowNonConformantServers
-
setCanAllowNonConformantServers
-