4Quant / COPD-staging

Package of tools to quantify lung disease (COPD) using any number of popular medical quantifiers (PD15, LAA-x...)
1 stars 0 forks source link

Anonymize #47

Closed drtjre closed 8 years ago

drtjre commented 8 years ago

Batch Anonymize all image data via IMageJ macro.

for example:

open("/STOLZ45/pro052_USB0002069243_20110419.tif"); run("Anonymize IJ DICOM", "substitute=SID052 patient's id date other maiden address"); run("Anonymize IJ DICOM", "substitute=Anonymized patient's date other maiden address"); saveAs("Tiff", "/STOLZ45/pro052_USB0002069243_20110419.tif");run("Close All");