Find command from left to right and attach ID
I didn't bother with renaming because I have a 1:1 match to the ID and can get to the volume files now, but this worked!
From MRI file parent directory:
tree -dfi > dir.txt;
grep "t2" dir.txt > mriFiles.txt
Tree kept the order of the directories. Grep found the directories of interest.