This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Monday, October 26, 2009 10:58:48 AM(UTC)
Groups: Registered
Posts: 22
I'm using LEADTOOLS C#.NET v16.5.
I'm using the MedicalViewer control. I have two small graphics, a LeftArrow and a RightArrow. I need to be able to apply these onto the image in the MedicalViewer, based on where the user clicks. These need to be saved whenever the image gets saved (the images are being saved to a DICOM file).
If needed, instead of images I can use the text "Left" and "Right". The important part being their location is saved when the image is saved.
What would be the best way of doing this? I've been looking at both the Leadtools.Annotations dll and the Leadtools.Windows.Annotations, and I'm just a little confused about which one to use, and how.
-Sarkis-
#2
Posted
:
Tuesday, October 27, 2009 7:08:27 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
Sarkis,
Annotations might be a good way of doing this. The difference is that Leadtools.Annotations is for WinForms Applications while Leadtools.Windows.Annotations is for WPF applications.
Another factor that affects how to do this is whether you want to store these objects in a separate file or inside the DICOM dataset itself. If you want to store it in a DICOM file, check our DICOM Annotation demo (C++ Class Lib).
If you want to save them as separate ann file check our Medical Viewer Demo.
#3
Posted
:
Tuesday, October 27, 2009 11:34:48 AM(UTC)
Groups: Registered
Posts: 22
This is a WinForms application and we'll be storing them in the DICOM file. Thanks, I'll take a look at that demo.
#4
Posted
:
Friday, October 30, 2009 6:27:52 AM(UTC)
Groups: Registered
Posts: 22
Hmmm, Im using the .NET 16.5 version. I'm not seeing a reference anywhere to a DICOM Annotation demo.
Is there a similiar demo in .NET? C# preferrably, VB.net works too.
-Sarkis-
#5
Posted
:
Sunday, November 1, 2009 5:35:19 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
Sarkis,
Although our .NET classes contain DICOM annotations functions, which are described in the help topic "Working with DICOM Annotations", I'm afraid we don't have a C# demo that uses these functions. The help topic can be found here:
http://www.leadtools.com/help/LEADTOOLS/v16/DH/TO/Leadtools.Topics~Leadtools.Topics.WorkingWithDicomAnnotations.html
Most of these functions are similar or identical in name to the C++ functions, so you might get a good idea from building the C++ demo and debugging it even if you want to use the .NET functions in C#.
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.