Package org.hl7.fhir.r4b.terminologies
Interface TerminologyClient
-
public interface TerminologyClient
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ValueSetexpandValueset(ValueSet vs, Parameters p, Map<String,String> params)StringgetAddress()CapabilityStatementgetCapabilitiesStatementQuick()ClientHeadersgetClientHeaders()intgetRetryCount()StringgetServerVersion()TerminologyCapabilitiesgetTerminologyCapabilities()ParameterslookupCode(Map<String,String> params)CanonicalResourceread(String type, String id)TerminologyClientsetClientHeaders(ClientHeaders clientHeaders)TerminologyClientsetLogger(org.hl7.fhir.utilities.ToolingClientLogger txLog)TerminologyClientsetRetryCount(int retryCount)TerminologyClientsetTimeout(int i)TerminologyClientsetUserAgent(String userAgent)BundlevalidateBatch(Bundle batch)ParametersvalidateCS(Parameters pin)ParametersvalidateVS(Parameters pin)
-
-
-
Method Detail
-
getAddress
String getAddress()
-
getServerVersion
String getServerVersion()
-
getTerminologyCapabilities
TerminologyCapabilities getTerminologyCapabilities() throws org.hl7.fhir.exceptions.FHIRException
- 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
Parameters validateCS(Parameters pin) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
validateVS
Parameters validateVS(Parameters pin) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setTimeout
TerminologyClient setTimeout(int i) throws org.hl7.fhir.exceptions.FHIRException
- 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
int getRetryCount() throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setRetryCount
TerminologyClient setRetryCount(int retryCount) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getCapabilitiesStatementQuick
CapabilityStatement getCapabilitiesStatementQuick() throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
lookupCode
Parameters lookupCode(Map<String,String> params) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
validateBatch
Bundle validateBatch(Bundle batch)
-
read
CanonicalResource read(String type, String id)
-
getClientHeaders
ClientHeaders getClientHeaders()
-
setClientHeaders
TerminologyClient setClientHeaders(ClientHeaders clientHeaders)
-
setUserAgent
TerminologyClient setUserAgent(String userAgent)
-
-