Welcome Guest! To enable all features, please Login or Register.

Notification

Icon
Error

Options
View
Last Go to last post Unread Go to first unread post
#1 Posted : Wednesday, August 12, 2009 6:39:37 AM(UTC)

uk15  
uk15

Groups: Registered
Posts: 40


Hello,

we are using LeadTool 16.5 Medical Imaging toolkit.
we are using C++ class lib.
Now my question is,we have 3 files Patient Information, Mpeg File or jpeg file and annotation file..we have to convert it into DICOM file..Can u please give steps or code snippet for this.
your help will be appriciated.

Thanks.
 

Try the latest version of LEADTOOLS for free for 60 days by downloading the evaluation: https://www.leadtools.com/downloads

Wanna join the discussion? Login to your LEADTOOLS Support accountor Register a new forum account.

#2 Posted : Thursday, August 13, 2009 3:39:42 AM(UTC)

Adam Boulad  
Guest

Groups: Guests
Posts: 3,022

Was thanked: 2 time(s) in 2 post(s)

What are the contents of the three files?
Can you send me a small sample source file in a ZIP or RAR file? You can either attach the sample file here or send it to support@leadtools.com and mention this post.

If you want to attach a file in the forums, do not use the 'Preview' option.
 
#3 Posted : Thursday, August 13, 2009 6:06:05 AM(UTC)

uk15  
uk15

Groups: Registered
Posts: 40


Hello,

First of all THANKS for reply...

I have attached three file in attachment which are as follows
1. PatientInfo.txt :: which contain full patient info
2. img_616200915574915.jpeg :: simple jpeg file
3. img_772009195839.ann :: which contain annotations drawn on above jpeg file which is created by leadtool

I have to convert it to Dicom.......

After converting this file i have to send this to pack server ..

Can u tell me how to add all module element to file which are necessary to upload it to packserver...??

Also how to generates the unique identifiers requie to convert to dicom files?



Thanks.


File Attachment(s):
ThreeFiles.zip (179kb) downloaded 77 time(s).
 
#4 Posted : Sunday, August 16, 2009 7:56:03 AM(UTC)

Adam Boulad  
Guest

Groups: Guests
Posts: 3,022

Was thanked: 2 time(s) in 2 post(s)

I think you're trying to create a DICOM dataset that contains the following parts:
1. Pixel data taken from the JPEG image.
2. Various tags such as patient name and age taken from the text file.
3. Annotations from the .ANN file.

If that what you need, you can use our DICOM dataset support and build the dataset using functions like LDicomDS::InsertElement.
And we have a demo specifically for medical annotations, which you can find here:
LEADTOOLS16\Examples\ClassLibrary\MSVC\DicomAnn
 
#5 Posted : Sunday, August 16, 2009 10:37:28 PM(UTC)

uk15  
uk15

Groups: Registered
Posts: 40


ok,,
Thanks...i'll look at that..


Can u please tell me how to generate UID(i.e.SOP class uid , SOP instance uid etc) FOR PERTICULAR MODALITY(i.e. CR, CT, MR, NM, US, RF, SC, VL, etc. )

THAKS.
 
#6 Posted : Monday, August 17, 2009 5:50:37 AM(UTC)

Adam Boulad  
Guest

Groups: Guests
Posts: 3,022

Was thanked: 2 time(s) in 2 post(s)

You can initialize a data set with a particular IOD Class using the LDicomDS::InitDS function. The function inserts the appropriate elements for the specified class.
 
#7 Posted : Monday, August 17, 2009 6:12:57 AM(UTC)

uk15  
uk15

Groups: Registered
Posts: 40


Thank u ..

IT works fine..........
:)


Thanks once again

 
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.

Powered by YAF.NET | YAF.NET © 2003-2024, Yet Another Forum.NET
This page was generated in 0.088 seconds.