Search found 117 matches

by Thomas Wilkens
Thu, 2005-12-22, 08:11
Forum: DCMTK - General
Topic: wlmscpfs question
Replies: 15
Views: 27718

:wink:
by Thomas Wilkens
Thu, 2005-12-08, 07:34
Forum: DCMTK - General
Topic: i run findscu
Replies: 2
Views: 4639

First of all, for a query on image level, you must provide all unique identifiers of the above levels. In other words, you have to provide patientID (which you did) but also study instance UID (unique identifier on study level) and series instance UID (unique identifier on series level). Also, pleas...
by Thomas Wilkens
Thu, 2005-12-01, 07:33
Forum: DCMTK - Installation
Topic: Loading Patient File and Outputting Patient Name
Replies: 5
Views: 9452

You dont have to create a makefile. CMake is used on Windows platforms to turn the use of external libraries on or off. You dont use any functionality from external libraries in your small project.

Do you still have all the errors you mentioned above?
by Thomas Wilkens
Thu, 2005-11-24, 08:17
Forum: DCMTK - General
Topic: wlmscpfs question
Replies: 15
Views: 27718

I am wondering though, about your comment that MPPS service has got nothing to do with worklist management. I am sorry that I did not state my point clearly. Of course, from a hospital perspective, worklist management and MPPS relate to each other, just like you said: I had assumed that from the SC...
by Thomas Wilkens
Wed, 2005-11-23, 08:21
Forum: DCMTK - General
Topic: wlmscpfs question
Replies: 15
Views: 27718

if I were to attempt integrating the additional abstract syntax and MPPS handler into wlmscpfs, would this be a feasible/easy project, or not? Writing an MPPS-SCP application on the basis of the DCMTK is actually not that difficult once you have understood what the MPPS service is about. However, y...
by Thomas Wilkens
Tue, 2005-11-22, 07:32
Forum: DCMTK - Installation
Topic: Loading Patient File and Outputting Patient Name
Replies: 5
Views: 9452

See here regarding the linker error, look at the very bottom (netapi32.lib and wsock32.lib). See here regarding the linker warning.
by Thomas Wilkens
Mon, 2005-11-21, 07:55
Forum: DCMTK - General
Topic: wlmscpfs: change worklist files to database query
Replies: 5
Views: 9850

If you need to find out what the DICOM worklist management service is about in detail, look in the DICOM standard part 4 annex K or pose a corresponding question in the comp.protocols.dicom newsgroup. To give you a rough description of the Worklist Management Service: it is a service between a modal...
by Thomas Wilkens
Fri, 2005-11-18, 07:54
Forum: DCMTK - General
Topic: wlmscpfs question
Replies: 15
Views: 27718

One crucial question that arises here is whether the worklist management SCP and the MPPS SCP are supposed to both listen to the exact same port or to two separate ports. If - in your scenario - these tools are supposed to listen to two different ports, there would be no need to integrate both tools...
by Thomas Wilkens
Thu, 2005-11-17, 07:27
Forum: DCMTK - General
Topic: movescu sometimes works, sometimes it doesnt! Why?
Replies: 1
Views: 3435

Please try again with the additional option "-dhl". Maybe that's the problem.
by Thomas Wilkens
Mon, 2005-11-14, 07:40
Forum: DCMTK - General
Topic: waht is wrong with my command?
Replies: 1
Views: 3991

Maybe this topic viewtopic.php?t=527 answers your question.
by Thomas Wilkens
Fri, 2005-11-11, 07:30
Forum: DCMTK - General
Topic: StoreSCP with space padded output directory
Replies: 2
Views: 4234

It seems that the backslash character after "database" makes the following quotation mark invisible to storescp.

Please use the following command line to achieve what is intended:

Code: Select all

StoreSCP -od "c:\program files\database" -aet "STORE" 104
by Thomas Wilkens
Tue, 2005-11-08, 07:33
Forum: DCMTK - Installation
Topic: some files needed to compare dcmtk 3.5.3
Replies: 3
Views: 6754

Your compiler is complaining about missing files in the ofstd/libsrc directory. Do you have that directory at all? Do you have the ofstd directory at all? If not, I would recommend downloading the complete source code package "dcmtk-3.5.3.zip" again from dicom.offis.de. This package is kno...
by Thomas Wilkens
Mon, 2005-11-07, 07:26
Forum: DCMTK - Installation
Topic: some files needed to compare dcmtk 3.5.3
Replies: 3
Views: 6754

The compiler cannot locate the source files. Did you check whether they are in the specified path? Apparently they are not and that is the problem.
by Thomas Wilkens
Mon, 2005-11-07, 07:24
Forum: DCMTK - Installation
Topic: cant build dcmtk
Replies: 3
Views: 6729

Here's an excerpt from the INSTALL file: Known problems: 1. The project files shipped with the toolkit cannot be used with Microsoft Visual C++ .NET (aka Visual Studio 7.x). You need to create new files with CMake as described below. We recommend to delete all ".dsp" and ".dsw" f...
by Thomas Wilkens
Mon, 2005-10-31, 07:42
Forum: DCMTK - General
Topic: Fatal error of DCMODIFY
Replies: 3
Views: 5679

Please post the exact source code modifications and we will look into the problem and correct the implementation of DCMTK if necessary.