When a certain Tag in a DICOM file contains single or multiple value(s), which way is better for extracting the value(s)? #617
-
In the above code, I used I don't know which is the recommended way to handle it. Could you please give me some guidance? Thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
xb284524239
Dec 27, 2024
Replies: 1 comment
-
Well, I've found that this function can solve my doubts. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
xb284524239
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Well, I've found that this function can solve my doubts.
let window_level = obj.decode_pixel_data()?.window()?;