This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Wednesday, October 28, 2009 11:58:36 PM(UTC)
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?
#2
Posted
:
Thursday, October 29, 2009 6:33:31 AM(UTC)
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.