Interface TerminologyClient

  • All Superinterfaces:
    ca.uhn.fhir.rest.client.api.IRestfulClient

    public interface TerminologyClient
    extends ca.uhn.fhir.rest.client.api.IRestfulClient
    HAPI annotation client for invoking operations on a FHIR terminology service.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.hl7.fhir.r4.model.ValueSet expand​(org.hl7.fhir.r4.model.UriType url, org.hl7.fhir.r4.model.IntegerType count, org.hl7.fhir.r4.model.IntegerType offset)  
      • Methods inherited from interface ca.uhn.fhir.rest.client.api.IRestfulClient

        fetchResourceFromUrl, getEncoding, getFhirContext, getHttpClient, getInterceptorService, getServerBase, registerInterceptor, setEncoding, setFormatParamStyle, setInterceptorService, setPrettyPrint, setSummary, unregisterInterceptor
    • Method Detail

      • expand

        org.hl7.fhir.r4.model.ValueSet expand​(org.hl7.fhir.r4.model.UriType url,
                                              org.hl7.fhir.r4.model.IntegerType count,
                                              org.hl7.fhir.r4.model.IntegerType offset)