Project

General

Profile

Activity

From 2013-10-06 to 2013-11-04

2013-11-04

11:18 Feature #540: Remove limit of 128 presentation contexts for SCP configuration
The more new Storage SOP Classes are added to the DICOM standard, the more important becomes this issue... Jörg Riesmeier

2013-10-30

12:32 Feature #574: Using putUint16() et al. is not very efficient when adding new values
One simple approach could be a new method that would allow for reserving a memory buffer for the value field if its s... Jörg Riesmeier
12:09 Feature #574: Using putUint16() et al. is not very efficient when adding new values
One simple approach could be a new method that would allow for reserving a memory buffer for the value field if its s... Jörg Riesmeier

2013-10-29

18:17 Feature #575 (New): DcmIntegerString has no putSint32() method
The class DcmIntegerString has a getSint32() but no putSint32() method. This also applies to various other VR classes... Jörg Riesmeier
18:14 Feature #574 (New): Using putUint16() et al. is not very efficient when adding new values
As far as I can see, the putUint16() and related methods are not very efficient when adding new values. This should b... Jörg Riesmeier
10:14 Feature #573 (New): Add support for Timezone Offset From UTC (0008,0201)
This attribute is e.g. optionally contained in SOP Common Moule:... Jörg Riesmeier

2013-10-27

16:32 Feature #572 (Closed): Add get/setVectorData methods to various SR classes
Add get/setVectorData methods (using OFVector) to the following SR classes:
* DSRListOfItems<T>
* (various classes ...
Jörg Riesmeier

2013-10-25

18:30 Feature #569 (Closed): Check whether DcmSequenceOfItems::getItem(i) in a for-loop can be replaced (by a more efficient approach)
See this commit: http://git.dcmtk.org/web?p=dcmtk.git;a=commit;h=498dcb8d664203a4b940a6d89250b90414fd7be1 Jörg Riesmeier

2013-10-24

10:23 Feature #570 (New): Check whether the use of DcmSequenceOfItems::getItem(index) could be enhanced (or avoided?)
The same check as described in #569 should be performed on all other DCMTK modules, e.g. when retrieving the pixel it... Jörg Riesmeier
10:22 Feature #569 (Closed): Check whether DcmSequenceOfItems::getItem(i) in a for-loop can be replaced (by a more efficient approach)
... Jörg Riesmeier
10:08 Feature #214: Add Freetype2 support to dcmimage/dcmimgle
This would also be useful for the free print tools in the public DCMTK: http://forum.dcmtk.org/viewtopic.php?f=1&t=3844 Jörg Riesmeier
10:05 Bug #427: JPEG Decoder does not report an error with malformed pixel data
Also see this posting: http://forum.dcmtk.org/viewtopic.php?f=1&t=3842&p=15299#p15299 Jörg Riesmeier
09:39 Bug #568 (Closed): Output of getDecompressedColorModel() is not very useful (in case of error)
See: http://forum.dcmtk.org/viewtopic.php?f=1&t=3842
More details than "E: can't decompress first frame: Tag not f...
Jörg Riesmeier

2013-10-23

18:41 Feature #359: Weitere Dictionaries mit Inhalten aus Teil 6 und 16
Für den zweiten Punkt (Kodierungsschemeta) würde sich aufgrund der Kürze der Liste vermutlich eine statische Definiti... Jörg Riesmeier
18:36 Feature #359: Weitere Dictionaries mit Inhalten aus Teil 6 und 16
*Offen:* Sollen diese Verzeichnisse zur Laufzeit (aus einer Text- oder XML-Datei) eingelesen werden oder statisch im ... Jörg Riesmeier

2013-10-22

14:43 Feature #525 (Assigned): CP-1264 introduced a new value for VOI LUT Function (LINEAR_EXACT)
Jörg Riesmeier
14:42 Bug #547 (Assigned): SR documents with extended characters (e.g. UTF-8) cannot be read
Jörg Riesmeier
14:42 Bug #564 (Assigned): RT objects with extended characters (e.g. UTF-8) cannot be read -- probably
Jörg Riesmeier
11:38 Bug #564 (Assigned): RT objects with extended characters (e.g. UTF-8) cannot be read -- probably
Since the "get-and-check" methods of the dcmrt module are based on the dcmsr implementation, it should be checked whe... Jörg Riesmeier
11:46 Bug #565 (Assigned): setXXX() method should consider the SpecificCharacterSet value
Currently, the VR checker will reject e.g. UTF-8 encoded characters passed to the numerous setXXX() methods (i.e. whe... Jörg Riesmeier

2013-10-18

15:36 Feature #563 (New): Add support for missing sub-item types
The network module does not defined all sub-item types for the optional user information parameter (see DICOM standar... Jörg Riesmeier
14:38 Bug #562 (Closed): Check whether character set encoding is correct for "Native DICOM Model" output
According to Table A.1.5-2 in PS 3.19-2011:
_The character encoding is that declared for the Infoset, regardless o...
Jörg Riesmeier

2013-10-17

18:19 Bug #395: More possible timeout problems in the networking module...
Here's another (possible) issue: http://forum.dcmtk.org/viewtopic.php?f=1&t=3822 Jörg Riesmeier

2013-10-16

16:12 Support #561 (New): DIMSE_moveUser issue in non-blocking mode
http://forum.dcmtk.org/viewtopic.php?f=1&t=3822 Jörg Riesmeier

2013-10-15

11:43 Bug #389 (Assigned): Compilation on Windows 7 with MINGW64
Also see this forum posting on "mingw problems": http://forum.dcmtk.org/viewtopic.php?f=1&t=3838 Jörg Riesmeier

2013-10-13

21:19 Patch #349: Thread support for storescp
It would certainly be better to add this feature to dcmrecv (i.e. based on the threaded version of the DcmSCP class). Jörg Riesmeier
21:17 Patch #261 (Rejected): StoreSCP patch for '#i' as placeholder for PID
Jörg Riesmeier

2013-10-12

12:38 Bug #393: Usage of "errno" in Windows
Atsushi Suzuki <email-address-obfuscated> sent an email with the attached patch on 2013-10-09:
1) dcmnet error messa...
Jörg Riesmeier

2013-10-10

15:00 Bug #547: SR documents with extended characters (e.g. UTF-8) cannot be read
Actually, the originally reported issue is closed by the following commits:
* http://git.dcmtk.org/web?p=dcmtk.git;a...
Jörg Riesmeier
14:58 Feature #555 (Closed): Add getSpecificCharacterSet() method to DcmElement / DcmObject
See this commit: http://git.dcmtk.org/web?p=dcmtk.git;a=commit;h=1e6b80f42e2edd003c982c3551d8ab7dc6c00a14 Jörg Riesmeier

2013-10-08

20:09 Feature #558 (New): Add promiscuous mode to movescu
Adding a --promiscuous option to movescu (as in storescp) would be a nice feature: http://forum.dcmtk.org/viewtopic.p... Jörg Riesmeier
14:53 Bug #557 (Closed): storescp's --sort-on-patientname option implies Latin-1 characters
The current implementation of storerscp's --sort-on-patientname option seems to imply that the DICOM dataset is encod... Jörg Riesmeier
 

Also available in: Atom