
Uses of Interface
ca.uhn.fhir.rest.client.api.IRestfulClient
Packages that use IRestfulClient
Package
Description
-
Uses of IRestfulClient in ca.uhn.fhir.context
Methods in ca.uhn.fhir.context with type parameters of type IRestfulClientModifier and TypeMethodDescription<T extends IRestfulClient>
TFhirContext.newRestfulClient
(Class<T> theClientType, String theServerBase) Instantiates a new client instance. -
Uses of IRestfulClient in ca.uhn.fhir.model.base.composite
Methods in ca.uhn.fhir.model.base.composite with parameters of type IRestfulClientModifier and TypeMethodDescriptionBaseResourceReferenceDt.loadResource
(IRestfulClient theClient) Returns the referenced resource, fetching it if it has not already been loaded. -
Uses of IRestfulClient in ca.uhn.fhir.rest.client.api
Subinterfaces of IRestfulClient in ca.uhn.fhir.rest.client.apiModifier and TypeInterfaceDescriptioninterface
Base interface for a client supporting the mandatory operations as defined by the FHIR specification.interface
Methods in ca.uhn.fhir.rest.client.api with type parameters of type IRestfulClientMethods in ca.uhn.fhir.rest.client.api that return IRestfulClientMethods in ca.uhn.fhir.rest.client.api with parameters of type IRestfulClientModifier and TypeMethodDescriptionvoid
IRestfulClientFactory.validateServerBase
(String theServerBase, IHttpClient theHttpClient, IRestfulClient theClient) void
IRestfulClientFactory.validateServerBaseIfConfiguredToDoSo
(String theServerBase, IHttpClient theHttpClient, IRestfulClient theClient) This method is internal to HAPI - It may change in future versions, use with caution.Constructors in ca.uhn.fhir.rest.client.api with parameters of type IRestfulClientModifierConstructorDescriptionClientResponseContext
(IHttpRequest myHttpRequest, IHttpResponse theHttpResponse, IRestfulClient myRestfulClient, FhirContext theFhirContext, Class<? extends IBaseResource> theReturnType)