Michael Onken
Michael Onken
Hi Andrey, I did something about this in this commit: http://git.dcmtk.org/?p=dcmtk.git;a=commit;h=c5cef36fc08f1928e3ed455483db810efd8d011f Is this already used by dcmqi? I could not find the DCMTK commit used by the library.
Hope so! (and thanks for the CMake pointer!)
Background of the decision not to use use DSRCodedEnryValue was since then I had to link against dcmsr. Since I am going over the dcmiod API anyway it is a...
It's planned for late summer...this year :-).
Hi, > that list is represented as class CodeSequenceMacro in DCMTK. It only supports CodeValue, CodingSchemeDesignator, CodingSchemeVersion, CodeMeaning. All other attribute cannot be read, written or set. This means, you...
If there is something that you see in dcmseg or related DCMTK modules let me know Andrey.
Hi, DCMTK indeed supports Deflated, if compiled with ZLIB enabled. If so, the segmentation API automatically decompresses Deflated-compressed segmentations when loading. I just patched dcmseg that it also allows saving...
The commit allowing you directly saving with Deflated Transfer Syntax is now visible on the public DCMTK git, see [this commit](http://git.dcmtk.org/?p=dcmtk.git;a=commit;h=bde11d0da590b4ba9c0fdb22e308522db978935a). Loading such segmentations should already work. Both requires compiling...
:-) Oh yeah...i like that.. Actually DCMTK meanwhile exports its library settings, it's written to DCMTKConfig.cmake like this: > SET(DCMTK_WITH_TIFF ON) > SET(DCMTK_WITH_PNG ON) > SET(DCMTK_WITH_XML OFF) > SET(DCMTK_WITH_ZLIB ON)...
For the Frame of Reference: You have to set one yourself by getting() the module from the IOD class and calling the specific setter() for the attribute. For the Referenced...