I've "released" two java "tools" for dicom files.
dcmfileget
https://github.com/alcir/dcmfilegetThis tool (as the dcm2txt tool from dcm4che) read a file and print some dicom attributes: patient name, study date, patientid, studyid, studyiuid.
Or if a directory is passed (instead of a single file) it scan each file and print such attributes.
dicomfileCopy
https://github.com/alcir/dicomfileCopyThis tool scan a directory and copy each file to the destination directory creating a path like /destination/study_year/study_month/study_day/patientname_studyi
No comments:
Post a Comment