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 EMBEDDED OBJECT
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

ccanoy

USA
5 Posts

Posted - Jan 30 2015 :  13:53:15  Show Profile  Reply

How do you extract the encapsulated data from a DICOM image?

This is the tag where the data appears to be embedded:

(0042,0012) MIME Type of Encapsulated Document dvLO

Is there something similar to this function that returns the data?

ImageEnView1.IO.Params.DICOM_Tags.GetTagString( tags.IndexOf($0042, $0012) );

Thanks in advance for your feedback.

xequte

39052 Posts

Posted - Feb 01 2015 :  22:28:05  Show Profile  Reply
Hi

Although I have not tried this, you should be able to use DICOM_Tags.GetTag to access the data and copy it into a buffer (e.g. to save to a file).



Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
Go to Top of Page

ccanoy

USA
5 Posts

Posted - Feb 04 2015 :  11:20:16  Show Profile  Reply
Hi Nigel,

Thank you for the suggestion. That worked.
Go to Top of Page

xequte

39052 Posts

Posted - Feb 04 2015 :  19:14:50  Show Profile  Reply
Cool. You might want to post your code snippet for our enjoyment

Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: