7.1.320. @move.to.series.dirs

Link to classic view

Given a set of DICOM files copy or move the files into new series directories. Generate a list of series numbers, and for each one, make a directory and copy or move the files.

usage: @move.to.series.dirs [options] DICOM_FILES ...

examples:

@move.to.series.dirs -test IMG*
@move.to.series.dirs -action move IMG*

terminal option:

-help : show hist help
-hist : show modification history
-ver : show version number

processing option:

-action ACTION : ACTION can be copy or move
default = copy
-dprefix\ PREFIX : specify directory root for output series directories
default = .
-tag\ TAG : specify tag to use for partitioning
default = 0020,0011 (REL Series Number)
-test : do not move any file, just show what would be done

R Reynolds, April, 2013

Table Of Contents

This Page