Hi,
What is the quickest way to get specified dicom tags? I only need four tag values. They are StudyInstanceUid, SopInstanceUid, SliceLocation, InstanceNumber.
Load(DicomTag stopTag, DicomReadOptions options) will read all tags from the beginning to StopTag.
Regards,
zlf