
Class TerminologyClientContext
java.lang.Object
org.hl7.fhir.r5.terminologies.client.TerminologyClientContext
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassstatic enum -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedTerminologyClientContext(ITerminologyClient client, TerminologyCache txCache, String cacheId, boolean master) -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleangetHost()intstatic booleanstatic booleanstatic booleanbooleanisMaster()booleanvoidvoidseeUse(Set<String> systems, TerminologyClientContext.TerminologyClientContextUseType useType) static voidsetAllowNonConformantServers(boolean allowNonConformantServers) static voidsetCanAllowNonConformantServers(boolean canAllowNonConformantServers) static voidsetCanUseCacheId(boolean canUseCacheId) voidsetTxCaching(boolean isTxCaching) voidbooleansupportsSystem(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
-