Difference between revisions of "Documentation/4.1/Extensions/Reporting"
Line 9: | Line 9: | ||
Extension: [[Documentation/{{documentation/version}}/Extensions/Reporting|Reporting]]<br> | Extension: [[Documentation/{{documentation/version}}/Extensions/Reporting|Reporting]]<br> | ||
Acknowledgments: | Acknowledgments: | ||
− | This work is funded by the National Institutes of Health, National Cancer Institute through the Grant U01 CA151261 (PI Fiona Fennessy).<br> | + | This work is done as part of the Quantitative Imaging Network (QIN) initiative of the National Cancer Institute, and is funded by the National Institutes of Health, National Cancer Institute through the Grant U01 CA151261 (PI Fiona Fennessy).<br> |
Author: Andrey Fedorov ({{collaborator|name|spl}}), Nicole Aucoin ({{collaborator|name|spl}}), Steve Pieper ({{collaborator|name|spl}})<br> | Author: Andrey Fedorov ({{collaborator|name|spl}}), Nicole Aucoin ({{collaborator|name|spl}}), Steve Pieper ({{collaborator|name|spl}})<br> | ||
Contact: Andrey Fedorov, fedorov at bwh dot harvard dot edu<br> | Contact: Andrey Fedorov, fedorov at bwh dot harvard dot edu<br> | ||
Line 30: | Line 30: | ||
* 3-d segmentation (label map). | * 3-d segmentation (label map). | ||
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. | ||
+ | |||
+ | 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. | ||
<!-- ---------------------------- --> | <!-- ---------------------------- --> | ||
Line 83: | Line 85: | ||
<!-- ---------------------------- --> | <!-- ---------------------------- --> | ||
{{documentation/{{documentation/version}}/module-section|References}} | {{documentation/{{documentation/version}}/module-section|References}} | ||
− | * http://wiki.na-mic.org/Wiki/index.php?title=AIM_Annotations_integration_with_3DSlicer | + | * Main page summarizing the scope and development of this functionality: http://wiki.na-mic.org/Wiki/index.php?title=AIM_Annotations_integration_with_3DSlicer |
+ | * Source code of the module: https://github.com/fedorov/Reporting | ||
+ | * [http://bmir.stanford.edu/projects/view.php/annotation_and_image_markup_aim_project Annotation Image Markup home page] | ||
<!-- ---------------------------- --> | <!-- ---------------------------- --> |
Revision as of 02:55, 23 July 2012
Home < Documentation < 4.1 < Extensions < Reporting
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:
- point (fiducial)
- 2-d measurement (ruler)
- 3-d segmentation (label map).
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.
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
The steps to create a new report are the following:
|
GUI of the module contains the following elements:
|
Similar Modules
References
- Main page summarizing the scope and development of this functionality: http://wiki.na-mic.org/Wiki/index.php?title=AIM_Annotations_integration_with_3DSlicer
- Source code of the module: https://github.com/fedorov/Reporting
- Annotation Image Markup home page
Information for Developers
Section under construction. |