Difference between revisions of "Documentation/Nightly/Modules/DicomRtImport"
m |
(Template applied) |
||
Line 1: | Line 1: | ||
+ | <!-- ---------------------------- --> | ||
{{documentation/{{documentation/version}}/module-header}} | {{documentation/{{documentation/version}}/module-header}} | ||
+ | <!-- ---------------------------- --> | ||
+ | <!-- ---------------------------- --> | ||
+ | {{documentation/{{documentation/version}}/module-section|Introduction and Acknowledgements}} | ||
+ | {{documentation/{{documentation/version}}/module-introduction-start|{{documentation/modulename}}}} | ||
+ | {{documentation/{{documentation/version}}/module-introduction-row}} | ||
+ | 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.<br> | ||
+ | Authors: Andras Lasso (PerkLab, Queen's University), Kevin Wang (Radiation Medicine Program, Princess Margaret Hospital, University Health Network Toronto), Csaba Pinter (PerkLab, Queen's University)<br> | ||
+ | Contact: Csaba Pinter, <email>pinter@cs.queensu.ca</email><br> | ||
+ | {{documentation/{{documentation/version}}/module-introduction-row}} | ||
+ | {{documentation/{{documentation/version}}/module-introduction-logo-gallery | ||
+ | |{{collaborator|logo|cco}}|{{collaborator|longname|cco}} | ||
+ | |{{collaborator|logo|sparkit}}|{{collaborator|longname|sparkit}} | ||
+ | }} | ||
+ | {{documentation/{{documentation/version}}/module-introduction-end}} | ||
+ | <!-- ---------------------------- --> | ||
+ | {{documentation/{{documentation/version}}/module-section|Module Description}} | ||
The {{documentation/modulename}} module enables importing and loading DICOM RT files into the Slicer DICOM database and the Slicer scene. | The {{documentation/modulename}} module enables importing and loading DICOM RT files into the Slicer DICOM database and the Slicer scene. | ||
Line 7: | Line 24: | ||
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. | 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. | ||
+ | |||
+ | <!-- ---------------------------- --> | ||
+ | {{documentation/{{documentation/version}}/module-section|Use Cases}} | ||
+ | Import and load DICOM RT data | ||
{|align="center" | {|align="center" | ||
|[[File:SlicerRT0.3 Screenshot DicomBrowser.png|thumb|720px| Dose volume histogram computation using SlicerRT]] | |[[File:SlicerRT0.3 Screenshot DicomBrowser.png|thumb|720px| Dose volume histogram computation using SlicerRT]] | ||
|} | |} | ||
+ | |||
+ | <!-- ---------------------------- --> | ||
+ | {{documentation/{{documentation/version}}/module-section|Tutorials}} | ||
+ | N/A | ||
+ | |||
+ | <!-- ---------------------------- --> | ||
+ | {{documentation/{{documentation/version}}/module-section|Panels and their use}} | ||
+ | See module description | ||
+ | <!-- | ||
+ | {{documentation/{{documentation/version}}/module-parametersdescription}} | ||
+ | --> | ||
+ | |||
+ | <!-- ---------------------------- --> | ||
+ | {{documentation/{{documentation/version}}/module-section|Similar Modules}} | ||
+ | N/A | ||
+ | |||
+ | <!-- ---------------------------- --> | ||
+ | {{documentation/{{documentation/version}}/module-section|References}} | ||
+ | N/A | ||
+ | |||
+ | <!-- ---------------------------- --> | ||
+ | {{documentation/{{documentation/version}}/module-section|Information for Developers}} | ||
+ | {{documentation/{{documentation/version}}/module-developerinfo}} | ||
+ | <!-- ---------------------------- --> | ||
{{documentation/{{documentation/version}}/module-footer}} | {{documentation/{{documentation/version}}/module-footer}} | ||
+ | <!-- ---------------------------- --> |
Revision as of 20:40, 8 November 2012
Home < Documentation < Nightly < Modules < DicomRtImportIntroduction 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. | |||||
|
Module Description
The DicomRtImport module enables importing and loading DICOM RT files into the Slicer DICOM database and the Slicer scene.
DicomRtImport 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 RT data
Tutorials
N/A
Panels and their use
See module description
Similar Modules
N/A
References
N/A
Information for Developers
Section under construction. |