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
why does the isPrivateCreator function of the Tag Class check if the element is bigger than 0x00?
that is not a requirement according to the dicom standard?
But its actually a requirement for it not to be between 0001-000F
The text was updated successfully, but these errors were encountered:
For background, when you report an issue, it helps to include a link to the code you are referring too (e.g. like this.
You can also use the "blame" feature of git to get a link to the commit that added the feature (like this).
This commit includes links to the original issues addressed and discussion about the corresponding PR. Here #242 and #243
Can you have a look at these and ideally propose code changes along with sample data and tests, along with a description of why the change is needed to manage any issues you are seeing. Ideally also including comparisons to how other toolkits manage the data.
We are trying to be very careful with changes to this code as we want to avoid regressions.
why does the isPrivateCreator function of the Tag Class check if the element is bigger than 0x00?
that is not a requirement according to the dicom standard?
But its actually a requirement for it not to be between 0001-000F
The text was updated successfully, but these errors were encountered: