Uses of Class
com.ibm.fhir.bucket.client.FhirClient
-
Packages that use FhirClient Package Description com.ibm.fhir.bucket.client com.ibm.fhir.bucket.scanner -
-
Uses of FhirClient in com.ibm.fhir.bucket.client
Methods in com.ibm.fhir.bucket.client with parameters of type FhirClient Modifier and Type Method Description TFhirServerRequest. run(FhirClient client)Run the request using the givenFhirClientand return the type T.FhirServerResponsePostResource. run(FhirClient client) -
Uses of FhirClient in com.ibm.fhir.bucket.scanner
Constructors in com.ibm.fhir.bucket.scanner with parameters of type FhirClient Constructor Description ResourceHandler(ExecutorService commonPool, int maxConcurrentFhirRequests, FhirClient fc, DataAccess dataAccess)Public constructor
-