Added endpoints and methods to allow for manual export of resource Kafka data
- Added endpoints to allow for export of DICOM resource data on demand
- API endpoints
/patient/{id}/kafka
/studies/{id}/kafka
/series/{id}/kafka
/series/{id}/kafka
- Methods:
-
GET
: retrieve a copy of the JSON payload that would be exported to the Kafka topic -
POST
: trigger export of the resource data to the provided topic- A JSON structure can be added to the body of the request to attach additional context to the exported data.
-
- API endpoints