Difference between revisions of "Documentation/Nightly/Modules/DicomSroImport"

From Slicer Wiki
Jump to: navigation, search
(Created page with '<noinclude>{{documentation/versioncheck}}</noinclude> <!-- ---------------------------- --> {{documentation/{{documentation/version}}/module-header}} <!-- -----------------------…')
 
m (Text replacement - "\[http:\/\/www\.slicer\.org\/slicerWiki\/index\.php\/([^ ]+) ([^]]+)]" to "$2")
 
Line 11: Line 11:
 
Authors: Kevin Wang (Princess Margaret Cancer Centre), Greg Sharp (MGH)<br>
 
Authors: Kevin Wang (Princess Margaret Cancer Centre), Greg Sharp (MGH)<br>
 
Contact: Kevin Wang, <email>kevin.wang@rmp.uhn.ca</email><br>
 
Contact: Kevin Wang, <email>kevin.wang@rmp.uhn.ca</email><br>
[http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Extensions/SlicerRT Back to SlicerRT home]
+
[[Documentation/Nightly/Extensions/SlicerRT|Back to SlicerRT home]]
 
{{documentation/{{documentation/version}}/module-introduction-row}}
 
{{documentation/{{documentation/version}}/module-introduction-row}}
 
{{documentation/{{documentation/version}}/module-introduction-logo-gallery
 
{{documentation/{{documentation/version}}/module-introduction-logo-gallery
Line 37: Line 37:
 
<!-- ---------------------------- -->
 
<!-- ---------------------------- -->
 
{{documentation/{{documentation/version}}/module-section|Tutorials}}
 
{{documentation/{{documentation/version}}/module-section|Tutorials}}
See [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Extensions/SlicerRT#Tutorials SlicerRT main page]
+
See [[Documentation/Nightly/Extensions/SlicerRT#Tutorials|SlicerRT main page]]
  
 
<!-- ---------------------------- -->
 
<!-- ---------------------------- -->
Line 48: Line 48:
 
<!-- ---------------------------- -->
 
<!-- ---------------------------- -->
 
{{documentation/{{documentation/version}}/module-section|Similar Modules}}
 
{{documentation/{{documentation/version}}/module-section|Similar Modules}}
[http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Extensions/Reporting Reporting extension]
+
[[Documentation/Nightly/Extensions/Reporting|Reporting extension]]
  
 
<!-- ---------------------------- -->
 
<!-- ---------------------------- -->

Latest revision as of 02:34, 27 November 2019

Home < Documentation < Nightly < Modules < DicomSroImport


For the latest Slicer documentation, visit the read-the-docs.


Introduction and Acknowledgements

This work is part of the SparKit project, funded by An Applied Cancer Research Unit of Cancer Care Ontario with funds provided by the Ministry of Health and Long-Term Care and the Ontario Consortium for Adaptive Interventions in Radiation Oncology (OCAIRO) to provide free, open-source toolset for radiotherapy and related image-guided interventions.
Authors: Kevin Wang (Princess Margaret Cancer Centre), Greg Sharp (MGH)
Contact: Kevin Wang, <email>kevin.wang@rmp.uhn.ca</email>
Back to SlicerRT home

Cancer Care Ontario  
Software Platform and Adaptive Radiotherapy Kit  
Ontario Consortium for Adaptive Interventions in Radiation Oncology  

Module Description

The DicomSroImport module enables importing and loading DICOM SRO files into the Slicer DICOM database and the Slicer scene.

DicomSroImport does not have a separate module GUI. Instead, it is a DICOM import plugin that extends the DICOM module.

When the user selects a patient in the DICOM management module interface, the import mechanism allows each DICOM import module to interpret the data. The DICOM import modules parse the data and return a list of items that they can read from the selected DICOM objects. This module will return with the RT objects. The DICOM module displays the consolidated list of all loadable objects to the user, and loads the items that are selected by the user.

Use Cases

Import and load DICOM SRO data

Tutorials

See SlicerRT main page

Panels and their use

See module description

Similar Modules

Reporting extension

References

N/A

File:SlicerRT 0.14 DicomSROPlugin.png
DICOM browser with SlicerRT

Information for Developers