.gitignore
.readthedocs.yml
LICENSE
MANIFEST.in
README.md
requirements_docs.txt
requirements_test.txt
setup.cfg
setup.py
bin/create_iods_modules.py
data/test_files/README.md
data/test_files/ct_image.dcm
data/test_files/frame_rgb_empty.jpeg
data/test_files/seg_image_ct_binary.dcm
data/test_files/seg_image_ct_binary_fractional.dcm
data/test_files/seg_image_ct_binary_overlap.dcm
data/test_files/seg_image_ct_binary_single_frame.dcm
data/test_files/seg_image_ct_true_fractional.dcm
data/test_files/seg_image_sm_control.dcm
data/test_files/seg_image_sm_dots.dcm
data/test_files/seg_image_sm_numbers.dcm
data/test_files/sm_image.dcm
data/test_files/sm_image_control.dcm
data/test_files/sm_image_dots.dcm
data/test_files/sm_image_numbers.dcm
data/test_files/sr_document.dcm
docs/Makefile
docs/citation.rst
docs/conf.py
docs/conformance.rst
docs/development.rst
docs/index.rst
docs/installation.rst
docs/introduction.rst
docs/license.rst
docs/package.rst
docs/release_notes.rst
docs/usage.rst
examples/Dockerfile
examples/README.md
examples/notebooks/segmentation_slide_microscopy.ipynb
src/highdicom/__init__.py
src/highdicom/_iods.py
src/highdicom/_module_utils.py
src/highdicom/_modules.py
src/highdicom/base.py
src/highdicom/coding_schemes.py
src/highdicom/color.py
src/highdicom/content.py
src/highdicom/enum.py
src/highdicom/frame.py
src/highdicom/io.py
src/highdicom/py.typed
src/highdicom/spatial.py
src/highdicom/uid.py
src/highdicom/utils.py
src/highdicom/valuerep.py
src/highdicom/version.py
src/highdicom.egg-info/PKG-INFO
src/highdicom.egg-info/SOURCES.txt
src/highdicom.egg-info/dependency_links.txt
src/highdicom.egg-info/requires.txt
src/highdicom.egg-info/top_level.txt
src/highdicom/_icc_profiles/sRGB_v4_ICC_preference.icc
src/highdicom/ann/__init__.py
src/highdicom/ann/content.py
src/highdicom/ann/enum.py
src/highdicom/ann/sop.py
src/highdicom/ko/__init__.py
src/highdicom/ko/content.py
src/highdicom/ko/sop.py
src/highdicom/legacy/__init__.py
src/highdicom/legacy/sop.py
src/highdicom/pm/__init__.py
src/highdicom/pm/content.py
src/highdicom/pm/enum.py
src/highdicom/pm/sop.py
src/highdicom/pr/__init__.py
src/highdicom/pr/content.py
src/highdicom/pr/enum.py
src/highdicom/pr/sop.py
src/highdicom/sc/__init__.py
src/highdicom/sc/enum.py
src/highdicom/sc/sop.py
src/highdicom/seg/__init__.py
src/highdicom/seg/content.py
src/highdicom/seg/enum.py
src/highdicom/seg/sop.py
src/highdicom/seg/utils.py
src/highdicom/sr/__init__.py
src/highdicom/sr/coding.py
src/highdicom/sr/content.py
src/highdicom/sr/enum.py
src/highdicom/sr/sop.py
src/highdicom/sr/templates.py
src/highdicom/sr/utils.py
src/highdicom/sr/value_types.py
tests/conftest.py
tests/test_ann.py
tests/test_color.py
tests/test_content.py
tests/test_frame.py
tests/test_io.py
tests/test_ko.py
tests/test_legacy.py
tests/test_pm.py
tests/test_sc.py
tests/test_seg.py
tests/test_spatial.py
tests/test_sr.py
tests/test_utils.py
tests/test_valuerep.py