Difference between revisions of "Documentation/Nightly/Modules/PatientHierarchy"
From Slicer Wiki
m |
(Rename from patient hierarchy to subject hierarchy and from structure set to contour set) |
||
Line 33: | Line 33: | ||
* Load DICOM data and need to see in the same hierarchy | * Load DICOM data and need to see in the same hierarchy | ||
− | * Add external data to | + | * Add external data to subject hierarchy |
* Transform whole study (coming soon) | * Transform whole study (coming soon) | ||
* Export DICOM data (coming soon) | * Export DICOM data (coming soon) | ||
Line 42: | Line 42: | ||
<!-- ---------------------------- --> | <!-- ---------------------------- --> | ||
{{documentation/{{documentation/version}}/module-section|Tutorials}} | {{documentation/{{documentation/version}}/module-section|Tutorials}} | ||
− | None specifically for | + | None specifically for Subject Hierarchy yet |
<!-- ---------------------------- --> | <!-- ---------------------------- --> | ||
Line 49: | Line 49: | ||
; Create contour from scratch | ; Create contour from scratch | ||
: In Contours module select 'Create new Contour' in the contour selector drop-down to create a new contour | : In Contours module select 'Create new Contour' in the contour selector drop-down to create a new contour | ||
− | : In | + | : In Subject Hierarchy module drag&drop new contour from 'Potential subject hierarchy nodes' list to under a contour set in the tree |
: The default representation is an empty Ribbon model. It can be converted to Indexed labelmap in the Contours module and then the labelmap '''can be edited in the Editor module''' | : The default representation is an empty Ribbon model. It can be converted to Indexed labelmap in the Contours module and then the labelmap '''can be edited in the Editor module''' | ||
; Create contour from labelmap volume or model | ; Create contour from labelmap volume or model | ||
− | : In | + | : In Subject Hierarchy module drag&drop the existing representation (labelmap or model) from 'Potential subject hierarchy nodes' list to under a contour set in the tree. This way an encapsulating Contour node gets created and associated to the corresponding color table |
− | ; Create new generic | + | ; Create new generic Subject hierarchy node from scratch |
: Right-click on an existing node and select 'Create generic child node'. The level of the child node will be one under the parent node if available (e.g. 'Patient' -> 'Study', 'Subseries' -> 'Subseries'). | : Right-click on an existing node and select 'Create generic child node'. The level of the child node will be one under the parent node if available (e.g. 'Patient' -> 'Study', 'Subseries' -> 'Subseries'). | ||
− | ; Create new | + | ; Create new Contour set from scratch |
− | : Right-click on an existing Study node and select 'Create child | + | : Right-click on an existing Study node and select 'Create child contour set'. This menu item is only available for Study level nodes |
− | ; Create new Patient from scratch | + | ; Create new Patient/Subject from scratch |
− | : Right-click on the top-level item 'Scene' and select 'Create new patient' | + | : Right-click on the top-level item 'Scene' and select 'Create new patient' or subject |
− | ; Rename | + | ; Rename Subject hierarchy node |
: Right-click on the node and select 'Rename' | : Right-click on the node and select 'Rename' | ||
− | ; Deform | + | ; Deform contour set using a transform (registration result) |
: Bulk resampling not implemented yet :( | : Bulk resampling not implemented yet :( | ||
Line 75: | Line 75: | ||
<!-- ---------------------------- --> | <!-- ---------------------------- --> | ||
{{documentation/{{documentation/version}}/module-section|Panels and their use}} | {{documentation/{{documentation/version}}/module-section|Panels and their use}} | ||
− | ; | + | ; Subject hierarchy tree (top) |
− | : Contains all the objects in the | + | : Contains all the objects in the Subject hierarchy in a tree representation. |
− | : The only items that exist in the tree before importing any data are the default | + | : The only items that exist in the tree before importing any data are the default contour set and its corresponding color table, which facilitates Contour node creation without having any DICOM data imported |
; MRML Node Inspector (closed drop-down panel under the tree) | ; MRML Node Inspector (closed drop-down panel under the tree) | ||
− | : Displays the attributes of the currently selected | + | : Displays the attributes of the currently selected Subject hierarchy node. Can be edited by double-clicking on an attribute name or value |
− | ; Potential | + | ; Potential subject hierarchy nodes list |
− | : List of nodes that are currently outside the | + | : List of nodes that are currently outside the subject hierarchy, but can be added. Nodes are listed in this list if there is at least one plugin that can do the adding of that node. |
<!-- ---------------------------- --> | <!-- ---------------------------- --> |
Revision as of 22:25, 4 February 2014
Home < Documentation < Nightly < Modules < PatientHierarchy
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. | |||||||
|
Module Description
The PatientHierarchy module manages all data that has been loaded from DICOM.
Use Cases
TutorialsNone specifically for Subject Hierarchy yet How to
|
Panels and their use
- Subject hierarchy tree (top)
- Contains all the objects in the Subject hierarchy in a tree representation.
- The only items that exist in the tree before importing any data are the default contour set and its corresponding color table, which facilitates Contour node creation without having any DICOM data imported
- MRML Node Inspector (closed drop-down panel under the tree)
- Displays the attributes of the currently selected Subject hierarchy node. Can be edited by double-clicking on an attribute name or value
- Potential subject hierarchy nodes list
- List of nodes that are currently outside the subject hierarchy, but can be added. Nodes are listed in this list if there is at least one plugin that can do the adding of that node.
Similar Modules
N/A
References
- Manual editing of contours can be done in the Contours module
Information for Developers