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 : Friday, July 27, 2007 5:03:12 AM(UTC)
Suresh V

Groups: Registered
Posts: 4


Saving the file as DICOM Format, sets the Manufacturer Tag to "Lead Technologies, Inc.".

Is there a way to change or customize this tag.

I am using LBitmap.Save call to save the image.

 

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 : Tuesday, July 31, 2007 8:04:53 AM(UTC)

Travis  
Travis

Groups: Registered, Tech Support
Posts: 207

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

There is no way to change this using the LBitmap class. If you wish to adjust the value of an element in the data set you will need to use the Medical Imaging Tool Kit's classes.
You would need to use the LDicomDS class.

Use this pseudo code prior to calling SaveDS:

pDICOMELEMENT pElement = NULL;
pElement = LDicomDS::FindFirstElement(NULL, TAG_MANUFACTURE, FALSE);
if(pElement != NULL)
LDicomDS::SetStringValue(pElement, szValue, 1,DICOM_CHARACTER_SET_DEFAULT);

That should do it.

If you do not have the Medical Imaging Tool Kit, please contact our sales department for pricing and licensing information. They can be reached at: http://www.leadtools.com.../general/leadcontact.htm
For information about the Medical Imaging Tool Kit please visit this link: http://www.leadtools.com...l/Medical-Products-n.htm

Edited by moderator Thursday, August 8, 2019 8:47:51 AM(UTC)  | Reason: Not specified

Travis Montgomery
Senior Sales Engineer
LEAD Logo
 
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.097 seconds.