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) => {
|
const onNewImage = (e, eventData) => {
|
||||||
OHIF.log.info('imageViewerViewport onNewImage');
|
OHIF.log.info('imageViewerViewport onNewImage');
|
||||||
|
|
||||||
// Update the metaData for missing fields
|
// Update the metaData for missing fields of the images in stack
|
||||||
//updateMetaData(eventData.enabledElement.image);
|
updateMetaData(eventData.enabledElement.image);
|
||||||
|
|
||||||
// Update the templateData with the new imageId
|
// Update the templateData with the new imageId
|
||||||
// This allows the template helpers to update reactively
|
// This allows the template helpers to update reactively
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user