You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use viewController.setCurrentIndex(new Index(values)) to set the current slice.
And when I show the meta data, I want to show the meta data for the current index.
But app.getMetaData(0)[00080018].value returns {[instanceNumber: number] : tagValue}.
But app.getMetaData(0)[00200013].value returns an unsorted array of instance numbers.
So if I can not get the instance number from the current Index, how do I get the meta data for the current index?
The text was updated successfully, but these errors were encountered:
I use
viewController.setCurrentIndex(new Index(values))
to set the current slice.And when I show the meta data, I want to show the meta data for the current index.
But
app.getMetaData(0)[
00080018].value
returns {[instanceNumber: number] : tagValue}.But
app.getMetaData(0)[
00200013].value
returns an unsorted array of instance numbers.So if I can not get the instance number from the current Index, how do I get the meta data for the current index?
The text was updated successfully, but these errors were encountered: