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

From Slicer Wiki
Jump to: navigation, search
(How to section added; Image replaced by a newer one)
(Changed layout)
Line 25: Line 25:
 
<!-- ---------------------------- -->
 
<!-- ---------------------------- -->
 
{{documentation/{{documentation/version}}/module-section|Use Cases}}
 
{{documentation/{{documentation/version}}/module-section|Use Cases}}
 +
 +
{| class="wikitable"
 +
|
 +
 
* 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 patient hierarchy
 
* Add external data to patient hierarchy
Line 32: Line 36:
 
* Easily show study in views
 
* Easily show study in views
 
* Edit DICOM tags (coming soon)
 
* Edit DICOM tags (coming soon)
 
{|align="center"
 
|[[File:SlicerRT_0.11_PatientHierarchy_ProstateEntLoaded.png|thumb|406px| Patient hierarchy module GUI]]
 
|}
 
  
 
<!-- ---------------------------- -->
 
<!-- ---------------------------- -->
Line 43: Line 43:
 
<!-- ---------------------------- -->
 
<!-- ---------------------------- -->
 
{{documentation/{{documentation/version}}/module-section|How to}}
 
{{documentation/{{documentation/version}}/module-section|How to}}
 +
 
; 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
Line 58: Line 59:
 
; Deform structure set using a transform (registration result)
 
; Deform structure set using a transform (registration result)
 
: Bulk resampling not implemented yet :(
 
: Bulk resampling not implemented yet :(
 +
 +
| [[File:SlicerRT_0.11_PatientHierarchy_ProstateEntLoaded.png|thumb|406px| Patient hierarchy module GUI]]
 +
|}
  
 
<!-- ---------------------------- -->
 
<!-- ---------------------------- -->

Revision as of 21:31, 26 August 2013

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.
Author: Csaba Pinter (PerkLab, Queen's University)
Contact: Csaba Pinter, <email>pinter@cs.queensu.ca</email>

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

Module Description

The PatientHierarchy module manages all data that has been loaded from DICOM.

Use Cases

  • Load DICOM data and need to see in the same hierarchy
  • Add external data to patient hierarchy
  • Transform whole study (coming soon)
  • Export DICOM data (coming soon)
  • Create contour from labelmap or model
  • Easily show study in views
  • Edit DICOM tags (coming soon)

Tutorials

None specifically for Patient Hierarchy yet

How to

Create contour from scratch
In Contours module select 'Create new Contour' in the contour selector drop-down to create a new contour
In Patient Hierarchy module drag&drop new contour from 'Potential patient hierarchy nodes' list to under a structure set in the tree
Create contour from labelmap volume or model
In Patient Hierarchy module drag&drop the existing representation (labelmap or model) from 'Potential patient hierarchy nodes' list to under a structure set in the tree. This way an encapsulating Contour node gets created and associated to the corresponding color table
Create new Patient hierarchy node from scratch
Right-click on an existing node and select 'Create child node'
Rename Patient hierarchy node
Right-click on the node and select 'Rename'
Deform structure set using a transform (registration result)
Bulk resampling not implemented yet :(
Patient hierarchy module GUI

Panels and their use

Patient hierarchy tree (top)
Contains all the objects in the Patient hierarchy in a tree representation.
The only items that exist in the tree before importing any data are the default structure 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 Patient hierarchy node. Can be edited by double-clicking on an attribute name or value
Potential patient hierarchy nodes list
List of nodes that are currently outside the patient 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

Information for Developers