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 FhirServerResponse
FHIRBucketClient. get(String url, Function<Reader,Resource> fn)
FhirServerResponse
FHIRBucketClient. post(String url, String body)
Issue a POST request at the given urlFhirServerResponse
FHIRBucketClient. put(String url, Map<String,String> headers, String body)
FhirServerResponse
PostResource. run(FHIRBucketClient client)
Methods in com.ibm.fhir.bucket.client with parameters of type FhirServerResponse Modifier and Type Method Description protected void
FHIRBucketClient. 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 void
FHIRClientResourceProcessor. processBadRequest(ResourceEntry re, FhirServerResponse response)
Record the error in the database
-