Uses of Class
com.ibm.fhir.bucket.client.FhirServerResponse
- 
Packages that use FhirServerResponse Package Description com.ibm.fhir.bucket.client com.ibm.fhir.bucket.scanner  - 
- 
Uses of FhirServerResponse in com.ibm.fhir.bucket.client
Methods in com.ibm.fhir.bucket.client that return FhirServerResponse Modifier and Type Method Description FhirServerResponseFHIRBucketClient. get(java.lang.String url, java.util.function.Function<java.io.Reader,Resource> fn)FhirServerResponseFHIRBucketClient. post(java.lang.String url, java.lang.String body)Issue a POST request at the given urlFhirServerResponseFHIRBucketClient. put(java.lang.String url, java.util.Map<java.lang.String,java.lang.String> headers, java.lang.String body)FhirServerResponsePostResource. run(FHIRBucketClient client)Methods in com.ibm.fhir.bucket.client with parameters of type FhirServerResponse Modifier and Type Method Description protected voidFHIRBucketClient. processOperationalOutcome(FhirServerResponse sr, org.apache.http.HttpEntity entity)Extract the operational outcome message from the response entity - 
Uses of FhirServerResponse in com.ibm.fhir.bucket.scanner
Methods in com.ibm.fhir.bucket.scanner with parameters of type FhirServerResponse Modifier and Type Method Description protected voidFHIRClientResourceProcessor. processBadRequest(ResourceEntry re, FhirServerResponse response)Record the error in the database 
 -