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 T
FhirServerRequest. run(FHIRBucketClient client)
Run the request using the givenFHIRBucketClient
and return the type T.FhirServerResponse
PostResource. 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 Bundle
GetExplanationOfBenefitDetail. run(FHIRBucketClient client)
Get the bundle containing the Patient resource plus a list of ExplanationOfBenefit resources associated with the patientBundle
GetPatientBundle. 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 ClientDrivenReindexOperation(FHIRBucketClient fhirClient, int maxConcurrentRequests, java.lang.String reindexTimestamp, int maxResourceCount, java.lang.String startWithIndexId)
Public constructor.ServerDrivenReindexOperation(FHIRBucketClient fhirClient, int maxConcurrentRequests, java.lang.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
-