
Package ca.uhn.fhir.rest.client.api
Interface IBasicClient
-
- All Superinterfaces:
IRestfulClient
public interface IBasicClient extends IRestfulClient
Base interface for a client supporting the mandatory operations as defined by the FHIR specification.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IBaseConformance
getServerConformanceStatement()
Returns the server conformance statement See the FHIR HTTP Conformance definition for more information.-
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
-
getServerConformanceStatement
IBaseConformance getServerConformanceStatement()
Returns the server conformance statement See the FHIR HTTP Conformance definition for more information.
-
-