Skip to content

Added endpoints and methods to allow for manual export of resource Kafka data

Rob Oakes requested to merge roakes/kafka-push into roakes/nsync-hpop
  • 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.

Merge request reports

Loading