Search found 25 matches

by jerzy_cz
Wed, 2014-01-22, 21:54
Forum: DCMTK - General
Topic: Creating Storage Commitment SCP
Replies: 4
Views: 4912

Re: Creating Storage Commitment SCP

I see, thank you for your suggestion.
by jerzy_cz
Wed, 2014-01-22, 14:42
Forum: DCMTK - General
Topic: Creating Storage Commitment SCP
Replies: 4
Views: 4912

Re: Creating Storage Commitment SCP

Well, I did somthing like this, it worked with stcomscu_e.exe: DcmSequenceOfItems *good_seq = NULL; int pos=0; if(tmpids->findAndGetSequence(DCM_ReferencedSOPSequence,good_seq,OFTrue).good() ){ while(pos<good_seq->card() ) { DcmItem *tmpi =good_seq->getItem(pos); { if(tmpi->findAndGetOFString(DCM_Re...
by jerzy_cz
Tue, 2014-01-21, 14:25
Forum: DCMTK - General
Topic: Creating Storage Commitment SCP
Replies: 4
Views: 4912

Creating Storage Commitment SCP

Hello. I’m currently working on Storage Commitment SCP. Networking part is done, with N-ACTION and N-EVENT messages. Now I'm looking for the most efficent way to create the response dataset. When all the SOPs from the request are found in the database, then the response dataset is the same as the re...
by jerzy_cz
Thu, 2013-08-08, 21:22
Forum: DCMTK - General
Topic: Printing on Agfa Drystar Axys
Replies: 2
Views: 4472

Printing on Agfa Drystar Axys

Hello. I have a problem with printing on Agfa Drystar Axys using dcmpsprt/dcmprscu. Printed image is barely visible. I tried several values with command line switches: --reflection, --illumination, --min-density, --max-density but with no effect. Looks like in every combination contrast is to small....
by jerzy_cz
Wed, 2010-09-15, 12:11
Forum: DCMTK - General
Topic: Rejecting association with STORE request
Replies: 4
Views: 5320

So, in storeSCPCallback , when progress->state is DIMSE_StoreBegin, I set rsp->DimseStatus to STATUS_STORE_Refused_OutOfResources. STORESCU didn't relase, kept sending data. In STORESCU log was no error indication. So I add in storeSCPCallback call to ASC_releaseAssociation. STORESCU displayed "...
by jerzy_cz
Wed, 2010-09-15, 11:02
Forum: DCMTK - General
Topic: Rejecting association with STORE request
Replies: 4
Views: 5320

Ok, but I should still receive the dataset, as it is done in dcmqrdb (dcmqrsrv.cc), and then send respond C-STORE-RSP with error status? Even as I know before receiving dataset, that it cannot be written to a file?
by jerzy_cz
Tue, 2010-09-14, 12:33
Forum: DCMTK - General
Topic: Rejecting association with STORE request
Replies: 4
Views: 5320

Rejecting association with STORE request

Hello. I am developing application based on DCMT. Application accepts ECHO, STORE, FIND and MOVE commands. When application has some problems fith filesystem I would like to reject STORE command while still accepting others. When should I do it? Before receiving DIMSE command I cannot tell if it is ...
by jerzy_cz
Mon, 2010-02-15, 13:45
Forum: Third-Party DCMTK Applications
Topic: Yet another viewer
Replies: 0
Views: 24178

Yet another viewer

EzDicomView is Windows application based on DCMT toolkit and ezDICOM Active X component (http://sourceforge.net/projects/ezdicom). It was created for some specific requirements: -accessing variety of DICOM files, including: CR, US, CT/Enhanced CT, MR/Enhanced MR, Structured reports, PDF encapsulated...
by jerzy_cz
Mon, 2009-02-02, 13:44
Forum: DCMTK - General
Topic: How to Display Dcm file with Mpeg2 Transfer syntax ?
Replies: 5
Views: 6155

That's right.
by jerzy_cz
Mon, 2009-02-02, 10:52
Forum: DCMTK - General
Topic: How to Display Dcm file with Mpeg2 Transfer syntax ?
Replies: 5
Views: 6155

Hello, you can save it to file using dcmdump...
by jerzy_cz
Sun, 2008-12-14, 23:48
Forum: DCMTK - Installation
Topic: C++ Bulder 6 & DCMTK
Replies: 1
Views: 5136

For example:
-in "libsrc" directories rename "cc" file extensions to "cpp".
-add to your project files from "libsrc" directories
-set proper "include" paths
-use dcmt objects/functons in your code...
by jerzy_cz
Tue, 2008-09-23, 12:00
Forum: DCMTK - General
Topic: dsr2html and charsets
Replies: 2
Views: 3614

Thanks for your reply, it works now.
by jerzy_cz
Mon, 2008-09-22, 23:13
Forum: DCMTK - General
Topic: dsr2html and charsets
Replies: 2
Views: 3614

dsr2html and charsets

Hello, is it possible for dsr2html to create charset header information? I have a file with latin-2 charactrs: (0008,0005) CS [ISO-IR 101] When I use dsr2html I have to include metaheader manually: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2"> so the br...
by jerzy_cz
Thu, 2008-08-28, 22:09
Forum: DCMTK - General
Topic: wlmscpfs and Fuji FCR XL-1
Replies: 1
Views: 3206

Hello, once I used modified wlmscpfs as worklist server for FUJI FCR. I had similar problem. FUJI has length limit for several tag values. I don't remember exactly, but tags like RequestingPhysician, RequestingService and RequestedProcedureDescription would be primary suspects.
by jerzy_cz
Tue, 2008-07-01, 07:24
Forum: DCMTK - General
Topic: img2dcm
Replies: 5
Views: 7975

No problem, I will send you my modifations by e-mail. For now, it's only an experiment.
with greetings
Jerzy