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