Package org.hl7.fhir.r5.terminologies
Interface TerminologyClient
public interface TerminologyClient
-
Method Summary
Modifier and TypeMethodDescriptionexpandValueset(ValueSet vs, Parameters p, Map<String, String> params) intlookupCode(Map<String, String> params) setClientHeaders(ClientHeaders clientHeaders) setLogger(org.hl7.fhir.utilities.ToolingClientLogger txLog) setRetryCount(int retryCount) setTimeout(int i) setUserAgent(String userAgent) validateBatch(Bundle batch) validateCS(Parameters pin) validateVS(Parameters pin)
-
Method Details
-
getAddress
-
getServerVersion
-
getTerminologyCapabilities
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
expandValueset
ValueSet expandValueset(ValueSet vs, Parameters p, Map<String, String> params) throws org.hl7.fhir.exceptions.FHIRException- Throws:
org.hl7.fhir.exceptions.FHIRException
-
validateCS
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
validateVS
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setTimeout
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setLogger
TerminologyClient setLogger(org.hl7.fhir.utilities.ToolingClientLogger txLog) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
getRetryCount
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setRetryCount
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getCapabilitiesStatementQuick
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
lookupCode
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
validateBatch
-
read
-
getClientHeaders
-
setClientHeaders
-
setUserAgent
-