Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do I get the meta data for the current index? #1450

Open
LeoReubelt opened this issue Jul 20, 2023 · 2 comments
Open

How do I get the meta data for the current index? #1450

LeoReubelt opened this issue Jul 20, 2023 · 2 comments
Labels
enhancement New feature or request question Further information is requested
Milestone

Comments

@LeoReubelt
Copy link

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?

@ivmartel ivmartel added the question Further information is requested label Jul 24, 2023
@ivmartel ivmartel added this to the 0.33.0 milestone Jul 24, 2023
@ivmartel
Copy link
Owner

For now, this is not possible, I need to think on a solution...

@LeoReubelt
Copy link
Author

Ok. Thanks.

@ivmartel ivmartel closed this as completed Sep 8, 2023
@ivmartel ivmartel reopened this Sep 12, 2023
@ivmartel ivmartel modified the milestones: 0.33.0, 0.34.0 Sep 12, 2023
@ivmartel ivmartel added the enhancement New feature or request label Sep 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants