Skip to content

`PrivateMainDicomTags`: Plugin support for adding private tags to ExtraMainDicomTags API responses

Rob Oakes requested to merge roakes/nsync-jc2 into master
  • Added models for storing private tags.
  • Modify cache methods to take a SonadorServerManager and use a "local imaging server" for retrieving resources. This provides access to the entire Sonador client API. Refer to orthanc-sonador-common!4 (merged) and oak-tree/medical-imaging/sonador-client!36.
  • Created reconstruct endpoints that handle both reconstruction and indexing for patients, studies, and series.
  • Added support to indexing methods so that table entries containing private DICOM headers are created if private headers are present.
  • Added support to dcmquery module so that private headers can be queried via DICOMweb and cache patient, study, and series views.
  • Added support to allFields queries so that private header tables are included in the query.
Edited by Rob Oakes

Merge request reports