Creating anonymisation scripts and reports e.g., to provide back to the project team to show them what transformations we will be applying to the DICOM tags they requested.
project_manager.py, which handles checks of new project submissions i.e., based on required project directory structure, filenames, files, etc.
conftest.py to create pytest fixtures i.e., for test data setup/teardown
This PR adds:
anonymizer.py
, which handles:project_manager.py
, which handles checks of new project submissions i.e., based on required project directory structure, filenames, files, etc.conftest.py
to createpytest
fixtures i.e., for test data setup/teardownproject_manager.py