Hi, Just upgrading to the latest version and I note the following no longer works (GetTagDescription). Has there been a change? This excerpt is from your DICOM demo..
var i, j: integer; tag: PIEDicomTag; sDescription: string; sDataType: string; begin for i := 0 to tags.Count - 1 do begin tag := tags.GetTag(i); sDescription := tags.GetTagDescription(i);