GLT.getROIList: Returns the list of the ROI available in a geoLet object

Description Usage Arguments Value Examples

View source: R/geoLet.wrappingFunctions.R

Description

Returns the list of the ROI previously loaded in a geoLet object

N.B: pay attention, it can seduce your wife while you use it

Usage

1
GLT.getROIList(obj.geoLet)

Arguments

obj.geoLet

the object geoLet to load the DICOM serie in;

Value

It returns a matrix where in the second row you can read the ROIName stored into the DICOM RT-struct. Please consider that not alwasy the ROIPointList are really associated to the shown ROIs. This depends from how the DICOM Serie has been exported from TPS.

Examples

1
2
3
4
5
6
7
8
## Not run: 

obj<-geoLet()
obj$openDICOMFolder(pathToOpen='./DICOMSeries/pat001' );
obj$getROIList( obj.geoLet = obj )


## End(Not run)

kbolab/moddicom documentation built on Nov. 29, 2020, 9:11 p.m.