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
|