This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Friday, September 21, 2007 12:48:57 AM(UTC)
Groups: Registered
Posts: 14
Hello Sir,
I am using Leadtools version 15 and C#.Net.
I want to store ann(annotation) files on image server from client application and i want to retrieve it back. I am using dicom dataset and cmove and cstore to transfer images.can i use these functions to transfer annotation files.
with Regards,
roshani
#2
Posted
:
Friday, September 21, 2007 11:25:38 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
Hello Roshani,
DicomCommunication does not support transferring annotation objects or files. It only supports Dicom files and datasets. There is a simple solution. You can use Microsoft's System.Messaging namespace to send/receive objects. If your annotations are saved to a file you can load them up and pass the whole container into the MessageQueue.Send() method. For more information on you can check out the MSDN pages for System.Messaging.
Thank You.
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.