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

For Sequences with Sequence Items of Undefined Length, the Sequence Item Delimiter tag is read as an element #244

Open
rennerg opened this issue Feb 19, 2023 · 2 comments
Milestone

Comments

@rennerg
Copy link

rennerg commented Feb 19, 2023

When reading files with sequences using Undefined Length, which contain items also using Undefined Length, the Sequence Item Delimiter (FFFE,E00D) is being parsed as an element.

image

The standard provides an example of a similar scenario:

image
In my case, all my items are of undefined length.

I'm using v1.8.20.

@yagni yagni added this to the 2.0 milestone Feb 20, 2023
@cornerstonejs cornerstonejs deleted a comment from rennerg Feb 20, 2023
@Gaelik-git
Copy link

Duplicate of my ticket #143 ?

@yagni
Copy link
Collaborator

yagni commented Mar 1, 2023

@Gaelik-git In a way, yes, but I'd like to keep it since it deals with the item delimiter, not the sequence delimiter. This is going to be a tricky one because the standard considers the sequence delimitation item as part of the sequence element's value, but does not consider the item delimitation as part of the item's value. This is shown in the image above.

@rennerg Any thoughts or preferences on what you'd like to see here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants