Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python2-pydicom-1.4.2-lp152.1.1 RPM for noarch

From OpenSuSE Leap 15.2 for noarch

Name: python2-pydicom Distribution: openSUSE Leap 15.2
Version: 1.4.2 Vendor: openSUSE
Release: lp152.1.1 Build date: Sun Mar 15 13:57:18 2020
Group: Unspecified Build host: lamb22
Size: 70221940 Source RPM: python-pydicom-1.4.2-lp152.1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/darcymason/pydicom
Summary: Pure python package for DICOM medical file reading and writing
pydicom is a pure python package for parsing DICOM files
into natural pythonic structures for further manipulation.
Modified datasets can be written again to DICOM format files.

DICOM is a standard (http://medical.nema.org) for communicating
medical images and related information such as reports
and radiotherapy objects.

Provides

Requires

License

MIT

Changelog

* Tue Mar 10 2020 Tomáš Chvátal <tchvatal@suse.com>
  - Update to 1.4.2:
    * no upstream changelog
* Tue Jul 23 2019 Tomáš Chvátal <tchvatal@suse.com>
  - Update to 1.3.0:
    * no upstream changelog
* Fri Mar 08 2019 John Vandenberg <jayvdb@gmail.com>
  - Reinstate test unit test_code_file which appears to be stable now
  - Use PyPI sdist as source
* Wed Jan 02 2019 Tomáš Chvátal <tchvatal@suse.com>
  - Update to 1.2.2:
    * more python 3.7 fixes
* Thu Nov 01 2018 Tomáš Chvátal <tchvatal@suse.com>
  - Update to 1.2.0:
    * No obvious upstream changelog
  - Drop python37.patch should be fixed upstream
* Thu Aug 30 2018 Tomáš Chvátal <tchvatal@suse.com>
  - Disable test_code_file as it randomly fails in OBS
* Wed Aug 29 2018 tchvatal@suse.com
  - Update to 1.1.0:
    * License is distributed
    * Various speed improvements
  - Add patch to work with python 3.7:
    * python37.patch
* Mon Sep 11 2017 jengelh@inai.de
  - Make package description neutral and compact it.
* Mon Sep 11 2017 toddrme2178@gmail.com
  - Implement single-spec version
* Thu Oct 13 2016 toddrme2178@gmail.com
  - Update to version 0.9.9
    + Major changes / enhancements
    * All dicom dictionaries updated (standard dictionary, UID
      dictionary, and private dictionaries)
    * Dicom commands also added to dictionary
    * Ability to work with DICOMDIR:  read_dicomdir() function and
      DicomDir class. Example file show_dicomdir.py file added to
      examples subdirectory.
    * codify.py: Produce python/pydicom source code from a dicom
      file.
    * a number of python 3 compatibility enhancements
    * setup.py uses ez_setup only if setuptools not already
      installed
    * exceptions carry tag info with them, to aid in debugging
    + Contrib file changes
    * pydicom_series:  force parameter added (Nil Goyette)
    * dcm_qt_tree: switch to OrderedDict to preserve ordering of
      tags (Padraig Looney)
  - Rename package to python-dicom to python-pydicom to conform to python
    package naming policies.
  - spec file completely rewritten.
  - Remove unneeded python-dicom-remove-obsolete-distribute-support.patch

Files

/usr/lib/python2.7/site-packages/dicom.py
/usr/lib/python2.7/site-packages/dicom.pyc
/usr/lib/python2.7/site-packages/dicom.pyo
/usr/lib/python2.7/site-packages/pydicom
/usr/lib/python2.7/site-packages/pydicom-1.4.2-py2.7.egg-info
/usr/lib/python2.7/site-packages/pydicom-1.4.2-py2.7.egg-info/PKG-INFO
/usr/lib/python2.7/site-packages/pydicom-1.4.2-py2.7.egg-info/SOURCES.txt
/usr/lib/python2.7/site-packages/pydicom-1.4.2-py2.7.egg-info/dependency_links.txt
/usr/lib/python2.7/site-packages/pydicom-1.4.2-py2.7.egg-info/not-zip-safe
/usr/lib/python2.7/site-packages/pydicom-1.4.2-py2.7.egg-info/top_level.txt
/usr/lib/python2.7/site-packages/pydicom/__init__.py
/usr/lib/python2.7/site-packages/pydicom/__init__.pyc
/usr/lib/python2.7/site-packages/pydicom/__init__.pyo
/usr/lib/python2.7/site-packages/pydicom/_dicom_dict.py
/usr/lib/python2.7/site-packages/pydicom/_dicom_dict.pyc
/usr/lib/python2.7/site-packages/pydicom/_dicom_dict.pyo
/usr/lib/python2.7/site-packages/pydicom/_private_dict.py
/usr/lib/python2.7/site-packages/pydicom/_private_dict.pyc
/usr/lib/python2.7/site-packages/pydicom/_private_dict.pyo
/usr/lib/python2.7/site-packages/pydicom/_storage_sopclass_uids.py
/usr/lib/python2.7/site-packages/pydicom/_storage_sopclass_uids.pyc
/usr/lib/python2.7/site-packages/pydicom/_storage_sopclass_uids.pyo
/usr/lib/python2.7/site-packages/pydicom/_uid_dict.py
/usr/lib/python2.7/site-packages/pydicom/_uid_dict.pyc
/usr/lib/python2.7/site-packages/pydicom/_uid_dict.pyo
/usr/lib/python2.7/site-packages/pydicom/_version.py
/usr/lib/python2.7/site-packages/pydicom/_version.pyc
/usr/lib/python2.7/site-packages/pydicom/_version.pyo
/usr/lib/python2.7/site-packages/pydicom/benchmarks
/usr/lib/python2.7/site-packages/pydicom/benchmarks/__init__.py
/usr/lib/python2.7/site-packages/pydicom/benchmarks/__init__.pyc
/usr/lib/python2.7/site-packages/pydicom/benchmarks/__init__.pyo
/usr/lib/python2.7/site-packages/pydicom/benchmarks/bench_encaps.py
/usr/lib/python2.7/site-packages/pydicom/benchmarks/bench_encaps.pyc
/usr/lib/python2.7/site-packages/pydicom/benchmarks/bench_encaps.pyo
/usr/lib/python2.7/site-packages/pydicom/benchmarks/bench_handler_numpy.py
/usr/lib/python2.7/site-packages/pydicom/benchmarks/bench_handler_numpy.pyc
/usr/lib/python2.7/site-packages/pydicom/benchmarks/bench_handler_numpy.pyo
/usr/lib/python2.7/site-packages/pydicom/benchmarks/bench_handler_rle_decode.py
/usr/lib/python2.7/site-packages/pydicom/benchmarks/bench_handler_rle_decode.pyc
/usr/lib/python2.7/site-packages/pydicom/benchmarks/bench_handler_rle_decode.pyo
/usr/lib/python2.7/site-packages/pydicom/benchmarks/bench_handler_rle_encode.py
/usr/lib/python2.7/site-packages/pydicom/benchmarks/bench_handler_rle_encode.pyc
/usr/lib/python2.7/site-packages/pydicom/benchmarks/bench_handler_rle_encode.pyo
/usr/lib/python2.7/site-packages/pydicom/benchmarks/bench_pixel_util.py
/usr/lib/python2.7/site-packages/pydicom/benchmarks/bench_pixel_util.pyc
/usr/lib/python2.7/site-packages/pydicom/benchmarks/bench_pixel_util.pyo
/usr/lib/python2.7/site-packages/pydicom/charset.py
/usr/lib/python2.7/site-packages/pydicom/charset.pyc
/usr/lib/python2.7/site-packages/pydicom/charset.pyo
/usr/lib/python2.7/site-packages/pydicom/compat.py
/usr/lib/python2.7/site-packages/pydicom/compat.pyc
/usr/lib/python2.7/site-packages/pydicom/compat.pyo
/usr/lib/python2.7/site-packages/pydicom/config.py
/usr/lib/python2.7/site-packages/pydicom/config.pyc
/usr/lib/python2.7/site-packages/pydicom/config.pyo
/usr/lib/python2.7/site-packages/pydicom/data
/usr/lib/python2.7/site-packages/pydicom/data/__init__.py
/usr/lib/python2.7/site-packages/pydicom/data/__init__.pyc
/usr/lib/python2.7/site-packages/pydicom/data/__init__.pyo
/usr/lib/python2.7/site-packages/pydicom/data/charset_files
/usr/lib/python2.7/site-packages/pydicom/data/charset_files/FileInfo.txt
/usr/lib/python2.7/site-packages/pydicom/data/charset_files/chrArab.dcm
/usr/lib/python2.7/site-packages/pydicom/data/charset_files/chrFren.dcm
/usr/lib/python2.7/site-packages/pydicom/data/charset_files/chrFrenMulti.dcm
/usr/lib/python2.7/site-packages/pydicom/data/charset_files/chrGerm.dcm
/usr/lib/python2.7/site-packages/pydicom/data/charset_files/chrGreek.dcm
/usr/lib/python2.7/site-packages/pydicom/data/charset_files/chrH31.dcm
/usr/lib/python2.7/site-packages/pydicom/data/charset_files/chrH32.dcm
/usr/lib/python2.7/site-packages/pydicom/data/charset_files/chrHbrw.dcm
/usr/lib/python2.7/site-packages/pydicom/data/charset_files/chrI2.dcm
/usr/lib/python2.7/site-packages/pydicom/data/charset_files/chrJapMulti.dcm
/usr/lib/python2.7/site-packages/pydicom/data/charset_files/chrJapMultiExplicitIR6.dcm
/usr/lib/python2.7/site-packages/pydicom/data/charset_files/chrKoreanMulti.dcm
/usr/lib/python2.7/site-packages/pydicom/data/charset_files/chrRuss.dcm
/usr/lib/python2.7/site-packages/pydicom/data/charset_files/chrSQEncoding.dcm
/usr/lib/python2.7/site-packages/pydicom/data/charset_files/chrSQEncoding1.dcm
/usr/lib/python2.7/site-packages/pydicom/data/charset_files/chrX1.dcm
/usr/lib/python2.7/site-packages/pydicom/data/charset_files/chrX2.dcm
/usr/lib/python2.7/site-packages/pydicom/data/data_manager.py
/usr/lib/python2.7/site-packages/pydicom/data/data_manager.pyc
/usr/lib/python2.7/site-packages/pydicom/data/data_manager.pyo
/usr/lib/python2.7/site-packages/pydicom/data/palettes
/usr/lib/python2.7/site-packages/pydicom/data/palettes/README.md
/usr/lib/python2.7/site-packages/pydicom/data/palettes/fall.dcm
/usr/lib/python2.7/site-packages/pydicom/data/palettes/hotiron.dcm
/usr/lib/python2.7/site-packages/pydicom/data/palettes/hotmetalblue.dcm
/usr/lib/python2.7/site-packages/pydicom/data/palettes/pet.dcm
/usr/lib/python2.7/site-packages/pydicom/data/palettes/pet20step.dcm
/usr/lib/python2.7/site-packages/pydicom/data/palettes/spring.dcm
/usr/lib/python2.7/site-packages/pydicom/data/palettes/summer.dcm
/usr/lib/python2.7/site-packages/pydicom/data/palettes/winter.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files
/usr/lib/python2.7/site-packages/pydicom/data/test_files/693_J2KI.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/693_J2KR.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/693_UNCI.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/693_UNCR.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/CT_small.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/ExplVR_BigEnd.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/ExplVR_BigEndNoMeta.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/ExplVR_LitEndNoMeta.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/JPEG-LL.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/JPEG-lossy.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/JPEG2000.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/JPEG2000_UNC.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/JPGLosslessP14SV1_1s_1f_8b.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/MR-SIEMENS-DICOM-WithOverlays.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/MR2_J2KI.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/MR2_J2KR.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/MR2_UNCI.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/MR2_UNCR.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/MR_small.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/MR_small_RLE.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/MR_small_bigendian.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/MR_small_expb.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/MR_small_implicit.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/MR_small_jp2klossless.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/MR_small_jpeg_ls_lossless.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/MR_small_padded.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/MR_truncated.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/OBXXXX1A.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/OBXXXX1A_2frame.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/OBXXXX1A_expb.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/OBXXXX1A_expb_2frame.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/OBXXXX1A_rle.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/OBXXXX1A_rle_2frame.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/OT-PAL-8-face.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/README.txt
/usr/lib/python2.7/site-packages/pydicom/data/test_files/RG1_J2KI.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/RG1_J2KR.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/RG1_UNCI.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/RG1_UNCR.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/RG3_J2KI.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/RG3_J2KR.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/RG3_UNCI.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/RG3_UNCR.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/SC_rgb.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/SC_rgb_16bit.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/SC_rgb_16bit_2frame.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/SC_rgb_2frame.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/SC_rgb_32bit.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/SC_rgb_32bit_2frame.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/SC_rgb_dcmtk_+eb+cr.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/SC_rgb_dcmtk_+eb+cy+n1.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/SC_rgb_dcmtk_+eb+cy+n2.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/SC_rgb_dcmtk_+eb+cy+np.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/SC_rgb_dcmtk_+eb+cy+s2.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/SC_rgb_dcmtk_+eb+cy+s4.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/SC_rgb_dcmtk_ebcr_dcmd.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/SC_rgb_dcmtk_ebcyn1_dcmd.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/SC_rgb_dcmtk_ebcyn2_dcmd.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/SC_rgb_dcmtk_ebcynp_dcmd.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/SC_rgb_dcmtk_ebcys2_dcmd.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/SC_rgb_dcmtk_ebcys4_dcmd.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/SC_rgb_expb.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/SC_rgb_expb_16bit.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/SC_rgb_expb_16bit_2frame.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/SC_rgb_expb_2frame.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/SC_rgb_expb_32bit.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/SC_rgb_expb_32bit_2frame.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/SC_rgb_gdcm2k_uncompressed.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/SC_rgb_gdcm_KY.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/SC_rgb_jpeg_dcmtk.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/SC_rgb_jpeg_gdcm.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/SC_rgb_jpeg_lossy_gdcm.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/SC_rgb_rle.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/SC_rgb_rle_16bit.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/SC_rgb_rle_16bit_2frame.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/SC_rgb_rle_2frame.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/SC_rgb_rle_32bit.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/SC_rgb_rle_32bit_2frame.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/SC_rgb_small_odd.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/SC_rgb_small_odd_jpeg.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/SC_ybr_full_422_uncompressed.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/SC_ybr_full_uncompressed.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/US1_J2KI.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/US1_J2KR.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/US1_UNCI.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/US1_UNCR.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/badVR.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/color-pl.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/color-px.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/color3d_jpeg_baseline.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/dicomdirtests
/usr/lib/python2.7/site-packages/pydicom/data/test_files/dicomdirtests/77654033
/usr/lib/python2.7/site-packages/pydicom/data/test_files/dicomdirtests/77654033/CR1
/usr/lib/python2.7/site-packages/pydicom/data/test_files/dicomdirtests/77654033/CR1/6154
/usr/lib/python2.7/site-packages/pydicom/data/test_files/dicomdirtests/77654033/CR2
/usr/lib/python2.7/site-packages/pydicom/data/test_files/dicomdirtests/77654033/CR2/6247
/usr/lib/python2.7/site-packages/pydicom/data/test_files/dicomdirtests/77654033/CR3
/usr/lib/python2.7/site-packages/pydicom/data/test_files/dicomdirtests/77654033/CR3/6278
/usr/lib/python2.7/site-packages/pydicom/data/test_files/dicomdirtests/77654033/CT2
/usr/lib/python2.7/site-packages/pydicom/data/test_files/dicomdirtests/77654033/CT2/17106
/usr/lib/python2.7/site-packages/pydicom/data/test_files/dicomdirtests/77654033/CT2/17136
/usr/lib/python2.7/site-packages/pydicom/data/test_files/dicomdirtests/77654033/CT2/17166
/usr/lib/python2.7/site-packages/pydicom/data/test_files/dicomdirtests/77654033/CT2/17196
/usr/lib/python2.7/site-packages/pydicom/data/test_files/dicomdirtests/98892001
/usr/lib/python2.7/site-packages/pydicom/data/test_files/dicomdirtests/98892001/CT2N
/usr/lib/python2.7/site-packages/pydicom/data/test_files/dicomdirtests/98892001/CT2N/6293
/usr/lib/python2.7/site-packages/pydicom/data/test_files/dicomdirtests/98892001/CT2N/6924
/usr/lib/python2.7/site-packages/pydicom/data/test_files/dicomdirtests/98892001/CT5N
/usr/lib/python2.7/site-packages/pydicom/data/test_files/dicomdirtests/98892001/CT5N/2062
/usr/lib/python2.7/site-packages/pydicom/data/test_files/dicomdirtests/98892001/CT5N/2392
/usr/lib/python2.7/site-packages/pydicom/data/test_files/dicomdirtests/98892001/CT5N/2693
/usr/lib/python2.7/site-packages/pydicom/data/test_files/dicomdirtests/98892001/CT5N/3023
/usr/lib/python2.7/site-packages/pydicom/data/test_files/dicomdirtests/98892001/CT5N/3353
/usr/lib/python2.7/site-packages/pydicom/data/test_files/dicomdirtests/98892003
/usr/lib/python2.7/site-packages/pydicom/data/test_files/dicomdirtests/98892003/MR1
/usr/lib/python2.7/site-packages/pydicom/data/test_files/dicomdirtests/98892003/MR1/15820
/usr/lib/python2.7/site-packages/pydicom/data/test_files/dicomdirtests/98892003/MR1/4919
/usr/lib/python2.7/site-packages/pydicom/data/test_files/dicomdirtests/98892003/MR1/5641
/usr/lib/python2.7/site-packages/pydicom/data/test_files/dicomdirtests/98892003/MR2
/usr/lib/python2.7/site-packages/pydicom/data/test_files/dicomdirtests/98892003/MR2/15970
/usr/lib/python2.7/site-packages/pydicom/data/test_files/dicomdirtests/98892003/MR2/4950
/usr/lib/python2.7/site-packages/pydicom/data/test_files/dicomdirtests/98892003/MR2/4981
/usr/lib/python2.7/site-packages/pydicom/data/test_files/dicomdirtests/98892003/MR2/5011
/usr/lib/python2.7/site-packages/pydicom/data/test_files/dicomdirtests/98892003/MR2/6273
/usr/lib/python2.7/site-packages/pydicom/data/test_files/dicomdirtests/98892003/MR2/6605
/usr/lib/python2.7/site-packages/pydicom/data/test_files/dicomdirtests/98892003/MR2/6935
/usr/lib/python2.7/site-packages/pydicom/data/test_files/dicomdirtests/98892003/MR700
/usr/lib/python2.7/site-packages/pydicom/data/test_files/dicomdirtests/98892003/MR700/4467
/usr/lib/python2.7/site-packages/pydicom/data/test_files/dicomdirtests/98892003/MR700/4528
/usr/lib/python2.7/site-packages/pydicom/data/test_files/dicomdirtests/98892003/MR700/4558
/usr/lib/python2.7/site-packages/pydicom/data/test_files/dicomdirtests/98892003/MR700/4588
/usr/lib/python2.7/site-packages/pydicom/data/test_files/dicomdirtests/98892003/MR700/4618
/usr/lib/python2.7/site-packages/pydicom/data/test_files/dicomdirtests/98892003/MR700/4648
/usr/lib/python2.7/site-packages/pydicom/data/test_files/dicomdirtests/98892003/MR700/4678
/usr/lib/python2.7/site-packages/pydicom/data/test_files/dicomdirtests/DICOMDIR
/usr/lib/python2.7/site-packages/pydicom/data/test_files/dicomdirtests/DICOMDIR-bigEnd
/usr/lib/python2.7/site-packages/pydicom/data/test_files/dicomdirtests/DICOMDIR-empty.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/dicomdirtests/DICOMDIR-implicit
/usr/lib/python2.7/site-packages/pydicom/data/test_files/dicomdirtests/DICOMDIR-nooffset
/usr/lib/python2.7/site-packages/pydicom/data/test_files/dicomdirtests/DICOMDIR-nopatient
/usr/lib/python2.7/site-packages/pydicom/data/test_files/dicomdirtests/DICOMDIR-reordered
/usr/lib/python2.7/site-packages/pydicom/data/test_files/dicomdirtests/README.txt
/usr/lib/python2.7/site-packages/pydicom/data/test_files/eCT_Supplemental.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/empty_charset_LEI.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/emri_small.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/emri_small_RLE.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/emri_small_big_endian.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/emri_small_jpeg_2k_lossless.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/emri_small_jpeg_2k_lossless_too_short.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/emri_small_jpeg_ls_lossless.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/explicit_VR-UN.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/gdcm-US-ALOKA-16.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/gdcm-US-ALOKA-16_big.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/image_dfl.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/liver.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/liver_1frame.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/liver_expb.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/liver_expb_1frame.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/meta_missing_tsyntax.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/mlut_18.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/nested_priv_SQ.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/no_meta.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/no_meta_group_length.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/priv_SQ.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/reportsi.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/reportsi_with_empty_number_tags.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/rtdose.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/rtdose_1frame.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/rtdose_expb.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/rtdose_expb_1frame.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/rtdose_rle.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/rtdose_rle_1frame.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/rtplan.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/rtplan.dump
/usr/lib/python2.7/site-packages/pydicom/data/test_files/rtplan_truncated.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/rtstruct.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/rtstruct.dump
/usr/lib/python2.7/site-packages/pydicom/data/test_files/test-SR.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/test1.json
/usr/lib/python2.7/site-packages/pydicom/data/test_files/test_PN.json
/usr/lib/python2.7/site-packages/pydicom/data/test_files/vlut_04.dcm
/usr/lib/python2.7/site-packages/pydicom/data/test_files/zipMR.gz
/usr/lib/python2.7/site-packages/pydicom/datadict.py
/usr/lib/python2.7/site-packages/pydicom/datadict.pyc
/usr/lib/python2.7/site-packages/pydicom/datadict.pyo
/usr/lib/python2.7/site-packages/pydicom/dataelem.py
/usr/lib/python2.7/site-packages/pydicom/dataelem.pyc
/usr/lib/python2.7/site-packages/pydicom/dataelem.pyo
/usr/lib/python2.7/site-packages/pydicom/dataset.py
/usr/lib/python2.7/site-packages/pydicom/dataset.pyc
/usr/lib/python2.7/site-packages/pydicom/dataset.pyo
/usr/lib/python2.7/site-packages/pydicom/dicomdir.py
/usr/lib/python2.7/site-packages/pydicom/dicomdir.pyc
/usr/lib/python2.7/site-packages/pydicom/dicomdir.pyo
/usr/lib/python2.7/site-packages/pydicom/dicomio.py
/usr/lib/python2.7/site-packages/pydicom/dicomio.pyc
/usr/lib/python2.7/site-packages/pydicom/dicomio.pyo
/usr/lib/python2.7/site-packages/pydicom/encaps.py
/usr/lib/python2.7/site-packages/pydicom/encaps.pyc
/usr/lib/python2.7/site-packages/pydicom/encaps.pyo
/usr/lib/python2.7/site-packages/pydicom/errors.py
/usr/lib/python2.7/site-packages/pydicom/errors.pyc
/usr/lib/python2.7/site-packages/pydicom/errors.pyo
/usr/lib/python2.7/site-packages/pydicom/filebase.py
/usr/lib/python2.7/site-packages/pydicom/filebase.pyc
/usr/lib/python2.7/site-packages/pydicom/filebase.pyo
/usr/lib/python2.7/site-packages/pydicom/filereader.py
/usr/lib/python2.7/site-packages/pydicom/filereader.pyc
/usr/lib/python2.7/site-packages/pydicom/filereader.pyo
/usr/lib/python2.7/site-packages/pydicom/fileutil.py
/usr/lib/python2.7/site-packages/pydicom/fileutil.pyc
/usr/lib/python2.7/site-packages/pydicom/fileutil.pyo
/usr/lib/python2.7/site-packages/pydicom/filewriter.py
/usr/lib/python2.7/site-packages/pydicom/filewriter.pyc
/usr/lib/python2.7/site-packages/pydicom/filewriter.pyo
/usr/lib/python2.7/site-packages/pydicom/jsonrep.py
/usr/lib/python2.7/site-packages/pydicom/jsonrep.pyc
/usr/lib/python2.7/site-packages/pydicom/jsonrep.pyo
/usr/lib/python2.7/site-packages/pydicom/misc.py
/usr/lib/python2.7/site-packages/pydicom/misc.pyc
/usr/lib/python2.7/site-packages/pydicom/misc.pyo
/usr/lib/python2.7/site-packages/pydicom/multival.py
/usr/lib/python2.7/site-packages/pydicom/multival.pyc
/usr/lib/python2.7/site-packages/pydicom/multival.pyo
/usr/lib/python2.7/site-packages/pydicom/overlay_data_handlers
/usr/lib/python2.7/site-packages/pydicom/overlay_data_handlers/__init__.py
/usr/lib/python2.7/site-packages/pydicom/overlay_data_handlers/__init__.pyc
/usr/lib/python2.7/site-packages/pydicom/overlay_data_handlers/__init__.pyo
/usr/lib/python2.7/site-packages/pydicom/overlay_data_handlers/numpy_handler.py
/usr/lib/python2.7/site-packages/pydicom/overlay_data_handlers/numpy_handler.pyc
/usr/lib/python2.7/site-packages/pydicom/overlay_data_handlers/numpy_handler.pyo
/usr/lib/python2.7/site-packages/pydicom/pixel_data_handlers
/usr/lib/python2.7/site-packages/pydicom/pixel_data_handlers/__init__.py
/usr/lib/python2.7/site-packages/pydicom/pixel_data_handlers/__init__.pyc
/usr/lib/python2.7/site-packages/pydicom/pixel_data_handlers/__init__.pyo
/usr/lib/python2.7/site-packages/pydicom/pixel_data_handlers/gdcm_handler.py
/usr/lib/python2.7/site-packages/pydicom/pixel_data_handlers/gdcm_handler.pyc
/usr/lib/python2.7/site-packages/pydicom/pixel_data_handlers/gdcm_handler.pyo
/usr/lib/python2.7/site-packages/pydicom/pixel_data_handlers/jpeg_ls_handler.py
/usr/lib/python2.7/site-packages/pydicom/pixel_data_handlers/jpeg_ls_handler.pyc
/usr/lib/python2.7/site-packages/pydicom/pixel_data_handlers/jpeg_ls_handler.pyo
/usr/lib/python2.7/site-packages/pydicom/pixel_data_handlers/numpy_handler.py
/usr/lib/python2.7/site-packages/pydicom/pixel_data_handlers/numpy_handler.pyc
/usr/lib/python2.7/site-packages/pydicom/pixel_data_handlers/numpy_handler.pyo
/usr/lib/python2.7/site-packages/pydicom/pixel_data_handlers/pillow_handler.py
/usr/lib/python2.7/site-packages/pydicom/pixel_data_handlers/pillow_handler.pyc
/usr/lib/python2.7/site-packages/pydicom/pixel_data_handlers/pillow_handler.pyo
/usr/lib/python2.7/site-packages/pydicom/pixel_data_handlers/rle_handler.py
/usr/lib/python2.7/site-packages/pydicom/pixel_data_handlers/rle_handler.pyc
/usr/lib/python2.7/site-packages/pydicom/pixel_data_handlers/rle_handler.pyo
/usr/lib/python2.7/site-packages/pydicom/pixel_data_handlers/util.py
/usr/lib/python2.7/site-packages/pydicom/pixel_data_handlers/util.pyc
/usr/lib/python2.7/site-packages/pydicom/pixel_data_handlers/util.pyo
/usr/lib/python2.7/site-packages/pydicom/sequence.py
/usr/lib/python2.7/site-packages/pydicom/sequence.pyc
/usr/lib/python2.7/site-packages/pydicom/sequence.pyo
/usr/lib/python2.7/site-packages/pydicom/sr
/usr/lib/python2.7/site-packages/pydicom/sr/__init__.py
/usr/lib/python2.7/site-packages/pydicom/sr/__init__.pyc
/usr/lib/python2.7/site-packages/pydicom/sr/__init__.pyo
/usr/lib/python2.7/site-packages/pydicom/sr/_cid_dict.py
/usr/lib/python2.7/site-packages/pydicom/sr/_cid_dict.pyc
/usr/lib/python2.7/site-packages/pydicom/sr/_cid_dict.pyo
/usr/lib/python2.7/site-packages/pydicom/sr/_concepts_dict.py
/usr/lib/python2.7/site-packages/pydicom/sr/_concepts_dict.pyc
/usr/lib/python2.7/site-packages/pydicom/sr/_concepts_dict.pyo
/usr/lib/python2.7/site-packages/pydicom/sr/_snomed_dict.py
/usr/lib/python2.7/site-packages/pydicom/sr/_snomed_dict.pyc
/usr/lib/python2.7/site-packages/pydicom/sr/_snomed_dict.pyo
/usr/lib/python2.7/site-packages/pydicom/sr/codedict.py
/usr/lib/python2.7/site-packages/pydicom/sr/codedict.pyc
/usr/lib/python2.7/site-packages/pydicom/sr/codedict.pyo
/usr/lib/python2.7/site-packages/pydicom/sr/coding.py
/usr/lib/python2.7/site-packages/pydicom/sr/coding.pyc
/usr/lib/python2.7/site-packages/pydicom/sr/coding.pyo
/usr/lib/python2.7/site-packages/pydicom/tag.py
/usr/lib/python2.7/site-packages/pydicom/tag.pyc
/usr/lib/python2.7/site-packages/pydicom/tag.pyo
/usr/lib/python2.7/site-packages/pydicom/tests
/usr/lib/python2.7/site-packages/pydicom/tests/__init__.py
/usr/lib/python2.7/site-packages/pydicom/tests/__init__.pyc
/usr/lib/python2.7/site-packages/pydicom/tests/__init__.pyo
/usr/lib/python2.7/site-packages/pydicom/tests/_handler_common.py
/usr/lib/python2.7/site-packages/pydicom/tests/_handler_common.pyc
/usr/lib/python2.7/site-packages/pydicom/tests/_handler_common.pyo
/usr/lib/python2.7/site-packages/pydicom/tests/_write_stds.py
/usr/lib/python2.7/site-packages/pydicom/tests/_write_stds.pyc
/usr/lib/python2.7/site-packages/pydicom/tests/_write_stds.pyo
/usr/lib/python2.7/site-packages/pydicom/tests/test_JPEG_LS_transfer_syntax.py
/usr/lib/python2.7/site-packages/pydicom/tests/test_JPEG_LS_transfer_syntax.pyc
/usr/lib/python2.7/site-packages/pydicom/tests/test_JPEG_LS_transfer_syntax.pyo
/usr/lib/python2.7/site-packages/pydicom/tests/test_charset.py
/usr/lib/python2.7/site-packages/pydicom/tests/test_charset.pyc
/usr/lib/python2.7/site-packages/pydicom/tests/test_charset.pyo
/usr/lib/python2.7/site-packages/pydicom/tests/test_codedict.py
/usr/lib/python2.7/site-packages/pydicom/tests/test_codedict.pyc
/usr/lib/python2.7/site-packages/pydicom/tests/test_codedict.pyo
/usr/lib/python2.7/site-packages/pydicom/tests/test_coding.py
/usr/lib/python2.7/site-packages/pydicom/tests/test_coding.pyc
/usr/lib/python2.7/site-packages/pydicom/tests/test_coding.pyo
/usr/lib/python2.7/site-packages/pydicom/tests/test_compat.py
/usr/lib/python2.7/site-packages/pydicom/tests/test_compat.pyc
/usr/lib/python2.7/site-packages/pydicom/tests/test_compat.pyo
/usr/lib/python2.7/site-packages/pydicom/tests/test_config.py
/usr/lib/python2.7/site-packages/pydicom/tests/test_config.pyc
/usr/lib/python2.7/site-packages/pydicom/tests/test_config.pyo
/usr/lib/python2.7/site-packages/pydicom/tests/test_data_manager.py
/usr/lib/python2.7/site-packages/pydicom/tests/test_data_manager.pyc
/usr/lib/python2.7/site-packages/pydicom/tests/test_data_manager.pyo
/usr/lib/python2.7/site-packages/pydicom/tests/test_dataelem.py
/usr/lib/python2.7/site-packages/pydicom/tests/test_dataelem.pyc
/usr/lib/python2.7/site-packages/pydicom/tests/test_dataelem.pyo
/usr/lib/python2.7/site-packages/pydicom/tests/test_dataset.py
/usr/lib/python2.7/site-packages/pydicom/tests/test_dataset.pyc
/usr/lib/python2.7/site-packages/pydicom/tests/test_dataset.pyo
/usr/lib/python2.7/site-packages/pydicom/tests/test_dicomdir.py
/usr/lib/python2.7/site-packages/pydicom/tests/test_dicomdir.pyc
/usr/lib/python2.7/site-packages/pydicom/tests/test_dicomdir.pyo
/usr/lib/python2.7/site-packages/pydicom/tests/test_dictionary.py
/usr/lib/python2.7/site-packages/pydicom/tests/test_dictionary.pyc
/usr/lib/python2.7/site-packages/pydicom/tests/test_dictionary.pyo
/usr/lib/python2.7/site-packages/pydicom/tests/test_encaps.py
/usr/lib/python2.7/site-packages/pydicom/tests/test_encaps.pyc
/usr/lib/python2.7/site-packages/pydicom/tests/test_encaps.pyo
/usr/lib/python2.7/site-packages/pydicom/tests/test_environment.py
/usr/lib/python2.7/site-packages/pydicom/tests/test_environment.pyc
/usr/lib/python2.7/site-packages/pydicom/tests/test_environment.pyo
/usr/lib/python2.7/site-packages/pydicom/tests/test_errors.py
/usr/lib/python2.7/site-packages/pydicom/tests/test_errors.pyc
/usr/lib/python2.7/site-packages/pydicom/tests/test_errors.pyo
/usr/lib/python2.7/site-packages/pydicom/tests/test_filebase.py
/usr/lib/python2.7/site-packages/pydicom/tests/test_filebase.pyc
/usr/lib/python2.7/site-packages/pydicom/tests/test_filebase.pyo
/usr/lib/python2.7/site-packages/pydicom/tests/test_filereader.py
/usr/lib/python2.7/site-packages/pydicom/tests/test_filereader.pyc
/usr/lib/python2.7/site-packages/pydicom/tests/test_filereader.pyo
/usr/lib/python2.7/site-packages/pydicom/tests/test_filewriter.py
/usr/lib/python2.7/site-packages/pydicom/tests/test_filewriter.pyc
/usr/lib/python2.7/site-packages/pydicom/tests/test_filewriter.pyo
/usr/lib/python2.7/site-packages/pydicom/tests/test_fixes.py
/usr/lib/python2.7/site-packages/pydicom/tests/test_fixes.pyc
/usr/lib/python2.7/site-packages/pydicom/tests/test_fixes.pyo
/usr/lib/python2.7/site-packages/pydicom/tests/test_gdcm_pixel_data.py
/usr/lib/python2.7/site-packages/pydicom/tests/test_gdcm_pixel_data.pyc
/usr/lib/python2.7/site-packages/pydicom/tests/test_gdcm_pixel_data.pyo
/usr/lib/python2.7/site-packages/pydicom/tests/test_handler_util.py
/usr/lib/python2.7/site-packages/pydicom/tests/test_handler_util.pyc
/usr/lib/python2.7/site-packages/pydicom/tests/test_handler_util.pyo
/usr/lib/python2.7/site-packages/pydicom/tests/test_jpeg_ls_pixel_data.py
/usr/lib/python2.7/site-packages/pydicom/tests/test_jpeg_ls_pixel_data.pyc
/usr/lib/python2.7/site-packages/pydicom/tests/test_jpeg_ls_pixel_data.pyo
/usr/lib/python2.7/site-packages/pydicom/tests/test_json.py
/usr/lib/python2.7/site-packages/pydicom/tests/test_json.pyc
/usr/lib/python2.7/site-packages/pydicom/tests/test_json.pyo
/usr/lib/python2.7/site-packages/pydicom/tests/test_misc.py
/usr/lib/python2.7/site-packages/pydicom/tests/test_misc.pyc
/usr/lib/python2.7/site-packages/pydicom/tests/test_misc.pyo
/usr/lib/python2.7/site-packages/pydicom/tests/test_multival.py
/usr/lib/python2.7/site-packages/pydicom/tests/test_multival.pyc
/usr/lib/python2.7/site-packages/pydicom/tests/test_multival.pyo
/usr/lib/python2.7/site-packages/pydicom/tests/test_numpy_pixel_data.py
/usr/lib/python2.7/site-packages/pydicom/tests/test_numpy_pixel_data.pyc
/usr/lib/python2.7/site-packages/pydicom/tests/test_numpy_pixel_data.pyo
/usr/lib/python2.7/site-packages/pydicom/tests/test_overlay_np.py
/usr/lib/python2.7/site-packages/pydicom/tests/test_overlay_np.pyc
/usr/lib/python2.7/site-packages/pydicom/tests/test_overlay_np.pyo
/usr/lib/python2.7/site-packages/pydicom/tests/test_pillow_pixel_data.py
/usr/lib/python2.7/site-packages/pydicom/tests/test_pillow_pixel_data.pyc
/usr/lib/python2.7/site-packages/pydicom/tests/test_pillow_pixel_data.pyo
/usr/lib/python2.7/site-packages/pydicom/tests/test_rawread.py
/usr/lib/python2.7/site-packages/pydicom/tests/test_rawread.pyc
/usr/lib/python2.7/site-packages/pydicom/tests/test_rawread.pyo
/usr/lib/python2.7/site-packages/pydicom/tests/test_rle_pixel_data.py
/usr/lib/python2.7/site-packages/pydicom/tests/test_rle_pixel_data.pyc
/usr/lib/python2.7/site-packages/pydicom/tests/test_rle_pixel_data.pyo
/usr/lib/python2.7/site-packages/pydicom/tests/test_sequence.py
/usr/lib/python2.7/site-packages/pydicom/tests/test_sequence.pyc
/usr/lib/python2.7/site-packages/pydicom/tests/test_sequence.pyo
/usr/lib/python2.7/site-packages/pydicom/tests/test_tag.py
/usr/lib/python2.7/site-packages/pydicom/tests/test_tag.pyc
/usr/lib/python2.7/site-packages/pydicom/tests/test_tag.pyo
/usr/lib/python2.7/site-packages/pydicom/tests/test_uid.py
/usr/lib/python2.7/site-packages/pydicom/tests/test_uid.pyc
/usr/lib/python2.7/site-packages/pydicom/tests/test_uid.pyo
/usr/lib/python2.7/site-packages/pydicom/tests/test_unicode.py
/usr/lib/python2.7/site-packages/pydicom/tests/test_unicode.pyc
/usr/lib/python2.7/site-packages/pydicom/tests/test_unicode.pyo
/usr/lib/python2.7/site-packages/pydicom/tests/test_util.py
/usr/lib/python2.7/site-packages/pydicom/tests/test_util.pyc
/usr/lib/python2.7/site-packages/pydicom/tests/test_util.pyo
/usr/lib/python2.7/site-packages/pydicom/tests/test_valuerep.py
/usr/lib/python2.7/site-packages/pydicom/tests/test_valuerep.pyc
/usr/lib/python2.7/site-packages/pydicom/tests/test_valuerep.pyo
/usr/lib/python2.7/site-packages/pydicom/tests/test_values.py
/usr/lib/python2.7/site-packages/pydicom/tests/test_values.pyc
/usr/lib/python2.7/site-packages/pydicom/tests/test_values.pyo
/usr/lib/python2.7/site-packages/pydicom/uid.py
/usr/lib/python2.7/site-packages/pydicom/uid.pyc
/usr/lib/python2.7/site-packages/pydicom/uid.pyo
/usr/lib/python2.7/site-packages/pydicom/util
/usr/lib/python2.7/site-packages/pydicom/util/__init__.py
/usr/lib/python2.7/site-packages/pydicom/util/__init__.pyc
/usr/lib/python2.7/site-packages/pydicom/util/__init__.pyo
/usr/lib/python2.7/site-packages/pydicom/util/codify.py
/usr/lib/python2.7/site-packages/pydicom/util/codify.pyc
/usr/lib/python2.7/site-packages/pydicom/util/codify.pyo
/usr/lib/python2.7/site-packages/pydicom/util/dump.py
/usr/lib/python2.7/site-packages/pydicom/util/dump.pyc
/usr/lib/python2.7/site-packages/pydicom/util/dump.pyo
/usr/lib/python2.7/site-packages/pydicom/util/fixer.py
/usr/lib/python2.7/site-packages/pydicom/util/fixer.pyc
/usr/lib/python2.7/site-packages/pydicom/util/fixer.pyo
/usr/lib/python2.7/site-packages/pydicom/util/fixes.py
/usr/lib/python2.7/site-packages/pydicom/util/fixes.pyc
/usr/lib/python2.7/site-packages/pydicom/util/fixes.pyo
/usr/lib/python2.7/site-packages/pydicom/util/hexutil.py
/usr/lib/python2.7/site-packages/pydicom/util/hexutil.pyc
/usr/lib/python2.7/site-packages/pydicom/util/hexutil.pyo
/usr/lib/python2.7/site-packages/pydicom/util/leanread.py
/usr/lib/python2.7/site-packages/pydicom/util/leanread.pyc
/usr/lib/python2.7/site-packages/pydicom/util/leanread.pyo
/usr/lib/python2.7/site-packages/pydicom/valuerep.py
/usr/lib/python2.7/site-packages/pydicom/valuerep.pyc
/usr/lib/python2.7/site-packages/pydicom/valuerep.pyo
/usr/lib/python2.7/site-packages/pydicom/values.py
/usr/lib/python2.7/site-packages/pydicom/values.pyc
/usr/lib/python2.7/site-packages/pydicom/values.pyo
/usr/share/licenses/python2-pydicom
/usr/share/licenses/python2-pydicom/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu May 9 11:29:15 2024