Search found 2509 matches

by J. Riesmeier
Wed, 2011-05-11, 09:00
Forum: DCMRT
Topic: Elements missing from classes
Replies: 3
Views: 20692

First of all, thank you for testing "dcmrt" and for your comments. With regard to the missing attributes: You might have realized that more than 99% of the classes (including their implementation) are generated automatically from a machine-readable version of the DICOM standard. The commen...
by J. Riesmeier
Tue, 2011-05-10, 17:16
Forum: DCMTK - General
Topic: WLMSCPFS with StudyInstanceUID
Replies: 1
Views: 4458

First of all, I would recommend that you switch to the current DCMTK release 3.6.0! Then, you usually don't want to have a different Study Instance UID for each individual worklist entry (aka scheduled procedure step) because of grouping and other use cases. However, you can e.g. use dcmodify with o...
by J. Riesmeier
Tue, 2011-05-03, 15:44
Forum: DCMTK - General
Topic: wlmscpfs and asterisk in the queryed data
Replies: 2
Views: 4301

Reading Annex K in DICOM PS 3.4 might help, especially table Table K.6-1: Patient ID shall be retrieved with Single Value Matching only (i.e. no wildcards). In addition, Accession Number is an optional Matching Key and type 2 Return Key, but it is supported by wlmscpfs as you can read in the documen...
by J. Riesmeier
Tue, 2011-05-03, 14:42
Forum: DCMTK - General
Topic: CreateScaledImage - Help
Replies: 6
Views: 10334

So I guess that the crash happened in your code because you did not check whether the returned pointer is NULL, right?