ImFusion C++ SDK 4.4.0
GUI classes

Qt GUI classes for DICOM data. More...

Collaboration diagram for GUI classes:

Detailed Description

Qt GUI classes for DICOM data.

The ImFusion DICOM Plugin comes with a set of Qt Widget classes providing an intuitive user interface to interact with DICOM data.

  • The DicomBrowser class provides a dialog to browse the local file system, DICOMDIR files, as well as PACS instances for their available data. It supports iterative filtering as well as previewing images and DICOM tags. It uses the DicomBrowserModel as ItemModel for storing the browser data and comes with support to asynchronously scan the file system/PACS instance while the user is browsing the results.
  • The Dicom::Scanner scan a local file system, DICOMDIR file or PACS without the overhead of the DicomBrowserModel
  • The Dicom::TagsWidget serves as utility widget to display, browse and filter the tags present in a given DcmDataset.

Classes

class  ImFusion::Dicom::DatasetPreviewLabel
 A widget that shows a preview image of a DICOM dataset. More...
class  ImFusion::DicomBrowser
 The DicomBrowser is a dialog to browse and preview DICOM files. More...
class  ImFusion::DicomBrowserFilterModel
 A QSortFilterProxyModel specifically for a DicomBrowserModel. More...
class  ImFusion::DicomBrowserModel
 Hierarchical model of DICOM patients. More...
class  ImFusion::Dicom::RTStructureDataController
 A DataController for PointClouds that contain a RTStructureDataComponent. More...
class  ImFusion::Dicom::SettingsWidget
 Simple Qt widget to configure the DicomPluginSettings. More...
class  ImFusion::Dicom::TagsWidget
 The TagsWidget class provides a widget to display dicom tags. More...
Search Tab / S to search, Esc to close