Uses of Interface
ca.uhn.fhir.rest.client.api.IRestfulClient
Package
Description
-
Uses of IRestfulClient in ca.uhn.fhir.context
Modifier 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
Modifier 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
Modifier and TypeInterfaceDescriptioninterface
Base interface for a client supporting the mandatory operations as defined by the FHIR specification.interface
Modifier 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.ModifierConstructorDescriptionClientResponseContext
(IHttpRequest myHttpRequest, IHttpResponse theHttpResponse, IRestfulClient myRestfulClient, FhirContext theFhirContext, Class<? extends IBaseResource> theReturnType)