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

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 DICOM EMBEDDED OBJECT

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
ccanoy Posted - Jan 30 2015 : 13:53:15

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.

3   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Feb 04 2015 : 19:14:50
Cool. You might want to post your code snippet for our enjoyment

Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
ccanoy Posted - Feb 04 2015 : 11:20:16
Hi Nigel,

Thank you for the suggestion. That worked.
xequte Posted - Feb 01 2015 : 22:28:05
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