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 |