Function dicom_test_files::all

source ·
pub fn all() -> Result<Vec<PathBuf>, Error>
👎Deprecated: Too expensive. Use path for the files that you need.
Expand description

Return a vector of local paths to all DICOM test files available.

This function will download any test file not yet in the file system and cache the files locally to target/dicom_test_files.

Note that this operation may be unnecessarily expensive. Retrieving only the files that you need via path is preferred.