dcmtk
dcmtk copied to clipboard
Official DCMTK Github Mirror
Don't explicitly test for ON. Rely on standard CMake truthy (1, ON, YES, TRUE, Y, or a non-zero number) and falsy (0, OFF, NO, FALSE, N, IGNORE, NOTFOUND, the empty...
If a server is unavailable, the DcmSCU::negotiateAssociation function call will block for the duration of the connectionTimeout. In many cases this timeout may be long, 30-60 seconds to ensure that...
Extend DcmItem with findAndDeletePrivateElement to allow user to delete a private tag directly (reservation number is computed internally).
On Debian system, dcmtk is compiled with: DCMTK_ENABLE_CHARSET_CONVERSION:STRING=stdlibc (iconv) Which in turn reveal that: $ dcm2xml --version [...] Character encoding: system default (unknown) Update implementation detail to retrieve the character...
This PR fixes reading DcmFileFormat when object is only partially available in input stream.
Various fixes to use CharLS version 2.0 (Squashable, but I've kept different commits to make the changes easier to see).
i have reworked OFTime::setISOFormattedTime and modified OFDateTime::setISOFormattedDateTime new parser is very simple - old school char by char state machine :) but it works Thanks!
This file uses MAX_PATH without including Windows.h