Difference between revisions of "Documentation/4.1/Extensions/Reporting"
Line 44: | Line 44: | ||
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. | 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. | ||
− | Reporting module is available as an extension that can be installed using [[Documentation/4.1/SlicerApplication/ExtensionsManager|Slicer Extension Manager]]. | + | Reporting module is available as an extension that can be installed using [[Documentation/4.1/SlicerApplication/ExtensionsManager|Slicer Extension Manager]]. 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 to Mac OS X users:''' we are currently working on packaging issues that prevent Reporting extension to be usable on Mac. Until this issue is resolved, please use the packaged version of Slicer that can be downloaded [https://dl.dropbox.com/u/3770904/Slicer-4.1.0-2012-08-16-macosx-amd64.dmg using this link]. This package has Reporting module included. As soon as the issue is resolved, this page will be updated accordingly. | '''Note to Mac OS X users:''' we are currently working on packaging issues that prevent Reporting extension to be usable on Mac. Until this issue is resolved, please use the packaged version of Slicer that can be downloaded [https://dl.dropbox.com/u/3770904/Slicer-4.1.0-2012-08-16-macosx-amd64.dmg using this link]. This package has Reporting module included. As soon as the issue is resolved, this page will be updated accordingly. |
Revision as of 13:54, 20 August 2012
Home < Documentation < 4.1 < Extensions < Reporting
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. Reporting module is available as an extension that can be installed using Slicer Extension Manager. 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 to Mac OS X users: we are currently working on packaging issues that prevent Reporting extension to be usable on Mac. Until this issue is resolved, please use the packaged version of Slicer that can be downloaded using this link. This package has Reporting module included. As soon as the issue is resolved, this page will be updated accordingly. |
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. |