SlicerRt / SlicerRT

Open-source toolkit for radiation therapy research, an extension of 3D Slicer. Features include DICOM-RT import/export, dose volume histogram, dose accumulation, external beam planning (TPS), structure comparison and morphology, isodose line/surface generation, etc.
https://slicerrt.org
124 stars 60 forks source link

Update ExternalBeamPlanning module to use markup ROI instead of annotation ROI #216

Open lassoan opened 1 year ago

lassoan commented 1 year ago

Annotations module, which provides vtkMRMLAnnotationROI and vtkMRMLAnnotationRuler nodes have been deprecated since April 2021 and will be removed in Slicer-5.4 stable version early next year.

ExternalBeamPlanning module uses annotation ROI node in ExternalBeamPlanning\Resources\UI\qSlicerExternalBeamPlanningModule.ui. This module need to be updated to use markups nodes before the end of this year.

This section of the migration guide should help with implementing the changes and any questions can be asked at the Remove Annotations module topic in the Slicer forum.