This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Tuesday, March 3, 2009 5:46:00 PM(UTC)
Groups: Registered
Posts: 59
Hi Leadtools Staff
Can you help me How to print my Dicom Image to Dicom Printer (not Windows printer)
I don't find any code in Leadtools V16 after setting up it.
Thanks in advance!
#2
Posted
:
Tuesday, March 3, 2009 10:20:34 PM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
We have a demo that uses the C++ Class LDicomPrintSCU, which is installed in the following folder:
[LEADTOOLS 16 folder]\Examples\ClassLibrary\MSVC\DicomPrn
However, we do not have ready examples that use our .NET DicomPrintScu Class. You can find more information about this class and its member in our .NET help file under the following topic:
- DicomPrintScu Class
Or you can find information on this page:
http://www.leadtools.com/Help/LEADTOOLS/v16/DH/DI/Leadtools.Dicom~Leadtools.Dicom.DicomPrintScu.html
For example code, you can check this help topic:
- Associate(String,Int32,String,String,DicomPrintScuPrintManagementClassFlags) Method
Also, you can find the example code on this page:
http://www.leadtools.com/Help/LEADTOOLS/v16/DH/DI/Leadtools.Dicom~Leadtools.Dicom.DicomPrintScu~Associate(String,Int32,String,String,DicomPrintScuPrintManagementClassFlags).html
#3
Posted
:
Sunday, March 15, 2009 5:00:33 PM(UTC)
Groups: Registered
Posts: 59
Thanks for your hint
I have printed my Dicom Image successfully by using your DicomPrintScu class
Now I am having new Problem. My Image have some Annotation objects and I also want to print them to a Dicom printer. I have look for the code in your example but could not find.
Can you tell me How to print Annotation Objects of a Dicom Image to a Dicom printer
Thanks in advance!
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.