Skip to content

Added a 'tag dictionary' to the SonadorServerManager to make it easier to retrieve DICOM tag data

Rob Oakes requested to merge roakes/nsync-jc4 into master

Improvements to Orthanc/Sonador common to make it easier to work with DICOM tags within server plugins.

  • SonadorTagDict: provides a wrapper structure for workign with pydicom tag dictionary. Methods for retrieving tag data by header name or hexademical code are provided. It is used by Orthanc to populate the /cache/dcm-tags list.
    • tag2def: retrieve a DICOM tag definition corresponding to the provided DICOM header name
    • code2def: retrieve a tag definition corresponding to the provided DICOM tag name
  • Implements a _request_put method for the internal imaging server used within the Orthanc cloud and gateway plugins
Edited by Brandon Harper

Merge request reports