LEADTOOLS Support
Medical
Medical SDK Questions
How to print tags when using DicomPrintScu class?
#1
Posted
:
Wednesday, October 30, 2019 9:22:24 PM(UTC)
Groups: Registered
Posts: 21
When using DicomPrintScu class to print dicom images, how to print out the tags in the MedicalViewerBaseCell?
#2
Posted
:
Friday, November 1, 2019 9:36:58 AM(UTC)
Groups: Registered, Manager, Tech Support, Administrators
Posts: 107
Was thanked: 9 time(s) in 9 post(s)
Hello,
You can use the
GetCellImage method which will allow you to pull the tags you want from this cell. If you're trying to save, print, or copy a returned image which includes tags, you should definitely try looking into this. One of the parameters can accept the
MedicalViewerCellImageFeatures Enumeration which will allow you to specify which parts of a cell you would like to be included.
Based on the description you have provided, I believe the above method is more in line with what you're looking for. If however you would like more information in regards to the workflow when using the DicomPrintScu class, we have a full description describing the methods that are used here
Print Management SCU. We also have an example which implements these features that would be a great point of reference
DicomPrintSCU ExampleMarcus Andra
Developer Support Engineer
LEAD Technologies, Inc.
#3
Posted
:
Monday, November 4, 2019 3:01:56 AM(UTC)
Groups: Registered
Posts: 21
Hi,
Thank you for responding. I found GetCellImage method returns an Image object, but when I use DicomPrintScu to print image, I need a RasterImage object, Is there any way to construct a RasterImage object with an Image object?
#4
Posted
:
Monday, November 4, 2019 10:21:48 AM(UTC)
Groups: Registered, Manager, Tech Support, Administrators
Posts: 107
Was thanked: 9 time(s) in 9 post(s)
Hello,
You can convert from a System.Drawing.Image object to a RasterImage through the use of the
RasterImageConverter class. We have a forum post that shows the documentation on how to do this, as well as sample code which you can reference here:
https://www.leadtools.co...port/forum/posts/t12092-Marcus Andra
Developer Support Engineer
LEAD Technologies, Inc.
LEADTOOLS Support
Medical
Medical SDK Questions
How to print tags when using DicomPrintScu class?
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.