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
 ePDF DICOM

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
zohair Posted - Jan 16 2018 : 16:31:54
How can we send Encapsulated pdf in DICOM? Is there a way to send out buffer (array of byte) in tag $0042, $0011 were $0042, $0012 is 'LO', 'application/pdf'

Something like this:
ImageEnViewpdf.IO.Params.DICOM_Tags.SetTag.....($0042, $0011, buffer);

thanks
Zohir
3   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Jan 18 2018 : 15:31:31
I'm afraid I don't know about that.

Nigel
Xequte Software
www.imageen.com
zohair Posted - Jan 18 2018 : 09:58:13
Thanks! that worked. Another question is that now that I have created a DICOM image, how do I send out this image to a PACS? Is there a transport utility (Component) which will send out the DICOM image to a listening port and IP Address of a PACS?
xequte Posted - Jan 16 2018 : 20:54:26
Hi Zohir

You should be able to do this using AddTag:

https://www.imageen.com/help/TIEDicomTags.AddTag.html
https://www.imageen.com/help/TIEDicomTags.SetTagByteBuffer.html

Nigel
Xequte Software
www.imageen.com