Replies: 1 comment 2 replies
-
What transfer syntax are you using? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I've been struggling with receiving Private Tag Data when the value of that private tag is too long.
I have the following function (simplified for this discussion):
The response contains all the tags you'd expect it to contain:
But as you can see, the first private tag doesn't contain any value (and the VR is also not known in the response, even though it's available in the DICOM file), the second one has the correct value, but again without the proper VR.
When creating the DICOM file that contains these private tags, it's done like this:
(The tag's are defined properly, I'm just anonymizing the actual values.)
The transfer syntax is set correctly on the "creation" side, and if I intercept the Dataset in some other DICOM server when sending C-Store, all the data is available correctly there, so it seem that there's an issue on the C-Find side.
Any ideas?
Thanks in advance for any responses/ideas.
Beta Was this translation helpful? Give feedback.
All reactions