Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python-pydicom | Distribution: OpenMandriva Lx |
Version: 3.0.0 | Vendor: OpenMandriva |
Release: 1 | Build date: Sun Sep 15 11:37:34 2024 |
Group: Development/Python | Build host: altra-4.openmandriva.org |
Size: 12988066 | Source RPM: python-pydicom-3.0.0-1.src.rpm |
Packager: bero <bero@lindev.ch> | |
Url: https://github.com/darcymason/pydicom | |
Summary: Read, modify and write DICOM files with python code |
pydicom is a pure python package for working with DICOM files. It was made for inspecting and modifying DICOM data in an easy "pythonic" way. The modifications can be written again to a new file. pydicom is not a DICOM server, and is not primarily about viewing images. It is designed to let you manipulate data elements in DICOM files with python code. Limitations -- the main limitation of the current version is that compressed pixel data (e.g. JPEG) cannot be altered in an intelligent way as it can for uncompressed pixels. Files can always be read and saved, but compressed pixel data cannot easily be modified.
MIT and BSD
/usr/bin/pydicom /usr/lib/python3.11/site-packages/pydicom /usr/lib/python3.11/site-packages/pydicom-3.0.0.dist-info /usr/lib/python3.11/site-packages/pydicom-3.0.0.dist-info/INSTALLER /usr/lib/python3.11/site-packages/pydicom-3.0.0.dist-info/LICENSE /usr/lib/python3.11/site-packages/pydicom-3.0.0.dist-info/METADATA /usr/lib/python3.11/site-packages/pydicom-3.0.0.dist-info/RECORD /usr/lib/python3.11/site-packages/pydicom-3.0.0.dist-info/REQUESTED /usr/lib/python3.11/site-packages/pydicom-3.0.0.dist-info/WHEEL /usr/lib/python3.11/site-packages/pydicom-3.0.0.dist-info/direct_url.json /usr/lib/python3.11/site-packages/pydicom-3.0.0.dist-info/entry_points.txt /usr/lib/python3.11/site-packages/pydicom/__init__.py /usr/lib/python3.11/site-packages/pydicom/__pycache__ /usr/lib/python3.11/site-packages/pydicom/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/pydicom/__pycache__/_dicom_dict.cpython-311.pyc /usr/lib/python3.11/site-packages/pydicom/__pycache__/_private_dict.cpython-311.pyc /usr/lib/python3.11/site-packages/pydicom/__pycache__/_uid_dict.cpython-311.pyc /usr/lib/python3.11/site-packages/pydicom/__pycache__/_version.cpython-311.pyc /usr/lib/python3.11/site-packages/pydicom/__pycache__/charset.cpython-311.pyc /usr/lib/python3.11/site-packages/pydicom/__pycache__/config.cpython-311.pyc /usr/lib/python3.11/site-packages/pydicom/__pycache__/datadict.cpython-311.pyc /usr/lib/python3.11/site-packages/pydicom/__pycache__/dataelem.cpython-311.pyc /usr/lib/python3.11/site-packages/pydicom/__pycache__/dataset.cpython-311.pyc /usr/lib/python3.11/site-packages/pydicom/__pycache__/dicomio.cpython-311.pyc /usr/lib/python3.11/site-packages/pydicom/__pycache__/encaps.cpython-311.pyc /usr/lib/python3.11/site-packages/pydicom/__pycache__/env_info.cpython-311.pyc /usr/lib/python3.11/site-packages/pydicom/__pycache__/errors.cpython-311.pyc /usr/lib/python3.11/site-packages/pydicom/__pycache__/filebase.cpython-311.pyc /usr/lib/python3.11/site-packages/pydicom/__pycache__/filereader.cpython-311.pyc /usr/lib/python3.11/site-packages/pydicom/__pycache__/fileset.cpython-311.pyc /usr/lib/python3.11/site-packages/pydicom/__pycache__/fileutil.cpython-311.pyc /usr/lib/python3.11/site-packages/pydicom/__pycache__/filewriter.cpython-311.pyc /usr/lib/python3.11/site-packages/pydicom/__pycache__/hooks.cpython-311.pyc /usr/lib/python3.11/site-packages/pydicom/__pycache__/jsonrep.cpython-311.pyc /usr/lib/python3.11/site-packages/pydicom/__pycache__/misc.cpython-311.pyc /usr/lib/python3.11/site-packages/pydicom/__pycache__/multival.cpython-311.pyc /usr/lib/python3.11/site-packages/pydicom/__pycache__/sequence.cpython-311.pyc /usr/lib/python3.11/site-packages/pydicom/__pycache__/tag.cpython-311.pyc /usr/lib/python3.11/site-packages/pydicom/__pycache__/uid.cpython-311.pyc /usr/lib/python3.11/site-packages/pydicom/__pycache__/valuerep.cpython-311.pyc /usr/lib/python3.11/site-packages/pydicom/__pycache__/values.cpython-311.pyc /usr/lib/python3.11/site-packages/pydicom/_dicom_dict.py /usr/lib/python3.11/site-packages/pydicom/_private_dict.py /usr/lib/python3.11/site-packages/pydicom/_uid_dict.py /usr/lib/python3.11/site-packages/pydicom/_version.py /usr/lib/python3.11/site-packages/pydicom/charset.py /usr/lib/python3.11/site-packages/pydicom/cli /usr/lib/python3.11/site-packages/pydicom/cli/__init__.py /usr/lib/python3.11/site-packages/pydicom/cli/__pycache__ /usr/lib/python3.11/site-packages/pydicom/cli/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/pydicom/cli/__pycache__/codify.cpython-311.pyc /usr/lib/python3.11/site-packages/pydicom/cli/__pycache__/main.cpython-311.pyc /usr/lib/python3.11/site-packages/pydicom/cli/__pycache__/show.cpython-311.pyc /usr/lib/python3.11/site-packages/pydicom/cli/codify.py /usr/lib/python3.11/site-packages/pydicom/cli/main.py /usr/lib/python3.11/site-packages/pydicom/cli/show.py /usr/lib/python3.11/site-packages/pydicom/config.py /usr/lib/python3.11/site-packages/pydicom/data /usr/lib/python3.11/site-packages/pydicom/data/__init__.py /usr/lib/python3.11/site-packages/pydicom/data/__pycache__ /usr/lib/python3.11/site-packages/pydicom/data/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/pydicom/data/__pycache__/data_manager.cpython-311.pyc /usr/lib/python3.11/site-packages/pydicom/data/__pycache__/download.cpython-311.pyc /usr/lib/python3.11/site-packages/pydicom/data/__pycache__/retry.cpython-311.pyc /usr/lib/python3.11/site-packages/pydicom/data/charset_files /usr/lib/python3.11/site-packages/pydicom/data/charset_files/FileInfo.txt /usr/lib/python3.11/site-packages/pydicom/data/charset_files/chrArab.dcm /usr/lib/python3.11/site-packages/pydicom/data/charset_files/chrFren.dcm /usr/lib/python3.11/site-packages/pydicom/data/charset_files/chrFrenMulti.dcm /usr/lib/python3.11/site-packages/pydicom/data/charset_files/chrGerm.dcm /usr/lib/python3.11/site-packages/pydicom/data/charset_files/chrGreek.dcm /usr/lib/python3.11/site-packages/pydicom/data/charset_files/chrH31.dcm /usr/lib/python3.11/site-packages/pydicom/data/charset_files/chrH32.dcm /usr/lib/python3.11/site-packages/pydicom/data/charset_files/chrHbrw.dcm /usr/lib/python3.11/site-packages/pydicom/data/charset_files/chrI2.dcm /usr/lib/python3.11/site-packages/pydicom/data/charset_files/chrJapMulti.dcm /usr/lib/python3.11/site-packages/pydicom/data/charset_files/chrJapMultiExplicitIR6.dcm /usr/lib/python3.11/site-packages/pydicom/data/charset_files/chrKoreanMulti.dcm /usr/lib/python3.11/site-packages/pydicom/data/charset_files/chrRuss.dcm /usr/lib/python3.11/site-packages/pydicom/data/charset_files/chrSQEncoding.dcm /usr/lib/python3.11/site-packages/pydicom/data/charset_files/chrSQEncoding1.dcm /usr/lib/python3.11/site-packages/pydicom/data/charset_files/chrX1.dcm /usr/lib/python3.11/site-packages/pydicom/data/charset_files/chrX2.dcm /usr/lib/python3.11/site-packages/pydicom/data/data_manager.py /usr/lib/python3.11/site-packages/pydicom/data/download.py /usr/lib/python3.11/site-packages/pydicom/data/hashes.json /usr/lib/python3.11/site-packages/pydicom/data/palettes /usr/lib/python3.11/site-packages/pydicom/data/palettes/README.md /usr/lib/python3.11/site-packages/pydicom/data/palettes/fall.dcm /usr/lib/python3.11/site-packages/pydicom/data/palettes/hotiron.dcm /usr/lib/python3.11/site-packages/pydicom/data/palettes/hotmetalblue.dcm /usr/lib/python3.11/site-packages/pydicom/data/palettes/pet.dcm /usr/lib/python3.11/site-packages/pydicom/data/palettes/pet20step.dcm /usr/lib/python3.11/site-packages/pydicom/data/palettes/spring.dcm /usr/lib/python3.11/site-packages/pydicom/data/palettes/summer.dcm /usr/lib/python3.11/site-packages/pydicom/data/palettes/winter.dcm /usr/lib/python3.11/site-packages/pydicom/data/retry.py /usr/lib/python3.11/site-packages/pydicom/data/test_files /usr/lib/python3.11/site-packages/pydicom/data/test_files/693_J2KI.dcm /usr/lib/python3.11/site-packages/pydicom/data/test_files/CT_small.dcm /usr/lib/python3.11/site-packages/pydicom/data/test_files/ExplVR_BigEnd.dcm /usr/lib/python3.11/site-packages/pydicom/data/test_files/ExplVR_BigEndNoMeta.dcm /usr/lib/python3.11/site-packages/pydicom/data/test_files/ExplVR_LitEndNoMeta.dcm /usr/lib/python3.11/site-packages/pydicom/data/test_files/GDCMJ2K_TextGBR.dcm /usr/lib/python3.11/site-packages/pydicom/data/test_files/J2K_pixelrep_mismatch.dcm /usr/lib/python3.11/site-packages/pydicom/data/test_files/JPEG-lossy.dcm /usr/lib/python3.11/site-packages/pydicom/data/test_files/JPEG2000-embedded-sequence-delimiter.dcm /usr/lib/python3.11/site-packages/pydicom/data/test_files/JPEG2000.dcm /usr/lib/python3.11/site-packages/pydicom/data/test_files/JPEGLSNearLossless_08.dcm /usr/lib/python3.11/site-packages/pydicom/data/test_files/JPEGLSNearLossless_16.dcm /usr/lib/python3.11/site-packages/pydicom/data/test_files/JPGExtended.dcm /usr/lib/python3.11/site-packages/pydicom/data/test_files/MR_small.dcm /usr/lib/python3.11/site-packages/pydicom/data/test_files/MR_small_RLE.dcm /usr/lib/python3.11/site-packages/pydicom/data/test_files/MR_small_bigendian.dcm /usr/lib/python3.11/site-packages/pydicom/data/test_files/MR_small_expb.dcm /usr/lib/python3.11/site-packages/pydicom/data/test_files/MR_small_implicit.dcm /usr/lib/python3.11/site-packages/pydicom/data/test_files/MR_small_jp2klossless.dcm /usr/lib/python3.11/site-packages/pydicom/data/test_files/MR_small_jpeg_ls_lossless.dcm /usr/lib/python3.11/site-packages/pydicom/data/test_files/MR_small_padded.dcm /usr/lib/python3.11/site-packages/pydicom/data/test_files/MR_truncated.dcm /usr/lib/python3.11/site-packages/pydicom/data/test_files/README.txt /usr/lib/python3.11/site-packages/pydicom/data/test_files/SC_jpeg_no_color_transform.dcm /usr/lib/python3.11/site-packages/pydicom/data/test_files/SC_jpeg_no_color_transform_2.dcm /usr/lib/python3.11/site-packages/pydicom/data/test_files/SC_rgb_dcmtk_+eb+cr.dcm /usr/lib/python3.11/site-packages/pydicom/data/test_files/SC_rgb_dcmtk_+eb+cy+n1.dcm /usr/lib/python3.11/site-packages/pydicom/data/test_files/SC_rgb_dcmtk_+eb+cy+n2.dcm /usr/lib/python3.11/site-packages/pydicom/data/test_files/SC_rgb_dcmtk_+eb+cy+np.dcm /usr/lib/python3.11/site-packages/pydicom/data/test_files/SC_rgb_dcmtk_+eb+cy+s2.dcm /usr/lib/python3.11/site-packages/pydicom/data/test_files/SC_rgb_dcmtk_+eb+cy+s4.dcm /usr/lib/python3.11/site-packages/pydicom/data/test_files/SC_rgb_gdcm_KY.dcm /usr/lib/python3.11/site-packages/pydicom/data/test_files/SC_rgb_jls_lossy_line.dcm /usr/lib/python3.11/site-packages/pydicom/data/test_files/SC_rgb_jls_lossy_sample.dcm /usr/lib/python3.11/site-packages/pydicom/data/test_files/SC_rgb_jpeg.dcm /usr/lib/python3.11/site-packages/pydicom/data/test_files/SC_rgb_jpeg_app14_dcmd.dcm /usr/lib/python3.11/site-packages/pydicom/data/test_files/SC_rgb_jpeg_dcmd.dcm /usr/lib/python3.11/site-packages/pydicom/data/test_files/SC_rgb_jpeg_dcmtk.dcm /usr/lib/python3.11/site-packages/pydicom/data/test_files/SC_rgb_jpeg_gdcm.dcm /usr/lib/python3.11/site-packages/pydicom/data/test_files/SC_rgb_jpeg_lossy_gdcm.dcm /usr/lib/python3.11/site-packages/pydicom/data/test_files/SC_rgb_rle.dcm /usr/lib/python3.11/site-packages/pydicom/data/test_files/SC_rgb_rle_16bit.dcm /usr/lib/python3.11/site-packages/pydicom/data/test_files/SC_rgb_rle_16bit_2frame.dcm /usr/lib/python3.11/site-packages/pydicom/data/test_files/SC_rgb_rle_2frame.dcm /usr/lib/python3.11/site-packages/pydicom/data/test_files/SC_rgb_rle_32bit.dcm /usr/lib/python3.11/site-packages/pydicom/data/test_files/SC_rgb_rle_32bit_2frame.dcm /usr/lib/python3.11/site-packages/pydicom/data/test_files/SC_rgb_small_odd.dcm /usr/lib/python3.11/site-packages/pydicom/data/test_files/SC_rgb_small_odd_big_endian.dcm /usr/lib/python3.11/site-packages/pydicom/data/test_files/SC_rgb_small_odd_jpeg.dcm /usr/lib/python3.11/site-packages/pydicom/data/test_files/SC_ybr_full_422_uncompressed.dcm /usr/lib/python3.11/site-packages/pydicom/data/test_files/UN_sequence.dcm /usr/lib/python3.11/site-packages/pydicom/data/test_files/badVR.dcm /usr/lib/python3.11/site-packages/pydicom/data/test_files/crayons.icc /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/77654033 /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/77654033/CR1 /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/77654033/CR1/6154 /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/77654033/CR2 /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/77654033/CR2/6247 /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/77654033/CR3 /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/77654033/CR3/6278 /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/77654033/CT2 /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/77654033/CT2/17106 /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/77654033/CT2/17136 /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/77654033/CT2/17166 /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/77654033/CT2/17196 /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/98892001 /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/98892001/CT2N /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/98892001/CT2N/6293 /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/98892001/CT2N/6924 /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/98892001/CT5N /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/98892001/CT5N/2062 /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/98892001/CT5N/2392 /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/98892001/CT5N/2693 /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/98892001/CT5N/3023 /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/98892001/CT5N/3353 /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/98892003 /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/98892003/MR1 /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/98892003/MR1/15820 /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/98892003/MR1/4919 /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/98892003/MR1/5641 /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/98892003/MR2 /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/98892003/MR2/15970 /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/98892003/MR2/4950 /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/98892003/MR2/4981 /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/98892003/MR2/5011 /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/98892003/MR2/6273 /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/98892003/MR2/6605 /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/98892003/MR2/6935 /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/98892003/MR700 /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/98892003/MR700/4467 /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/98892003/MR700/4528 /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/98892003/MR700/4558 /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/98892003/MR700/4588 /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/98892003/MR700/4618 /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/98892003/MR700/4648 /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/98892003/MR700/4678 /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/DICOMDIR /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/DICOMDIR-bigEnd /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/DICOMDIR-empty.dcm /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/DICOMDIR-implicit /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/DICOMDIR-nooffset /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/DICOMDIR-nopatient /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/DICOMDIR-reordered /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/README.txt /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/TINY_ALPHA /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/TINY_ALPHA/DICOMDIR /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/TINY_ALPHA/PT000000 /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/TINY_ALPHA/PT000000/ST000000 /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/TINY_ALPHA/PT000000/ST000000/SE000000 /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/TINY_ALPHA/PT000000/ST000000/SE000000/IM000000 /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/TINY_ALPHA/PT000000/ST000000/SE000000/IM000001 /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/TINY_ALPHA/PT000000/ST000000/SE000000/IM000002 /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/TINY_ALPHA/PT000000/ST000000/SE000000/IM000003 /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/TINY_ALPHA/PT000000/ST000000/SE000000/IM000004 /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/TINY_ALPHA/PT000000/ST000000/SE000000/IM000005 /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/TINY_ALPHA/PT000000/ST000000/SE000000/IM000006 /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/TINY_ALPHA/PT000000/ST000000/SE000000/IM000007 /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/TINY_ALPHA/PT000000/ST000000/SE000000/IM000008 /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/TINY_ALPHA/PT000000/ST000000/SE000000/IM000009 /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/TINY_ALPHA/PT000000/ST000000/SE000000/IM00000A /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/TINY_ALPHA/PT000000/ST000000/SE000000/IM00000B /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/TINY_ALPHA/PT000000/ST000000/SE000000/IM00000C /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/TINY_ALPHA/PT000000/ST000000/SE000000/IM00000D /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/TINY_ALPHA/PT000000/ST000000/SE000000/IM00000E /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/TINY_ALPHA/PT000000/ST000000/SE000000/IM00000F /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/TINY_ALPHA/PT000000/ST000000/SE000000/IM00000G /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/TINY_ALPHA/PT000000/ST000000/SE000000/IM00000H /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/TINY_ALPHA/PT000000/ST000000/SE000000/IM00000I /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/TINY_ALPHA/PT000000/ST000000/SE000000/IM00000J /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/TINY_ALPHA/PT000000/ST000000/SE000000/IM00000K /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/TINY_ALPHA/PT000000/ST000000/SE000000/IM00000L /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/TINY_ALPHA/PT000000/ST000000/SE000000/IM00000M /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/TINY_ALPHA/PT000000/ST000000/SE000000/IM00000N /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/TINY_ALPHA/PT000000/ST000000/SE000000/IM00000O /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/TINY_ALPHA/PT000000/ST000000/SE000000/IM00000P /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/TINY_ALPHA/PT000000/ST000000/SE000000/IM00000Q /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/TINY_ALPHA/PT000000/ST000000/SE000000/IM00000R /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/TINY_ALPHA/PT000000/ST000000/SE000000/IM00000S /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/TINY_ALPHA/PT000000/ST000000/SE000000/IM00000T /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/TINY_ALPHA/PT000000/ST000000/SE000000/IM00000U /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/TINY_ALPHA/PT000000/ST000000/SE000000/IM00000V /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/TINY_ALPHA/PT000000/ST000000/SE000000/IM00000W /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/TINY_ALPHA/PT000000/ST000000/SE000000/IM00000X /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/TINY_ALPHA/PT000000/ST000000/SE000000/IM00000Y /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/TINY_ALPHA/PT000000/ST000000/SE000000/IM00000Z /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/TINY_ALPHA/PT000000/ST000000/SE000000/IM000010 /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/TINY_ALPHA/PT000000/ST000000/SE000000/IM000011 /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/TINY_ALPHA/PT000000/ST000000/SE000000/IM000012 /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/TINY_ALPHA/PT000000/ST000000/SE000000/IM000013 /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/TINY_ALPHA/PT000000/ST000000/SE000000/IM000014 /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/TINY_ALPHA/PT000000/ST000000/SE000000/IM000015 /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/TINY_ALPHA/PT000000/ST000000/SE000000/IM000016 /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/TINY_ALPHA/PT000000/ST000000/SE000000/IM000017 /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/TINY_ALPHA/PT000000/ST000000/SE000000/IM000018 /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/TINY_ALPHA/PT000000/ST000000/SE000000/IM000019 /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/TINY_ALPHA/PT000000/ST000000/SE000000/IM00001A /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/TINY_ALPHA/PT000000/ST000000/SE000000/IM00001B /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/TINY_ALPHA/PT000000/ST000000/SE000000/IM00001C /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/TINY_ALPHA/PT000000/ST000000/SE000000/IM00001D /usr/lib/python3.11/site-packages/pydicom/data/test_files/dicomdirtests/TINY_ALPHA/README /usr/lib/python3.11/site-packages/pydicom/data/test_files/empty_charset_LEI.dcm /usr/lib/python3.11/site-packages/pydicom/data/test_files/image_dfl.dcm /usr/lib/python3.11/site-packages/pydicom/data/test_files/liver_1frame.dcm /usr/lib/python3.11/site-packages/pydicom/data/test_files/liver_expb_1frame.dcm /usr/lib/python3.11/site-packages/pydicom/data/test_files/meta_missing_tsyntax.dcm /usr/lib/python3.11/site-packages/pydicom/data/test_files/nested_priv_SQ.dcm /usr/lib/python3.11/site-packages/pydicom/data/test_files/no_meta.dcm /usr/lib/python3.11/site-packages/pydicom/data/test_files/no_meta_group_length.dcm /usr/lib/python3.11/site-packages/pydicom/data/test_files/priv_SQ.dcm /usr/lib/python3.11/site-packages/pydicom/data/test_files/reportsi.dcm /usr/lib/python3.11/site-packages/pydicom/data/test_files/reportsi_with_empty_number_tags.dcm /usr/lib/python3.11/site-packages/pydicom/data/test_files/rtdose.dcm /usr/lib/python3.11/site-packages/pydicom/data/test_files/rtdose_1frame.dcm /usr/lib/python3.11/site-packages/pydicom/data/test_files/rtdose_expb.dcm /usr/lib/python3.11/site-packages/pydicom/data/test_files/rtdose_expb_1frame.dcm /usr/lib/python3.11/site-packages/pydicom/data/test_files/rtdose_rle.dcm /usr/lib/python3.11/site-packages/pydicom/data/test_files/rtdose_rle_1frame.dcm /usr/lib/python3.11/site-packages/pydicom/data/test_files/rtplan.dcm /usr/lib/python3.11/site-packages/pydicom/data/test_files/rtplan.dump /usr/lib/python3.11/site-packages/pydicom/data/test_files/rtplan_truncated.dcm /usr/lib/python3.11/site-packages/pydicom/data/test_files/rtstruct.dcm /usr/lib/python3.11/site-packages/pydicom/data/test_files/rtstruct.dump /usr/lib/python3.11/site-packages/pydicom/data/test_files/test-SR.dcm /usr/lib/python3.11/site-packages/pydicom/data/test_files/test1.json /usr/lib/python3.11/site-packages/pydicom/data/test_files/test_PN.json /usr/lib/python3.11/site-packages/pydicom/data/test_files/waveform_ecg.dcm /usr/lib/python3.11/site-packages/pydicom/data/test_files/zipMR.gz /usr/lib/python3.11/site-packages/pydicom/data/urls.json /usr/lib/python3.11/site-packages/pydicom/datadict.py /usr/lib/python3.11/site-packages/pydicom/dataelem.py /usr/lib/python3.11/site-packages/pydicom/dataset.py /usr/lib/python3.11/site-packages/pydicom/dicomio.py /usr/lib/python3.11/site-packages/pydicom/encaps.py /usr/lib/python3.11/site-packages/pydicom/encoders /usr/lib/python3.11/site-packages/pydicom/encoders/__init__.py /usr/lib/python3.11/site-packages/pydicom/encoders/__pycache__ /usr/lib/python3.11/site-packages/pydicom/encoders/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/pydicom/env_info.py /usr/lib/python3.11/site-packages/pydicom/errors.py /usr/lib/python3.11/site-packages/pydicom/examples /usr/lib/python3.11/site-packages/pydicom/examples/__init__.py /usr/lib/python3.11/site-packages/pydicom/examples/__pycache__ /usr/lib/python3.11/site-packages/pydicom/examples/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/pydicom/filebase.py /usr/lib/python3.11/site-packages/pydicom/filereader.py /usr/lib/python3.11/site-packages/pydicom/fileset.py /usr/lib/python3.11/site-packages/pydicom/fileutil.py /usr/lib/python3.11/site-packages/pydicom/filewriter.py /usr/lib/python3.11/site-packages/pydicom/hooks.py /usr/lib/python3.11/site-packages/pydicom/jsonrep.py /usr/lib/python3.11/site-packages/pydicom/misc.py /usr/lib/python3.11/site-packages/pydicom/multival.py /usr/lib/python3.11/site-packages/pydicom/overlays /usr/lib/python3.11/site-packages/pydicom/overlays/__init__.py /usr/lib/python3.11/site-packages/pydicom/overlays/__pycache__ /usr/lib/python3.11/site-packages/pydicom/overlays/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/pydicom/overlays/__pycache__/numpy_handler.cpython-311.pyc /usr/lib/python3.11/site-packages/pydicom/overlays/numpy_handler.py /usr/lib/python3.11/site-packages/pydicom/pixel_data_handlers /usr/lib/python3.11/site-packages/pydicom/pixel_data_handlers/__init__.py /usr/lib/python3.11/site-packages/pydicom/pixel_data_handlers/__pycache__ /usr/lib/python3.11/site-packages/pydicom/pixel_data_handlers/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/pydicom/pixel_data_handlers/__pycache__/gdcm_handler.cpython-311.pyc /usr/lib/python3.11/site-packages/pydicom/pixel_data_handlers/__pycache__/jpeg_ls_handler.cpython-311.pyc /usr/lib/python3.11/site-packages/pydicom/pixel_data_handlers/__pycache__/numpy_handler.cpython-311.pyc /usr/lib/python3.11/site-packages/pydicom/pixel_data_handlers/__pycache__/pillow_handler.cpython-311.pyc /usr/lib/python3.11/site-packages/pydicom/pixel_data_handlers/__pycache__/pylibjpeg_handler.cpython-311.pyc /usr/lib/python3.11/site-packages/pydicom/pixel_data_handlers/__pycache__/rle_handler.cpython-311.pyc /usr/lib/python3.11/site-packages/pydicom/pixel_data_handlers/__pycache__/util.cpython-311.pyc /usr/lib/python3.11/site-packages/pydicom/pixel_data_handlers/gdcm_handler.py /usr/lib/python3.11/site-packages/pydicom/pixel_data_handlers/jpeg_ls_handler.py /usr/lib/python3.11/site-packages/pydicom/pixel_data_handlers/numpy_handler.py /usr/lib/python3.11/site-packages/pydicom/pixel_data_handlers/pillow_handler.py /usr/lib/python3.11/site-packages/pydicom/pixel_data_handlers/pylibjpeg_handler.py /usr/lib/python3.11/site-packages/pydicom/pixel_data_handlers/rle_handler.py /usr/lib/python3.11/site-packages/pydicom/pixel_data_handlers/util.py /usr/lib/python3.11/site-packages/pydicom/pixels /usr/lib/python3.11/site-packages/pydicom/pixels/__init__.py /usr/lib/python3.11/site-packages/pydicom/pixels/__pycache__ /usr/lib/python3.11/site-packages/pydicom/pixels/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/pydicom/pixels/__pycache__/common.cpython-311.pyc /usr/lib/python3.11/site-packages/pydicom/pixels/__pycache__/processing.cpython-311.pyc /usr/lib/python3.11/site-packages/pydicom/pixels/__pycache__/utils.cpython-311.pyc /usr/lib/python3.11/site-packages/pydicom/pixels/common.py /usr/lib/python3.11/site-packages/pydicom/pixels/decoders /usr/lib/python3.11/site-packages/pydicom/pixels/decoders/__init__.py /usr/lib/python3.11/site-packages/pydicom/pixels/decoders/__pycache__ /usr/lib/python3.11/site-packages/pydicom/pixels/decoders/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/pydicom/pixels/decoders/__pycache__/base.cpython-311.pyc /usr/lib/python3.11/site-packages/pydicom/pixels/decoders/__pycache__/gdcm.cpython-311.pyc /usr/lib/python3.11/site-packages/pydicom/pixels/decoders/__pycache__/pillow.cpython-311.pyc /usr/lib/python3.11/site-packages/pydicom/pixels/decoders/__pycache__/pyjpegls.cpython-311.pyc /usr/lib/python3.11/site-packages/pydicom/pixels/decoders/__pycache__/pylibjpeg.cpython-311.pyc /usr/lib/python3.11/site-packages/pydicom/pixels/decoders/__pycache__/rle.cpython-311.pyc /usr/lib/python3.11/site-packages/pydicom/pixels/decoders/base.py /usr/lib/python3.11/site-packages/pydicom/pixels/decoders/gdcm.py /usr/lib/python3.11/site-packages/pydicom/pixels/decoders/pillow.py /usr/lib/python3.11/site-packages/pydicom/pixels/decoders/pyjpegls.py /usr/lib/python3.11/site-packages/pydicom/pixels/decoders/pylibjpeg.py /usr/lib/python3.11/site-packages/pydicom/pixels/decoders/rle.py /usr/lib/python3.11/site-packages/pydicom/pixels/encoders /usr/lib/python3.11/site-packages/pydicom/pixels/encoders/__init__.py /usr/lib/python3.11/site-packages/pydicom/pixels/encoders/__pycache__ /usr/lib/python3.11/site-packages/pydicom/pixels/encoders/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/pydicom/pixels/encoders/__pycache__/base.cpython-311.pyc /usr/lib/python3.11/site-packages/pydicom/pixels/encoders/__pycache__/gdcm.cpython-311.pyc /usr/lib/python3.11/site-packages/pydicom/pixels/encoders/__pycache__/native.cpython-311.pyc /usr/lib/python3.11/site-packages/pydicom/pixels/encoders/__pycache__/pyjpegls.cpython-311.pyc /usr/lib/python3.11/site-packages/pydicom/pixels/encoders/__pycache__/pylibjpeg.cpython-311.pyc /usr/lib/python3.11/site-packages/pydicom/pixels/encoders/base.py /usr/lib/python3.11/site-packages/pydicom/pixels/encoders/gdcm.py /usr/lib/python3.11/site-packages/pydicom/pixels/encoders/native.py /usr/lib/python3.11/site-packages/pydicom/pixels/encoders/pyjpegls.py /usr/lib/python3.11/site-packages/pydicom/pixels/encoders/pylibjpeg.py /usr/lib/python3.11/site-packages/pydicom/pixels/processing.py /usr/lib/python3.11/site-packages/pydicom/pixels/utils.py /usr/lib/python3.11/site-packages/pydicom/py.typed /usr/lib/python3.11/site-packages/pydicom/sequence.py /usr/lib/python3.11/site-packages/pydicom/sr /usr/lib/python3.11/site-packages/pydicom/sr/__init__.py /usr/lib/python3.11/site-packages/pydicom/sr/__pycache__ /usr/lib/python3.11/site-packages/pydicom/sr/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/pydicom/sr/__pycache__/_cid_dict.cpython-311.pyc /usr/lib/python3.11/site-packages/pydicom/sr/__pycache__/_concepts_dict.cpython-311.pyc /usr/lib/python3.11/site-packages/pydicom/sr/__pycache__/_snomed_dict.cpython-311.pyc /usr/lib/python3.11/site-packages/pydicom/sr/__pycache__/codedict.cpython-311.pyc /usr/lib/python3.11/site-packages/pydicom/sr/__pycache__/coding.cpython-311.pyc /usr/lib/python3.11/site-packages/pydicom/sr/_cid_dict.py /usr/lib/python3.11/site-packages/pydicom/sr/_concepts_dict.py /usr/lib/python3.11/site-packages/pydicom/sr/_snomed_dict.py /usr/lib/python3.11/site-packages/pydicom/sr/codedict.py /usr/lib/python3.11/site-packages/pydicom/sr/coding.py /usr/lib/python3.11/site-packages/pydicom/tag.py /usr/lib/python3.11/site-packages/pydicom/uid.py /usr/lib/python3.11/site-packages/pydicom/util /usr/lib/python3.11/site-packages/pydicom/util/__init__.py /usr/lib/python3.11/site-packages/pydicom/util/__pycache__ /usr/lib/python3.11/site-packages/pydicom/util/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/pydicom/util/__pycache__/codify.cpython-311.pyc /usr/lib/python3.11/site-packages/pydicom/util/__pycache__/dump.cpython-311.pyc /usr/lib/python3.11/site-packages/pydicom/util/__pycache__/fixer.cpython-311.pyc /usr/lib/python3.11/site-packages/pydicom/util/__pycache__/hexutil.cpython-311.pyc /usr/lib/python3.11/site-packages/pydicom/util/__pycache__/leanread.cpython-311.pyc /usr/lib/python3.11/site-packages/pydicom/util/codify.py /usr/lib/python3.11/site-packages/pydicom/util/dump.py /usr/lib/python3.11/site-packages/pydicom/util/fixer.py /usr/lib/python3.11/site-packages/pydicom/util/hexutil.py /usr/lib/python3.11/site-packages/pydicom/util/leanread.py /usr/lib/python3.11/site-packages/pydicom/valuerep.py /usr/lib/python3.11/site-packages/pydicom/values.py /usr/lib/python3.11/site-packages/pydicom/waveforms /usr/lib/python3.11/site-packages/pydicom/waveforms/__init__.py /usr/lib/python3.11/site-packages/pydicom/waveforms/__pycache__ /usr/lib/python3.11/site-packages/pydicom/waveforms/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/pydicom/waveforms/__pycache__/numpy_handler.cpython-311.pyc /usr/lib/python3.11/site-packages/pydicom/waveforms/numpy_handler.py /usr/share/doc/python-pydicom /usr/share/doc/python-pydicom/README.md /usr/share/licenses/python-pydicom /usr/share/licenses/python-pydicom/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Nov 2 23:34:25 2024