Package org.hl7.fhir.r4.terminologies
Interface TerminologyClient
- All Known Implementing Classes:
TerminologyClientR4
public interface TerminologyClient
-
Method Summary
Modifier and TypeMethodDescriptionexpandValueset(ValueSet vs, Parameters p, Map<String,String> params)lookupCode(Map<String,String> params)voidsetLogger(HTMLClientLogger txLog)voidsetTimeout(int i)validateCS(Parameters pin)validateVS(Parameters pin)
-
Method Details
-
getAddress
-
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
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getCapabilitiesStatementQuick
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
lookupCode
- Throws:
org.hl7.fhir.exceptions.FHIRException
-