Uses of Interface
com.ibm.fhir.operation.bulkdata.client.action.BulkDataClientAction
-
Packages that use BulkDataClientAction Package Description com.ibm.fhir.operation.bulkdata.client.action.batch -
-
Uses of BulkDataClientAction in com.ibm.fhir.operation.bulkdata.client.action.batch
Classes in com.ibm.fhir.operation.bulkdata.client.action.batch that implement BulkDataClientAction Modifier and Type Class Description class
BatchCancelRequestAction
Per the specification, after a Bulk Data Request starts, the client may DELETE the request using the Content-Location (polling location)DELETE [polling content location] Response - Success HTTP Status Code of 202 Accepted Optionally a FHIR OperationOutcome resource in the body Response - Error Status HTTP status code of 4XX or 5XX The body SHALL be a FHIR OperationOutcome resource in JSON format
-