ez_wsi_dicomweb/dicom_slide.py [1250:1259]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      if _get_level_series_path(level) != slide_series_path:
        raise ez_wsi_errors.LevelNotFoundError(
            'Patch path does not match DICOM slide path.'
        )
      instance_frame_map = self.get_patch_bounds_dicom_instance_frame_numbers(
          level, [p.patch_bounds for p in patches]
      )
      slide_frame_cache.preload_instance_frame_numbers(
          instance_frame_map, copy_from_cache
      )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



ez_wsi_dicomweb/dicom_slide.py [1263:1272]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      if _get_level_series_path(level) != slide_series_path:
        raise ez_wsi_errors.LevelNotFoundError(
            'Patch path does not match DICOM slide path.'
        )
      instance_frame_map = self.get_patch_bounds_dicom_instance_frame_numbers(
          level, [p.patch_bounds for p in patches]
      )
      slide_frame_cache.preload_instance_frame_numbers(
          instance_frame_map, copy_from_cache
      )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



