diff --git a/platform/core/src/services/DicomMetadataStore/DicomMetadataStore.ts b/platform/core/src/services/DicomMetadataStore/DicomMetadataStore.ts index 8aef17ef330..79b5f96166c 100644 --- a/platform/core/src/services/DicomMetadataStore/DicomMetadataStore.ts +++ b/platform/core/src/services/DicomMetadataStore/DicomMetadataStore.ts @@ -214,6 +214,7 @@ const BaseImplementation = { this._broadcastEvent(EVENTS.SERIES_ADDED, { StudyInstanceUID, + seriesSummaryMetadata, madeInClient, }); },