
Interface ITerminologyClient
- All Known Implementing Classes:
- TerminologyClientR5
public interface ITerminologyClient
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic interface
- 
Method SummaryModifier and TypeMethodDescriptionexpandValueset(ValueSet vs, Parameters p) org.hl7.fhir.utilities.FhirPublicationEnumSet<org.hl7.fhir.utilities.FhirPublication> Iterable<org.hl7.fhir.utilities.http.HTTPHeader> getId()org.hl7.fhir.utilities.ToolingClientLoggerintintlookupCode(Map<String, String> params) lookupCode(Parameters params) setAcceptLanguage(String lang) voidsetAllowedVersions(EnumSet<org.hl7.fhir.utilities.FhirPublication> versions) setClientHeaders(ClientHeaders clientHeaders) setContentLanguage(String lang) voidsetLogger(org.hl7.fhir.utilities.ToolingClientLogger txLog) setRetryCount(int retryCount) setTimeoutFactor(int i) setUserAgent(String userAgent) subsumes(Parameters pin) EnumSet<org.hl7.fhir.utilities.FhirPublication> translate(Parameters params) validateCS(Parameters pin) validateVS(Parameters pin) 
- 
Method Details- 
supportableVersionsEnumSet<org.hl7.fhir.utilities.FhirPublication> supportableVersions()
- 
setAllowedVersions
- 
getAllowedVersionsEnumSet<org.hl7.fhir.utilities.FhirPublication> getAllowedVersions()
- 
getActualVersionorg.hl7.fhir.utilities.FhirPublication getActualVersion()
- 
getId
- 
getAddress
- 
getServerVersion
- 
getTerminologyCapabilities- Throws:
- org.hl7.fhir.exceptions.FHIRException
 
- 
expandValueset- Throws:
- org.hl7.fhir.exceptions.FHIRException
 
- 
validateCS- Throws:
- org.hl7.fhir.exceptions.FHIRException
 
- 
validateVS- Throws:
- org.hl7.fhir.exceptions.FHIRException
 
- 
batchValidateCS- Throws:
- org.hl7.fhir.exceptions.FHIRException
 
- 
batchValidateVS- Throws:
- org.hl7.fhir.exceptions.FHIRException
 
- 
subsumes- Throws:
- org.hl7.fhir.exceptions.FHIRException
 
- 
setTimeoutFactor- Throws:
- org.hl7.fhir.exceptions.FHIRException
 
- 
getLoggerorg.hl7.fhir.utilities.ToolingClientLogger getLogger()
- 
setLoggerITerminologyClient 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
 
- 
getCapabilitiesStatement- Throws:
- org.hl7.fhir.exceptions.FHIRException
 
- 
getCapabilitiesStatementQuick- Throws:
- org.hl7.fhir.exceptions.FHIRException
 
- 
lookupCode- Throws:
- org.hl7.fhir.exceptions.FHIRException
 
- 
lookupCode- Throws:
- org.hl7.fhir.exceptions.FHIRException
 
- 
translate- Throws:
- org.hl7.fhir.exceptions.FHIRException
 
- 
batch
- 
read
- 
getClientHeadersIterable<org.hl7.fhir.utilities.http.HTTPHeader> getClientHeaders()
- 
setClientHeaders
- 
setUserAgent
- 
setAcceptLanguage
- 
setContentLanguage
- 
getUserAgent
- 
getUseCountint getUseCount()
- 
search
- 
setConversionLogger
- 
validateResource
 
-