.dockerignore
.gitignore
.pre-commit-config.yaml
.pylintrc
.travis.yml
AUTHORS.md
CHANGELOG.md
CONTRIBUTING.md
Dockerfile
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
.github/FUNDING.yml
.github/PULL_REQUEST_TEMPLATE.md
.github/codespell_ignore_words.txt
.github/dev-requirements.txt
.github/workflows/codespell.yaml
.github/workflows/docs.yaml
.github/workflows/main.yaml
deid/__init__.py
deid/version.py
deid.egg-info/PKG-INFO
deid.egg-info/SOURCES.txt
deid.egg-info/dependency_links.txt
deid.egg-info/entry_points.txt
deid.egg-info/requires.txt
deid.egg-info/top_level.txt
deid/config/__init__.py
deid/config/standards.py
deid/config/utils.py
deid/data/__init__.py
deid/data/deid.dicom
deid/data/deid.dicom.ultrasound
deid/data/deid.dicom.xray.chest
deid/dicom/__init__.py
deid/dicom/config.json
deid/dicom/fields.py
deid/dicom/filter.py
deid/dicom/groups.py
deid/dicom/header.py
deid/dicom/parser.py
deid/dicom/tags.py
deid/dicom/utils.py
deid/dicom/validate.py
deid/dicom/actions/__init__.py
deid/dicom/actions/jitter.py
deid/dicom/actions/uids.py
deid/dicom/pixels/__init__.py
deid/dicom/pixels/clean.py
deid/dicom/pixels/detect.py
deid/logger/__init__.py
deid/logger/message.py
deid/logger/progress.py
deid/main/__init__.py
deid/main/identifiers.py
deid/main/inspect.py
deid/utils/__init__.py
deid/utils/actions.py
deid/utils/fileio.py
docs/.gitignore
docs/Gemfile
docs/README.md
docs/_config.yml
docs/apidoc.sh
docs/_data/links.yml
docs/_docs/_defaults.md
docs/_docs/contributing/code.md
docs/_docs/contributing/docs.md
docs/_docs/development/image-format.md
docs/_docs/development/index.md
docs/_docs/development/linting-format.md
docs/_docs/examples/client.md
docs/_docs/examples/deid-dataset.md
docs/_docs/examples/func-replace.md
docs/_docs/examples/func-sequence-replace.md
docs/_docs/examples/header-expanders.md
docs/_docs/examples/index.md
docs/_docs/examples/recipe.md
docs/_docs/getting-started/dicom-config.md
docs/_docs/getting-started/dicom-get.md
docs/_docs/getting-started/dicom-loading.md
docs/_docs/getting-started/dicom-pixels.md
docs/_docs/getting-started/dicom-put.md
docs/_docs/getting-started/index.md
docs/_docs/install/docker.md
docs/_docs/install/index.md
docs/_docs/install/local.md
docs/_docs/user-docs/client.md
docs/_docs/user-docs/index.md
docs/_docs/user-docs/recipe-filters.md
docs/_docs/user-docs/recipe-funcs.md
docs/_docs/user-docs/recipe-groups.md
docs/_docs/user-docs/recipe-headers.md
docs/_docs/user-docs/recipe-labels.md
docs/_docs/user-docs/tags.md
docs/_includes/head.html
docs/_includes/navigation.html
docs/_layouts/default.html
docs/_posts/2018-12-09-docs.md
docs/_posts/_defaults.md
docs/api_docs/.nojekyll
docs/api_docs/Makefile
docs/api_docs/conf.py
docs/api_docs/docs-requirements.txt
docs/api_docs/index.rst
docs/api_docs/requirements.txt
docs/api_docs/_static/theme.css
docs/api_docs/_templates/class.rst
docs/api_docs/_templates/function.rst
docs/api_docs/assets/favicon.ico
docs/api_docs/assets/logo.png
docs/api_docs/source/deid.config.rst
docs/api_docs/source/deid.data.rst
docs/api_docs/source/deid.dicom.actions.rst
docs/api_docs/source/deid.dicom.pixels.rst
docs/api_docs/source/deid.dicom.rst
docs/api_docs/source/deid.logger.rst
docs/api_docs/source/deid.main.rst
docs/api_docs/source/deid.rst
docs/api_docs/source/deid.tests.rst
docs/api_docs/source/deid.utils.rst
docs/api_docs/source/modules.rst
docs/assets/css/deid.css
docs/assets/fonts/helveticaneueout-webfont.woff
docs/assets/fonts/helveticaneueout-webfont.woff2
docs/assets/img/apple-touch-icon.png
docs/assets/img/emblem.svg
docs/assets/img/favicon.ico
docs/assets/img/favicon.png
docs/assets/img/logo.png
docs/assets/img/menu.svg
docs/assets/img/open-source-halloween-2021.png
docs/assets/img/siteicon.png
docs/assets/img/touch-icon.png
docs/assets/js/lunr.min.js
docs/assets/js/search.js
docs/pages/404.md
docs/pages/changelog.html
docs/pages/index.md
docs/pages/robots.txt
docs/pages/search.html
examples/README.md
examples/deid/README.md
examples/deid/deid.dicom
examples/deid/deid.dicom-groups
examples/deid/deid.dicom-pusheen
examples/dicom/README.md
examples/dicom/dicom-extract/README.md
examples/dicom/dicom-extract/create-dicom-csv.py
examples/dicom/header-manipulation/README.md
examples/dicom/header-manipulation/deid.dicom
examples/dicom/header-manipulation/func-replacement.py
examples/dicom/header-manipulation/file-meta/deid.dicom
examples/dicom/header-manipulation/file-meta/example.py
examples/dicom/header-manipulation/func-sequence-replace/MR.dcm
examples/dicom/header-manipulation/func-sequence-replace/cleaned.dcm
examples/dicom/header-manipulation/func-sequence-replace/deid.dicom
examples/dicom/header-manipulation/func-sequence-replace/example.py
examples/dicom/pixels/run-cleaner-client.py
examples/dicom/pixels/run-inspect-pixels.py
examples/dicom/recipe/deid-dicom-example.py
examples/dicom/recipe/deid.dicom
test/test.py