Activity
From 2017-06-18 to 2017-07-17
2017-07-17
-
14:30 Conformance #773: Update data dictionary, list of UIDs, code dictionaries, etc. for the recently approved "DICOM 2017c"
- Updated code definitions with commit 85b7acb and context group classes with commit 63034ff.
-
13:39 Conformance #773 (Assigned): Update data dictionary, list of UIDs, code dictionaries, etc. for the recently approved "DICOM 2017c"
-
13:39 Conformance #773: Update data dictionary, list of UIDs, code dictionaries, etc. for the recently approved "DICOM 2017c"
- Updated data dictionary with commit 0b6713b.
-
11:26 Bug #778 (Feedback): Fix USE_STD_CXX_INCLUDES.
- Duplicate of #762 and #774.
-
11:07 Bug #778 (Closed): Fix USE_STD_CXX_INCLUDES.
- The marco USE_STD_CXX_INCLUDES is currently used inconsistently. Furthermore, this is probably not something that the...
-
11:11 Bug #385 (Closed): Finishing the "new" CMake files...
- Fixed all incompatibilities with Autoconf. The remaining problems have been separated into two new issues #778 and #779.
-
11:09 Feature #779 (Closed): Refactor install directory structure variables (CMake)
- Refactor the currently used custom variables for controlling install locations using the "GNUInstallDirs":https://cma...
-
10:57 Support #629 (Closed): Enhance documentation for DCMTK_USE_CXX11_STL in INSTALL and config/docs/macros.txt
- DCMTK_USE_CXX11_STL was refactored to 'DCMTK_ENABLE_CXX11' (CMake) and '--enable-cxx11 '--disable-cxx11', which is do...
-
10:53 Feature #655 (Closed): Adapt INSTALL file for new release
- Closed by commit #e0af0c5f3a95c02007c. The documentation about external and internal dictionary configuration is stil...
-
10:52 Feature #777 (Closed): Document external and internal dictionary configuration in INSTALL
- Add short note about external and internal dictionary configuration and refer to dcmdata/docs/datadict.txt
-
10:45 Bug #413 (Closed): Worklist Management SCP does not support "Matching Multiple Values"
-
10:37 Bug #413: Worklist Management SCP does not support "Matching Multiple Values"
- Closed by commit #93da64af32038dc83 and recently veryfied.
Discussion has been separated into a separate issue #776. -
10:41 Conformance #776 (New): Ensure multiple value matching is implemented correctly.
- Currently, multiple value matching is implemented to match N query values with M stored values and, if any of them ma...
-
10:36 Bug #584 (Closed): Incorrect matching on multi-valued worklist entries
- Closed by commit #93da64af32038dc83 and recently veryfied.
2017-07-14
-
18:01 Feature #775 (New): Print warning if deprecated macros are used
- Print warning if deprecated macros are used by developers, e.g. WITH_PRIVATE_TAGS, HAVE_STD_STRING, HAVE_STL etc. whi...
-
17:23 Feature #774 (Closed): Check if USE_STD_CXX_INCLUDES is still needed
- USE_STD_CXX_INCLUDES checks whether specific C++ standard library's headers are there, in order to include the C alte...
2017-07-10
-
10:04 Conformance #773 (Closed): Update data dictionary, list of UIDs, code dictionaries, etc. for the recently approved "DICOM 2017c"
- DICOM 2017c has been released some days ago, so we need to update the DCMTK accordingly.
2017-07-05
-
17:20 Conformance #772 (Closed): Supplement 192: Protocol Approval Storage SOP Class (Final Text)
- ftp://medical.nema.org/medical/dicom/final/sup192_ft.pdf
2017-07-03
-
14:59 Feature #722 (Closed): Export all (relevant) CMake options to "DCMTKConfig.cmake", some "newer" options are still missing
- Closed with commmit 893503 and d44623.
Now all relevant CMake options used during the build are exported.
2017-06-29
-
19:37 Bug #328 (Closed): Unterstützung von NumberOfPatientRelated... in dcmqrdb
-
19:37 Bug #328: Unterstützung von NumberOfPatientRelated... in dcmqrdb
- Removed the incomplete implementation in commit #250df886167d94803a and added new feature #771 to implement it correc...
-
19:32 Feature #771 (New): Support for Additional Query Retrieve Attributes
- Introduce Support for the addtional Query Retrieve Attributes defined as "DICOM PS3.4 C.3.4 Table C.3-1":http://dicom...
-
14:06 Feature #770 (New): Add support for "Safe Private Attributes" (PS3.15), e.g. to dcmodify
- PS3.15 lists "Safe Private Attributes" from various vendors, i.e. private data elements "which contain no identifying...
-
14:01 Conformance #717: CP-1653: Clarify Photometric Interpretations Permitted for Decompressed and Compressed Transfer Syntaxes
- Final Text version of CP-1653 is now avilable: ftp://medical.nema.org/medical/dicom/final/cp1653_ft_PhotometricInterp...
-
14:00 Feature #727 (Assigned): CP-1603: Enhance Coding Schemes Table... and introduce "Coding Scheme Resources Sequence"
- Final Text version of CP-1603 is now available: ftp://medical.nema.org/medical/dicom/final/cp1603_ft_enhance_coding_s...
2017-06-27
-
12:22 Bug #769 (Closed): dcm2json produces invalid JSON for broken DS or IS values
- dcm2json produces invalid JSON if encountering invalid DS or IS values. The issue showed up in a dataset where a DS-v...
2017-06-23
-
20:17 Bug #764 (Closed): sscanf() does not support integer variables of a specific size
- At various places in the DCMTK, sscanf() is used to convert character string into an integer value. The current appro...
-
20:03 Bug #763 (WontFix): arith.cc fails on QNX because fpgetmask/fpsetmask is not defined in "ieeefp.h"
- Currently, it is assumed that fpgetmask() and fpsetmask() exist if HAVE_IEEEFP_H is defined. This is not true on all ...
-
11:34 Bug #762 (Closed): Inconsistent use of USE_STD_CXX_INCLUDES
- In header file "ofstd/include/ofstdinc.h", the macro USE_STD_CXX_INCLUDES should always be checked in order to decide...
-
11:28 Bug #761 (Closed): Configure test for HAVE_STREAMBUF_H is missing
- The header file "ofstd/include/ofstdinc.h" checks for the macro HAVE_STREAMBUF_H although it is never defined (neithe...
2017-06-21
-
11:25 Feature #760 (New): Replace ofstd/tests/tstring.cc with own implementation not based on GPL
- tstring.cc is the only file in DCMTK that references GPL.
This should be replaced by a separate implementation that ... -
10:31 Bug #759 (Closed): undefined behaviour warning in ijg JPEG code
- The warning is reported by gcc with option -Waggressive-loop-optimizations and seems to only affect the 16-bit versio...
2017-06-20
-
10:38 Conformance #751 (Closed): Add support for recently approved Final Text Correction Proposals (after DICOM 2017a)
- Nothing to do.
2017-06-18
-
23:35 Support #742: URL of the git repository stopped working
- Thank you. I just confirmed, @git clone http://git.dcmtk.org/dcmtk@ now works as expected (as does using the @git://@...
Also available in: Atom