Update the metaData for missing fields of the images in stack
This commit is contained in:
parent
571c09b17f
commit
0cf9163885
@ -287,8 +287,8 @@ function loadDisplaySetIntoViewport(data, templateData) {
|
||||
const onNewImage = (e, eventData) => {
|
||||
OHIF.log.info('imageViewerViewport onNewImage');
|
||||
|
||||
// Update the metaData for missing fields
|
||||
//updateMetaData(eventData.enabledElement.image);
|
||||
// Update the metaData for missing fields of the images in stack
|
||||
updateMetaData(eventData.enabledElement.image);
|
||||
|
||||
// Update the templateData with the new imageId
|
||||
// This allows the template helpers to update reactively
|
||||
|
||||
Loading…
Reference in New Issue
Block a user