pub fn split_ingest_sync(
storage_root: &Path,
source_path: &Path,
patient_did_hash: u64,
) -> Result<DicomSeriesRecord, DicomIngestError>Expand description
Synchronous split-ingest for tests and CLI (runs on caller thread).
pub fn split_ingest_sync(
storage_root: &Path,
source_path: &Path,
patient_did_hash: u64,
) -> Result<DicomSeriesRecord, DicomIngestError>Synchronous split-ingest for tests and CLI (runs on caller thread).