Replies: 1 comment
-
|
When you have SL data (signed long, values between -2^31 and (2^31 - 1)) but have to convert them to OW (16 bit word, values between 0 and 65535), then you have to reduce values, you have to transform it somehow in a meaningful way. there is no method in fo-dicom for that. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to store an SL array WaveformData (5400,100A) according to (C.10.9.1) in its OW VR. Do I have to seperate the SL in Bytes manually or is there something within fo-dicom to wupprt this?
Beta Was this translation helpful? Give feedback.
All reactions