Difference between revisions of "Documentation/4.1/Extensions/Reporting"

From Slicer Wiki
Jump to: navigation, search
Line 24: Line 24:
 
{{documentation/{{documentation/version}}/module-section|Module Description}}
 
{{documentation/{{documentation/version}}/module-section|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.
  
 
<!-- ---------------------------- -->
 
<!-- ---------------------------- -->
 
{{documentation/{{documentation/version}}/module-section|Use Cases}}
 
{{documentation/{{documentation/version}}/module-section|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.
  
 
<!-- ---------------------------- -->
 
<!-- ---------------------------- -->
 
{{documentation/{{documentation/version}}/module-section|Tutorials}}
 
{{documentation/{{documentation/version}}/module-section|Tutorials}}
 +
Not available at this time.
  
 
<!-- ---------------------------- -->
 
<!-- ---------------------------- -->

Revision as of 02:18, 23 July 2012

Home < Documentation < 4.1 < Extensions < Reporting


Introduction and Acknowledgements

Extension: Reporting
Acknowledgments: This work is funded by the National Institutes of Health, National Cancer Institute through the Grant U01 CA151261.
Author: Andrey Fedorov (SPL), Nicole Aucoin (SPL), Steve Pieper (SPL)
Contact: Andrey Fedorov, fedorov at bwh dot harvard dot edu

Surgical Planning Laboratory (SPL)  
Isomics, Inc.  
National Alliance for Medical Image Computing (NA-MIC)  

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.

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

Module UI

Similar Modules

References

Information for Developers