Skip to content

Updates to Gateway to allow for UID generation, cleanup, and connected/disconnected state management

Rob Oakes requested to merge roakes/rpi-tweaks into master

Additions to the gateway which allow for it to better serve as a DICOM transfer applicance:

  • Provide an endpoint (/gateway/tools/dcm/uid/generate) for the generation of DICOM UIDs which can be consumed from other services on the device.
  • Create batch processes for the cleanup of resources.
  • Add state management event handlers that are able to scan through jobs and resubmit failed transfers (which might have been caused by the sudden loss of connectivity)
Edited by Rob Oakes

Merge request reports