Difference between revisions of "Documentation/Nightly/Modules/SubjectHierarchy"
Line 48: | Line 48: | ||
; Subject hierarchy tree | ; Subject hierarchy tree | ||
Contains all the objects in the Subject hierarchy in a tree representation | Contains all the objects in the Subject hierarchy in a tree representation | ||
− | * Data loaded from DICOM are automatically added to the tree | + | * Data loaded from '''DICOM''' are automatically added to the tree |
* Non-DICOM data appears under the Subject hierarchy (SH - role icon next to the node name). They can be added to the tree in two ways | * Non-DICOM data appears under the Subject hierarchy (SH - role icon next to the node name). They can be added to the tree in two ways | ||
− | ** 'Create hierarchy from loaded diractory structure' action in the context menu of the scene (see bottom screenshot) | + | ** 'Create hierarchy '''from loaded diractory structure'''' action in the context menu of the scene (see bottom screenshot) |
** Drag&drop manually under a SH node | ** Drag&drop manually under a SH node | ||
* Nodes can be drag&dropped under other nodes, thus re-arranging the tree | * Nodes can be drag&dropped under other nodes, thus re-arranging the tree | ||
* Basic operations (accessible in the context menu of the nodes by right-clicking them) | * Basic operations (accessible in the context menu of the nodes by right-clicking them) | ||
− | ** Transform node or branch: Double-click the cell of the node or branch to transform in the column named 'Tr', then set the desired transform. If the column is not visible, check the 'Transforms' checkbox under the tree. An example can be seen in the top screenshot at 'Day 2' study | + | ** '''Transform node or branch''': Double-click the cell of the node or branch to transform in the column named 'Tr', then set the desired transform. If the column is not visible, check the 'Transforms' checkbox under the tree. An example can be seen in the top screenshot at 'Day 2' study |
− | ** Show/hide node or branch: Click on the eye icon | + | ** '''Show/hide''' node or branch: Click on the eye icon |
− | ** Delete: Delete both data node and SH node | + | ** '''Delete''': Delete both data node and SH node |
− | ** Rename: Rename both data node and SH node | + | ** '''Rename''': Rename both data node and SH node |
− | ** Clone: Creates a copy of the selected node that will be indentical in every manner. Its name will contain a '_Copy' postfix | + | ** '''Clone''': Creates a copy of the selected node that will be indentical in every manner. Its name will contain a '_Copy' postfix |
− | ** Edit properties: If the role of the node is specified (i.e. its icon is not a question mark), then the corresponding module is opened and the node selected (e.g. Volumes module for volumes) | + | ** '''Edit properties''': If the role of the node is specified (i.e. its icon is not a question mark), then the corresponding module is opened and the node selected (e.g. Volumes module for volumes) |
− | ** Create child node: Create a node with the type specified as the child type of the selected node (e.g. 'Study' -> 'Series') | + | ** '''Create child''' node: Create a node with the type specified as the child type of the selected node (e.g. 'Study' -> 'Series') |
* There are no nodes in the tree when Slicer is opened, new nodes can be added by right-clicking the Scene | * There are no nodes in the tree when Slicer is opened, new nodes can be added by right-clicking the Scene | ||
* Roles and corresponding functions | * Roles and corresponding functions | ||
− | ** Volumes: icon, Edit properties and additional information in tooltip | + | ** '''Volumes''': icon, Edit properties and additional information in tooltip |
− | *** 'Register this...' action to select fixed image for registration. Right-click the moving image to initiate registration | + | *** ''''Register this...'''' action to select fixed image for registration. Right-click the moving image to initiate registration |
− | *** 'Segment this using...' action allows segmenting the volume in for example the Editor module | + | *** ''''Segment this using...'''' action allows segmenting the volume in for example the Editor module |
− | *** 'Toggle labelmap outline display' for labelmaps | + | *** ''''Toggle labelmap outline display'''' for labelmaps |
− | ** Models: icon, Edit properties and additional information in tooltip | + | ** '''Models''': icon, Edit properties and additional information in tooltip |
− | ** Markups: icon and Edit properties | + | ** '''Markups''': icon and Edit properties |
− | ** SceneViews: icon, Edit properties and Restore scene view | + | ** '''SceneViews''': icon, Edit properties and Restore scene view |
− | ** Charts: icon and Show chart | + | ** '''Charts''': icon and Show chart |
; MRML Node Inspector (closed drop-down panel under the tree) | ; MRML Node Inspector (closed drop-down panel under the tree) | ||
Line 111: | Line 111: | ||
<!-- ---------------------------- --> | <!-- ---------------------------- --> | ||
{{documentation/{{documentation/version}}/module-section|Similar Modules}} | {{documentation/{{documentation/version}}/module-section|Similar Modules}} | ||
− | + | * [[Documentation/{{documentation/version}}/Modules/Data|Data]] | |
<!-- ---------------------------- --> | <!-- ---------------------------- --> |
Revision as of 22:57, 23 September 2014
Home < Documentation < Nightly < Modules < SubjectHierarchy
For the latest Slicer documentation, visit the read-the-docs. |
Introduction and Acknowledgements
| |||||||
|
Module Description
The SubjectHierarchy module acts as a central data-organizing point in Slicer. All DICOM data is autmatically added to the tree. Non-DICOM data can be parsed if loaded from a local directory structure, or has to be manually added (non-SH nodes are the ones on the bottom with no icons). Subject hierarchy nodes provide features for the underlying data nodes, including cloning, bulk transforming, bulk show/hide, type-specific features, and basic node operations such as delete or rename. Additional plugins can provide other type-specific features and general operations, see Subject hierarchy labs page
Use Cases
TutorialsNone specifically for Subject Hierarchy yet Panels and their use
Contains all the objects in the Subject hierarchy in a tree representation
How to
|
Similar Modules
References
- Additional information on Subject hierarchy labs page
- Manual editing of contours can be done in the Contours module
Information for Developers
- TODO: Guideline for writing plugins (role and function), adding context menu actions (scene/node, handle/create), defining child levels
- Glossary of all the used terms in SlicerRT