SimpleITK can not obtain the 0020|000D DICOM tag

Hello @zhang-qiang-github,

Minor issue with your code, uppercase, D, in tag instead of lowercase, d. Use ‘0020|000d’ to get the tag value.

2 Likes