This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Thursday, January 7, 2010 6:46:57 AM(UTC)
Groups: Registered
Posts: 16
HI Lead,
I'm Using lead V16
How to Update Dicomdataset (or save overwrite to current .dcm files) ?
because I try to use Save method and overwrite files my program become not responding.
tx
#2
Posted
:
Friday, January 8, 2010 5:59:48 AM(UTC)
Groups: Registered, Tech Support, Administrators
Posts: 764
What flags are you using when you load the dataset? If you don't pass the LoadAndClose flag then we keep a file handle open and access the file as needed when you search for tags, get images, etc. Therefore write access to the file is locked.
If you want to save the dataset back to disk with the same filename, you must pass the LoadAndClose flag when loading so that the entire dataset gets loaded into memory and the file handle is closed so that write access is allowed.
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.