pieper / dicomsort

A project to provide custom sorting and renaming of dicom files
Other
76 stars 23 forks source link

command line argument option #3

Open pieper opened 11 years ago

pieper commented 11 years ago

How about the following syntax:

dicomsort src_folderroot tgtfolderroot/%tag1%tag2/%tag3/%tag4_%tag5

So, for example:

dicomsort data sorted/%PatientName/%StudyDate/%SeriesDescription-%InstanceUID.dcm

would create folders like:

sorted/JohnDoe/2013-40-18/FLAIR-2.dcm

bebbi commented 11 years ago

sounds good!