Package org.hl7.fhir.r4.terminologies
Interface TerminologyClient
-
- All Known Implementing Classes:
TerminologyClientR4
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()TerminologyCapabilitiesgetTerminologyCapabilities()ParameterslookupCode(Map<String,String> params)voidsetLogger(HTMLClientLogger txLog)voidsetTimeout(int i)ParametersvalidateCS(Parameters pin)ParametersvalidateVS(Parameters pin)
-
-
-
Method Detail
-
getAddress
String getAddress()
-
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
void setTimeout(int i) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setLogger
void setLogger(HTMLClientLogger txLog) 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
-
-