view Database/PatientIdsCollision/Generate.sh @ 116:4a196ebc7a4f

updated tests for issue #31
author amazy
date Thu, 13 Jul 2017 12:39:26 +0200
parents e4352463ff74
children 00e5aeea33dd
line wrap: on
line source

#!/bin/bash

rm *.dcm

for i in `seq 1 3` 
do
  dump2dcm +Ug --write-xfer-little Image$i.dump Image$i.dcm
done