sjoerdk / idiscore

Deidentification of DICOM images using Attribute Confidentiality Profiles
GNU General Public License v3.0
11 stars 2 forks source link

Add command line interface for creating DICOM examples #117

Open sjoerdk opened 2 years ago

sjoerdk commented 2 years ago

Description

To validate deidentification you need DICOM examples. Currently this can only be done from code, which is cumbersome. Would be nice to have a command line interface to do

$ idiscore convert to_example <a_dicom_file> 
created a_dicom_file.json DICOMExample...
sjoerdk commented 1 month ago

The basic functionality is in 1.2.0, but undocumented. Still needs work before publishing