Skip to main content

collect_dicom_paths_under

Function collect_dicom_paths_under 

Source
pub fn collect_dicom_paths_under(root: &Path, max_files: usize) -> Vec<PathBuf>
Expand description

Collect up to max_files DICOM Part-10 paths under root (cold-path helper; may allocate).