Difference between revisions of "Documentation/Nightly/Extensions/QuantitativeReporting"
m |
|||
Line 47: | Line 47: | ||
{{documentation/{{documentation/version}}/module-section|Release Notes}} | {{documentation/{{documentation/version}}/module-section|Release Notes}} | ||
− | '''Installation:''' Reporting module is available as an extension that can be installed using [[Documentation/ | + | '''Installation:''' Reporting module is available as an extension that can be installed using [[Documentation/{{documentation/version}}/SlicerApplication/ExtensionsManager|Slicer Extension Manager]]. Make sure Extension Manager is enabled in the Application settings (as shown [[Documentation/{{documentation/version}}/SlicerApplication/ExtensionsManager#Extensions_Manager_Settings|here]]). Follow the Extension Manager usage instructions to find and install Reporting extension. Once installed, you need to restart Slicer before you can use the Reporting module. Note that you need to use the latest Slicer nightly package (starting from Aug 19 nightly) to access the Reporting extension. |
'''Potential issues related to extensions and multiple versions of Slicer:''' Slicer settings are stored in a dedicated system-specific location. These settings are not reset when you install a new Slicer version. If you observe unstable behavior, you could try resetting the settings as follows: | '''Potential issues related to extensions and multiple versions of Slicer:''' Slicer settings are stored in a dedicated system-specific location. These settings are not reset when you install a new Slicer version. If you observe unstable behavior, you could try resetting the settings as follows: | ||
Line 67: | Line 67: | ||
{{documentation/{{documentation/version}}/module-section|Panels and their use}} | {{documentation/{{documentation/version}}/module-section|Panels and their use}} | ||
− | Before you start using the module, you need to be familiar with 3D Slicer interface and main features. Please see instruction on using the [[Documentation/ | + | Before you start using the module, you need to be familiar with 3D Slicer interface and main features. Please see instruction on using the [[Documentation/{{documentation/version}}/SlicerApplication/MainApplicationGUI|main application GUI]] and [[Documentation/{{documentation/version}}/Training|various tutorials]] to learn about 3D Slicer. |
Reporting module uses internal data structure called "report" to organize the markup/annotations and associate them with the image volume being annotated. | Reporting module uses internal data structure called "report" to organize the markup/annotations and associate them with the image volume being annotated. | ||
Line 74: | Line 74: | ||
{| | {| | ||
| | | | ||
− | # An DICOM imaging study that will be annotated should be loaded into Slicer DICOM database using Slicer DICOM module. If you are unsure what this means, see [[Documentation/ | + | # An DICOM imaging study that will be annotated should be loaded into Slicer DICOM database using Slicer DICOM module. If you are unsure what this means, see [[Documentation/{{documentation/version}}/Modules/DICOM|documentation of the DICOM module]]. |
# In the Reporting module, new report should be created (see explanation of the module GUI panels below) (Input panel) | # In the Reporting module, new report should be created (see explanation of the module GUI panels below) (Input panel) | ||
# The volume that will be annotated should be selected (Input panel). Following this, the slice viewers will be initialized to show the volume being annotated. | # The volume that will be annotated should be selected (Input panel). Following this, the slice viewers will be initialized to show the volume being annotated. | ||
Line 81: | Line 81: | ||
# To place a new fiducial/ruler markup elements, corresponding controls in the Slicer toolbar should be used (see on the right). | # To place a new fiducial/ruler markup elements, corresponding controls in the Slicer toolbar should be used (see on the right). | ||
# The tree view in the module Markup panel will be showing all markup elements that have been added to the active report. | # The tree view in the module Markup panel will be showing all markup elements that have been added to the active report. | ||
− | # To attach a 3-d segmentation to the report, the segmentation image should be either loaded from file and added to Slicer scene (see [[Documentation/ | + | # To attach a 3-d segmentation to the report, the segmentation image should be either loaded from file and added to Slicer scene (see [[Documentation/{{documentation/version}}/Modules/Data|instructions on how to use Data module]]), or a new segmentation should be created using the "Segmentation volume" drop-down. Segmentation can then be edited using the Editor panel that is available in the Reporting GUI (see [[Documentation/{{documentation/version}}/Modules/Editor|Editor module]] documentation for using Editor tools). |
# "Save Report into AIM format" button can be used to save the report into AIM XML format. "Load Report from AIM format" button can be used to load the report back into Slicer. | # "Save Report into AIM format" button can be used to save the report into AIM XML format. "Load Report from AIM format" button can be used to load the report back into Slicer. | ||
| | | | ||
Line 100: | Line 100: | ||
* ''Segmentation'' panel | * ''Segmentation'' panel | ||
** ''Segmentation volume'' selector allows to choose the volume containing the segmentation, or to create a new segmentation. For an existing label map (segmentation) to be associated with the active report, the geometry of the image volume containing the segmentation should match the geometry of the annotated volume. New segmentation volume can be created to match the geometry of the active volume using the segmentation selector. | ** ''Segmentation volume'' selector allows to choose the volume containing the segmentation, or to create a new segmentation. For an existing label map (segmentation) to be associated with the active report, the geometry of the image volume containing the segmentation should match the geometry of the annotated volume. New segmentation volume can be created to match the geometry of the active volume using the segmentation selector. | ||
− | ** Once the label volume is selected/created, it can be edited using the [[Documentation/ | + | ** Once the label volume is selected/created, it can be edited using the [[Documentation/{{documentation/version}}/Modules/Editor|Editor]] tools: these are available by expanding the "Edit Selected Label Map" panel (see figure on the right). |
* ''Save/Load'' buttons allow to export/import the report into AIM format. | * ''Save/Load'' buttons allow to export/import the report into AIM format. | ||
| | | | ||
Line 109: | Line 109: | ||
[[Image:Slicer4-SegmentationSelector.png|thumb|280px|New label volume can be created using the "Segmentation volume" selector]] | [[Image:Slicer4-SegmentationSelector.png|thumb|280px|New label volume can be created using the "Segmentation volume" selector]] | ||
− | [[Image:Slicer4-ReportingEditor.png|thumb|280px|Segmentation can be edited using [[Documentation/ | + | [[Image:Slicer4-ReportingEditor.png|thumb|280px|Segmentation can be edited using [[Documentation/{{documentation/version}}/Modules/Editor|Editor module]] tools provided in the "Edit selected label map" panel.]] |
|} | |} | ||
Revision as of 22:18, 15 October 2012
Home < Documentation < Nightly < Extensions < QuantitativeReporting WARNING: This module is Work in Progress, which means:
|
Introduction and Acknowledgements
Extension: Reporting | |||||||
|
Module Description
The purpose of the Reporting module is to provide Slicer interface for creating image annotations/markup that are stored in a structured form, and can be exported into Annotation Image Markup (AIM) XML-based format. Currently, Reporting module allows to create three types of markup:
The 3-d segmentations are stored as binary image masks, and are serialized into DICOM Segmentation Storage objects, which in turn can be referenced from the AIM XML document. |
Release Notes
Installation: Reporting module is available as an extension that can be installed using Slicer Extension Manager. Make sure Extension Manager is enabled in the Application settings (as shown here). Follow the Extension Manager usage instructions to find and install Reporting extension. Once installed, you need to restart Slicer before you can use the Reporting module. Note that you need to use the latest Slicer nightly package (starting from Aug 19 nightly) to access the Reporting extension.
Potential issues related to extensions and multiple versions of Slicer: Slicer settings are stored in a dedicated system-specific location. These settings are not reset when you install a new Slicer version. If you observe unstable behavior, you could try resetting the settings as follows:
- Linux and Mac: settings are stored in your home directory in .config folder (remove ~/.config or move it to a different location)
- Windows: settings are located in C:\Users\<your_user_name>\AppData\Roaming\NA-MIC folder -- remove it or move to a different location.
WARNING: the configuration file contains the path to your DICOM database. Once the configuration file is removed, you will need to re-configure the DICOM module to point it to the location of the database!
Please note that this module is under active development, and is being made available for the purposes of beta testing and feedback evaluation! The functionality, GUI and workflows may change in the subsequent releases of the module.
Use Cases
This module is designed for the use cases that require creation and/or exchange of self-containing documents describing a certain finding in a DICOM image, such as lesions and anatomical structures.
Tutorials
Not available at this time.
Panels and their use
Before you start using the module, you need to be familiar with 3D Slicer interface and main features. Please see instruction on using the main application GUI and various tutorials to learn about 3D Slicer.
Reporting module uses internal data structure called "report" to organize the markup/annotations and associate them with the image volume being annotated.
The steps to create a new report are the following:
|
GUI of the module contains the following elements:
|
Similar Modules
References
- Quantitative Imaging Network (QIN)
- Main page summarizing the scope and development of this functionality: http://wiki.na-mic.org/Wiki/index.php?title=AIM_Annotations_integration_with_3DSlicer
- Annotation Image Markup home page
Information for Developers
- Source code of the module: https://github.com/fedorov/Reporting
Section under construction. |