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