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
Right now, the WriteElement API blindly writes out elements to the output stream. I think this means we may not write out dicoms in the transfer syntax that may be in their metadata (the Write API which has the full dataset context does this properly, though).
We'll want to intercept the transfer syntax metadata element, and set a flag that will write all future non-metadata elements using that transfer syntax by default. Need to look into this a little more.
The text was updated successfully, but these errors were encountered:
suyashkumar
changed the title
Write API: When using WriteElement API, ensure proper transfer syntax is used to encode the data
Write API: When using WriteElement API, ensure proper transfer syntax is used to encode the data (Write() works fine)
Jun 1, 2024
Right now, the WriteElement API blindly writes out elements to the output stream. I think this means we may not write out dicoms in the transfer syntax that may be in their metadata (the Write API which has the full dataset context does this properly, though).
We'll want to intercept the transfer syntax metadata element, and set a flag that will write all future non-metadata elements using that transfer syntax by default. Need to look into this a little more.
The text was updated successfully, but these errors were encountered: