I am working on reading a MRI 2D multi-slice, and looking for the number of slice it has.
But unfortunately, there is no slice count in the DICOM header. I would like to ask why and how can I get the slice count rather than just reading the DICOM header directly. Can I calculate the slice count from any physical value of the slice?
I have SiemensTag0029_1020.
Thanks in advance.