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, October 28, 2009 11:58:36 PM(UTC)

panacea  
panacea

Groups: Registered
Posts: 15


Hi,
I am having a DICOM file which was converted from tiff file using Savefile method. But I want to add the Patient Details(Patient ID, Patient name etc.) also to that DICOM file. What is the procedure? How can I add them to the DICOM file? Can You explain the steps to be followed?


 

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, October 29, 2009 6:33:31 AM(UTC)

Adam Boulad  
Guest

Groups: Guests
Posts: 3,022

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

If you want to create a valid DICOM Data Set file, and fill it with the correct attributes, I suggest that you don't use the image saving functions (such as the LFile::SaveFile if you are using the C++ Class Library functions). Instead, use the DICOM Data Set specific functions for creating and saving the DICOM Data Set files, such as:
- LDicomDS::InitDS
- LDicomDS::InsertElement
- LDicomDS::InsertImage
- LDicomDS::SaveDS

For more information please read the following help topic in the LEADTOOLS DICOM C++ Class Library help file:
- Creating and Loading a Data Set
 
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.059 seconds.