Interface ITestingUiClientFactory


public interface ITestingUiClientFactory
This interface isn't used by hapi-fhir-base, but is used by the Web Testing UI
  • Method Summary

    Modifier and Type
    Method
    Description
    ca.uhn.fhir.rest.client.api.IGenericClient
    newClient(ca.uhn.fhir.context.FhirContext theFhirContext, jakarta.servlet.http.HttpServletRequest theRequest, String theServerBaseUrl)
    Instantiate a new client
  • Method Details

    • newClient

      ca.uhn.fhir.rest.client.api.IGenericClient newClient(ca.uhn.fhir.context.FhirContext theFhirContext, jakarta.servlet.http.HttpServletRequest theRequest, String theServerBaseUrl)
      Instantiate a new client