feat(events): broadcast series summary metadata (#3798)

This commit is contained in:
Pedro H. Köhler 2023-11-21 14:38:08 -03:00 committed by GitHub
parent 786898fd63
commit 404b0a5d53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -214,6 +214,7 @@ const BaseImplementation = {
this._broadcastEvent(EVENTS.SERIES_ADDED, {
StudyInstanceUID,
seriesSummaryMetadata,
madeInClient,
});
},