Search found 56 matches

by Roadrunner
Fri, 2011-08-05, 02:38
Forum: DCMTK - General
Topic: Query/Retrieve with the code from your wiki
Replies: 1
Views: 2507

Query/Retrieve with the code from your wiki

I try to Q/R 'my' PACS with the code from your wiki http://support.dcmtk.org/wiki/dcmtk/howto/dcmscu-example and the T_ASC_PresentationContextID presID = findUncompressedPC(UID_FINDStudyRootQueryRetrieveInformationModel, scu); returns always 0 If I try to q/r with findscu and movescu everything work...
by Roadrunner
Thu, 2011-08-04, 22:49
Forum: DCMTK - General
Topic: connect to PACS system biginner question
Replies: 30
Views: 45921

sendMOVERequest is only in 3.6.1, it was introduced 2011.04.28 and 3.6.1 was released 2011.02.01. You should add this comment on the wiki page. It took me neraly the whole day for finding this forum thread because i used the last stable release and ask my what i did wrong with the "MOVERespons...
by Roadrunner
Wed, 2011-05-04, 02:02
Forum: DCMTK - General
Topic: wlmscpfs and asterisk in the queryed data
Replies: 2
Views: 4246

Thank you for the advice :-)

Frank
by Roadrunner
Wed, 2011-05-04, 01:59
Forum: DCMTK - General
Topic: [Solved] Querying a worklist server and the response
Replies: 1
Views: 3263

I solved the findscu problem. My misunderstanding was the parameter -k ... findscu -v (-d) -k (0008,0060)="CR" -aec MDWL -aet OREX -X (-xi) $IP $PORT I thought that only this paramter is the value for the filter of the return value(s) from the worklist server - but no. The -k is asking the...
by Roadrunner
Mon, 2011-05-02, 02:03
Forum: DCMTK - General
Topic: [Solved] Querying a worklist server and the response
Replies: 1
Views: 3263

[Solved] Querying a worklist server and the response

I try to query a worklist server with the following command: findscu -v (-d) -k (0008,0060)="CR" -aec MDWL -aet OREX -X (-xi) $IP $PORT (The worklist server has been set to response to all ae title.) Now i have dcm file which i want to offer (with wlmscpfs) to the worklist client. I dumped...
by Roadrunner
Mon, 2011-05-02, 01:24
Forum: DCMTK - General
Topic: wlmscpfs and asterisk in the queryed data
Replies: 2
Views: 4246

wlmscpfs and asterisk in the queryed data

I'm using wlmscpfs as worklist server and a Kodak as worklist client. If i use * (asterisk) in the patient id, accession number, patient name i always get the message the wl file does not match the query in the wlmscpfs output. Is there a way to see why and at which entry/point/value the query not m...
by Roadrunner
Tue, 2010-12-21, 19:06
Forum: DCMTK - Installation
Topic: compile dcmtk as Windows 64 bit library
Replies: 5
Views: 19682

It sounds like you have more windows 64 problem than a dcmtk problem.

Windows 64 searches the dll in the syswow64 directory. Put the
wsock32 and netbios32 in this directory and try it. Maybe this helps.

Roadrunner
by Roadrunner
Tue, 2010-12-21, 19:00
Forum: DCMTK - General
Topic: Read DICOM files from memory (char*)
Replies: 6
Views: 7592

Maybe dcm4chee (dcm4che2) with vtk-java bindings could be your solutions.

Sorry for recommending 'rival'.
by Roadrunner
Mon, 2010-06-28, 08:55
Forum: DCMTK - General
Topic: How to correctly set the libraries to link the program
Replies: 4
Views: 6549

I compiled the dcmtk with the vc2008 and the 'release' option (not debug) and was able to compile the few lines above. But with the Qt Creator (and mingw) i still can't compile the few lines project. Comping the dcmtk with visual studio and using in Qt Creator should not be a problem because i am ab...
by Roadrunner
Tue, 2010-06-22, 11:46
Forum: DCMTK - General
Topic: How to correctly set the libraries to link the program
Replies: 4
Views: 6549

Today i have tested the same source and libs with Microsoft Visual C++ 2010 and can compile the without any error.

Does anyone know whats wrong with Qts mingw?

I'd like to develop some projects for windows, linux and mac os.

Thx

Frank
by Roadrunner
Mon, 2010-06-21, 11:44
Forum: DCMTK - General
Topic: How to correctly set the libraries to link the program
Replies: 4
Views: 6549

i get thee error debug/main.o: In function `OFConditionConst': C:\qt-Projekt\Worklist-Test-2/../../dcmtk-3.5.4-win32-i386/include/dcmtk/ofstd/ofcond.h:166: undefined reference to `vtable for OFConditionConst' debug/main.o: In function `~OFConditionConst': C:\qt-Projekt\Worklist-Test-2/../../dcmtk-3....