DICOM Parser Accessing Hexadecimal Values
1 次查看(过去 30 天)
显示 更早的评论
Hello,
I am working with a DICOM file for which I am interested in finding the values contained on (0066,0016) - "PointCoordinatesData"
While using rubomedical DICOM Parser I am able to view the full values I am interested in.

On MATLAB, I tried using the dicomdisp function but it does not show the values. All it says is "Binary"
Even if it displayed the values after dicomdisp, How can I manipulate the values from dicomdisp?