Uses of Class
com.ibm.fhir.bucket.client.FHIRBucketClient
-
Packages that use FHIRBucketClient Package Description com.ibm.fhir.bucket.client com.ibm.fhir.bucket.interop com.ibm.fhir.bucket.reindex com.ibm.fhir.bucket.scanner -
-
Uses of FHIRBucketClient in com.ibm.fhir.bucket.client
Methods in com.ibm.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 com.ibm.fhir.bucket.interop
Methods in com.ibm.fhir.bucket.interop with parameters of type FHIRBucketClient Modifier and Type Method Description BundleGetExplanationOfBenefitDetail. 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 com.ibm.fhir.bucket.interop with parameters of type FHIRBucketClient Constructor Description InteropScenario(FHIRBucketClient client)Public constructor -
Uses of FHIRBucketClient in com.ibm.fhir.bucket.reindex
Constructors in com.ibm.fhir.bucket.reindex with parameters of type FHIRBucketClient Constructor Description DriveReindexOperation(FHIRBucketClient fhirClient, int maxConcurrentRequests, String tstampParam, int resourceCountParam)Public constructor -
Uses of FHIRBucketClient in com.ibm.fhir.bucket.scanner
Constructors in com.ibm.fhir.bucket.scanner with parameters of type FHIRBucketClient Constructor Description FHIRClientResourceProcessor(FHIRBucketClient fc, DataAccess dataAccess)Public constructor
-