Are DICOM metadata values of all types supported in ITK?
I’d retrieve metadata value of any type from a DICOM image, given an arbitrary DICOM tag. All examples I see in documentation are for string metadata, so wondering if other types (e.g., integers, arrays, etc.) are supported.
If I remember correctly, all tags can be accessed. But: binary tags are encoded using Base64 scheme, and private tags are not loaded by default - you have to explicitly request them.