Skip to content

(io): improve ioPacs queries

Romain MANCIAUX requested to merge 504-io-improve-iopacs-queries into dev

Description

Adds a PACS series selection to OgreViewer.

  • SPacsConfiguationEditor: send notifications.
  • NotificationDialog: use the height of the notification instead of the width for computation.
  • SSelector: remove margin.
  • SNegato2D and SNegato3D: avoid a division by 0.
  • Utils: sometime the default texture as the same size than the image, so there is never initialized.

Closes #504 (closed)

How to test it?

  • Launch OgreViewer.
  • Click on the second button : Open PACS.
  • Now you can retrieve DicomSeries from the PACS, preview them, and pull the it to an ImageSeries.
Edited by Romain MANCIAUX

Merge request reports