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 T
FhirServerRequest. run(FhirClient client)
Run the request using the givenFhirClient
and return the type T.FhirServerResponse
PostResource. 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
-