How to find number of images in a DICOM study?

Viewed 7147

Is it possible to find number of images in a DICOM study by reading a DICOM header of a file in that study?

I am developing a Java application that receives DICOM studies from different sources. I just want to check if a study has been received completely.

Unfortunately I cannot rely on reading DICOMDIR as in many cases the studies do not have that file. I am also familiar with dcm4che and imageJ libraries.

Cheers, Arash

3 Answers
Related