LEADTOOLS Support
General
General Questions
How to write Patient Information at the top of the film
This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Monday, January 4, 2010 12:00:19 AM(UTC)
Groups: Registered
Posts: 59
Hi leadtools staff
I am facing a new problem when print Dicom Image into Film
I don't know how to print Patient information at the top left of the film such as Patient Name, patient Age,...
Can you help me to solve it.
Or if you can tell me how to write patient information into dicom image and save it to disk.
thanks for reading and hope to see you help
#2
Posted
:
Tuesday, January 5, 2010 1:54:17 AM(UTC)
Groups: Registered, Tech Support
Posts: 1,326
Was thanked: 1 time(s) in 1 post(s)
Do you want the text to be part of the bitmap data? Or tags in the dataset that you will read and draw on top of the bitmap?
Please provide me with more details about what you're looking to accomplish.
Thanks,
Maen Badwan
LEADTOOLS Technical Support
#3
Posted
:
Wednesday, January 6, 2010 10:10:34 PM(UTC)
Groups: Registered
Posts: 59
I want the text to be part of the bitmap data not tags in the dataset
Please help me how to do that
Thanks
#4
Posted
:
Wednesday, January 6, 2010 10:15:57 PM(UTC)
Groups: Registered
Posts: 59
All I want is to display the text on top of the bitmap so the user can see it ,and then I want to print both text and bimap to a FILM PRINTER not a normal Printer
notice that the text on the film I want must be the text on the bimap before printing.
Thanks
#5
Posted
:
Thursday, January 7, 2010 5:44:25 AM(UTC)
Groups: Registered, Tech Support
Posts: 1,326
Was thanked: 1 time(s) in 1 post(s)
If you only want to modify the pixel data of the data set, you can get the image from the data set into a RasterImage object (assuming you're using .NET), draw on the image then set the image back into the data set.
For information about drawing on a RasterImage object, see the help topic "Drawing Simple Lines and Shapes" which you can find here:
http://www.leadtools.com/help/leadtools/v16/dh/to/Leadtools.Topics~Leadtools.Topics.DrawingSimpleLinesAndShapes.html
Please note that the help topic mentions drawing a line, ellipse and rectangle, you can use the same approach to draw text as well.
If you want something else, such as overlays (which kinds of overlays?), Annotations or Presentation State, please give me more details about what you need.
Thanks,
Maen Badwan
LEADTOOLS Technical Support
LEADTOOLS Support
General
General Questions
How to write Patient Information at the top of the film
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.