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) lookupCode
(Map<String, String> params) void
setLogger
(HTMLClientLogger txLog) void
setTimeout
(int i) validateCS
(Parameters pin) validateVS
(Parameters pin)
-
Method Details
-
getAddress
-
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
-
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
-