Uses of Class
org.linuxforhealth.fhir.bucket.client.FHIRBucketClient
- 
Packages that use FHIRBucketClient Package Description org.linuxforhealth.fhir.bucket.client org.linuxforhealth.fhir.bucket.interop org.linuxforhealth.fhir.bucket.reindex org.linuxforhealth.fhir.bucket.scanner  - 
- 
Uses of FHIRBucketClient in org.linuxforhealth.fhir.bucket.client
Methods in org.linuxforhealth.fhir.bucket.client with parameters of type FHIRBucketClient Modifier and Type Method Description TFhirServerRequest. run(FHIRBucketClient client)Run the request using the givenFHIRBucketClientand return the type T.FhirServerResponsePostResource. run(FHIRBucketClient client) - 
Uses of FHIRBucketClient in org.linuxforhealth.fhir.bucket.interop
Methods in org.linuxforhealth.fhir.bucket.interop with parameters of type FHIRBucketClient Modifier and Type Method Description voidCallBench. run(FHIRBucketClient client)Call the $bench custom operation with the threads and size as parametersBundleGetExplanationOfBenefitDetail. run(FHIRBucketClient client)Get the bundle containing the Patient resource plus a list of ExplanationOfBenefit resources associated with the patientBundleGetPatientBundle. run(FHIRBucketClient client)Get the bundle containing the Patient resource plus a list of ExplanationOfBenefit resources associated with the patientConstructors in org.linuxforhealth.fhir.bucket.interop with parameters of type FHIRBucketClient Constructor Description BenchWorkload(FHIRBucketClient client, int maxConcurrentRequests, int benchThreads, int benchSize)Public constructorInteropScenario(FHIRBucketClient client)Public constructor - 
Uses of FHIRBucketClient in org.linuxforhealth.fhir.bucket.reindex
Constructors in org.linuxforhealth.fhir.bucket.reindex with parameters of type FHIRBucketClient Constructor Description ClientDrivenReindexOperation(FHIRBucketClient fhirClient, int maxConcurrentRequests, java.lang.String reindexTimestamp, int maxResourceCount, java.lang.String startWithIndexId, boolean force)Public constructor.ServerDrivenReindexOperation(FHIRBucketClient fhirClient, int maxConcurrentRequests, java.lang.String tstampParam, int resourceCountParam, boolean force)Public constructor - 
Uses of FHIRBucketClient in org.linuxforhealth.fhir.bucket.scanner
Constructors in org.linuxforhealth.fhir.bucket.scanner with parameters of type FHIRBucketClient Constructor Description FHIRClientResourceProcessor(FHIRBucketClient fc, DataAccess dataAccess)Public constructor 
 -