[][src]Crate dicom_test_files

A collection of DICOM files for testing DICOM parsers.

To avoid users having to download all the files they are downloaded as they are needed and cached in the /target directory.

use dicom_test_files;

dicom_test_files::path("pydicom/liver.dcm").unwrap();

Enums

Error

Error type for test_dicom_files

Functions

all

Return a vector of local paths to all DICOM files

path

Return the local path for a given DICOM file