MeVisLab Toolbox Reference
mlMLToStructureSetROISequence.h File Reference

Helper class converting CSOList and PagedImage to Structure Set ROI Sequence. More...

#include "MLDcmtkMLConvertersSystem.h"
#include "mlProgress.h"
#include <mlTypeDefs.h>
#include <DCMTree_Lib.h>
#include <boost/function.hpp>

Go to the source code of this file.

Classes

class  ml::MLToStructureSetROISequence
 

Namespaces

 ml
 Main documentation file for ML users and developers.
 

Detailed Description

Helper class converting CSOList and PagedImage to Structure Set ROI Sequence.

The following is set:

  • Structure Set ROI Sequence (3006,0020). For each input CSOList's CSOGroup (1..i..n, n - number of CSOGroups) an item is added:
    • item's ROI Number (3006,0022) is set to i.
    • item's ROI Name (3006,0026) is set to CSOGroup's label.
    • item's ROI Description (3006,0028) is set to CSOGroup's description.
    • item's Referenced Frame Of Referenced UID (3006,0024) is set to input image's Frame of Reference UID (0020,0052).
Author
Grzegorz Chlebus
Date
2014-08-19

Definition in file mlMLToStructureSetROISequence.h.