Releases: quinton-ashley/automadicom
Releases · quinton-ashley/automadicom
Semi-final version
0.5.44 0.5.44
Fixed macOS build
- fixed macOS build can run dcmtk sub-processes successfully
- UI design improvements
Working Prototype!
This build (v0.5.33) is a fully working prototype but the only anonymization option I've implemented is "Anonymize Patient Data".
Instructions:
Select an input folder with dicom images. automadicom will take a moment to load the images and sort them by study. Studies will be listed in the table. Click on a study to view its images and click the "preview edits" link below an image to see how it's tag values will be edited. Scroll or drag the mouse on an image to go through it's slices just like in Osirix. Press start to anonymize images.
Changelog:
- image thumbnail sidebar implemented using the dwv javascript library
- options are loaded dynamically from the user's config folder, default config files are copied there
- config files are now in JSON format
- dcmodify javascript wrapper implemented
- implemented "preview edits" feature
My todo list for this week:
- implement the "generate new UID" option, maintaining the relationship between StudyInstanceUID and SeriesInstanceUID
- finish the UI for creating custom anonymization options and editing the defaults, this will be a full page window like the tag preview UI
- add loading/progress animations and logging during file load and the anonymization process
- make UI error popups
- design an app icon
- pagination of input files to prevent automadicom from loading too many images if a folder with a lot of images is selected
- work with Lise on what the default options should be
Support for Windows
Input file listing and windows support!
v0.5.27
0.5.27