John Chin
Results
1
comments of
John Chin
Thank you for your quick response. Do you know how I could access the ICE_DIMS tag manually? I've tried the below ``` dataset = pydicom.dcmread(filepath) print(dataset[0x0021,0x1106]) ``` and have gotten...