Function dicom_test_files::path
source · pub fn path(name: &str) -> Result<PathBuf, Error>
Expand description
Fetch a DICOM file by its relative path (name
)
if it has not been downloaded yet,
and return its path in the local file system.
This function will download and cache the file locally in
target/dicom_test_files
.