Uses of Interface
org.linuxforhealth.fhir.operation.bulkdata.client.action.BulkDataClientAction
-
Packages that use BulkDataClientAction Package Description org.linuxforhealth.fhir.operation.bulkdata.client.action.batch -
-
Uses of BulkDataClientAction in org.linuxforhealth.fhir.operation.bulkdata.client.action.batch
Classes in org.linuxforhealth.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
-