MBT.loadCollection: Load a set of DICOM studies into a mmButo structure

Description Usage Arguments Value Examples

View source: R/mmButo.wrappingFunctions.R

Description

Allow to load a set of DICOM studies (but just with ONE seriesInstanceUID for each study) into an mmButo structure.

N.B: pay attention, using it you c n loo e the sign l

Usage

1
MBT.loadCollection(obj.mmButo, pathToOpen)

Arguments

obj.mmButo

the object mmButo

pathToOpen

the path where the DICOM serie is locate, on the filesystem. It should point to a path where it can find A SET OF FOLDERS, ONE FOR EACH PATIENT

Value

wel.... nothing.

Examples

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

obj<-mmButo()
MBT.loadCollection(obj.mmButo = obj, pathToOpen='./DICOMSeries/pat001' );


## End(Not run)

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