ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
Forum membership is Free!  Click Join to sign-up
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 DICOM: GetTagDescription
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

AdrianKnowles

USA
35 Posts

Posted - Oct 03 2018 :  11:25:17  Show Profile  Reply
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);



Kind regards,
Adrian

nwscomps

185 Posts

Posted - Oct 03 2018 :  12:08:26  Show Profile  Reply
Hi Adrian,
I add the same problem. It was changed in version 8.

{$IFDEF IMAGEEN_8_0_0_LATER}
DicomDescr := trim(IEGetDicomTagDescription(DicomTags, idx, aTagSource));
{$ELSE}
DicomDescr := trim(DicomTags.GetTagDescription(idx, aTagSource));
{$ENDIF}

Francesco Savastano
Add-ons for the ImageEn Library
web: http://www.fssoft.it/delphicomps.html
Go to Top of Page

xequte

39053 Posts

Posted - Oct 03 2018 :  18:57:56  Show Profile  Reply
Hi Adrian

Yes, as Francesco has described we changed this in v8 because it was adding 400KB to every exe even if you did not use Dicom tags:

https://www.imageen.com/help/Updating%20and%20Compatibility.html


Nigel
Xequte Software
www.imageen.com
Go to Top of Page

AdrianKnowles

USA
35 Posts

Posted - Oct 06 2018 :  08:51:18  Show Profile  Reply
Thanks, that sorted it!
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: