Package dev.dsf.fhir.client
Interface FhirWebserviceClient
- All Superinterfaces:
BasicFhirWebserviceClient
,PreferReturnResource
,RetryClient<BasicFhirWebserviceClient>
public interface FhirWebserviceClient
extends BasicFhirWebserviceClient, RetryClient<BasicFhirWebserviceClient>
-
Field Summary
Fields inherited from interface dev.dsf.fhir.client.RetryClient
FIVE_SECONDS, RETRY_FOREVER, RETRY_ONCE
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface dev.dsf.fhir.client.BasicFhirWebserviceClient
delete, deleteConditionaly, deletePermanently, exists, exists, exists, generateSnapshot, generateSnapshot, getConformance, history, history, history, history, history, history, read, read, read, read, read, readBinary, readBinary, search, searchWithStrictHandling
Methods inherited from interface dev.dsf.fhir.client.PreferReturnResource
create, createBinary, createConditionaly, postBundle, update, updateBinary, updateConditionaly
Methods inherited from interface dev.dsf.fhir.client.RetryClient
withRetry, withRetry, withRetry, withRetry, withRetryForever
-
Method Details
-
getBaseUrl
String getBaseUrl() -
withOperationOutcomeReturn
PreferReturnOutcomeWithRetry withOperationOutcomeReturn() -
withMinimalReturn
PreferReturnMinimalWithRetry withMinimalReturn()
-