Search found 8 matches

by jim
Tue, 2005-09-20, 10:06
Forum: DCMTK - General
Topic: DIMSE_sendCancelRequest error
Replies: 1
Views: 3470

DUL Finite State Machine Error

Sorry for this new topic, I found the answer here ;)

viewtopic.php?t=180&highlight=fsm

and the reason is:
viewtopic.php?t=24
by jim
Mon, 2005-09-19, 17:02
Forum: DCMTK - General
Topic: DIMSE_sendCancelRequest error
Replies: 1
Views: 3470

DIMSE_sendCancelRequest error

Hi,

I'm using DIMSE_sendCancelRequest during a Query and I've got a cond.bad() :( with this error:
Dimse Failed to send Message
0006:0303 DUL Finite State Machine Error
No action defined, state 6 event 8.

Anyone can help me?
by jim
Mon, 2005-03-07, 15:21
Forum: DCMTK - General
Topic: filenames and DICOMDIR
Replies: 2
Views: 6228

Hi Zbigniew,

Your pb come from this: "// an ISO 9660 format only allows 8 characters in file name"

See: data\libsrc\dcddirif.cxx
by jim
Thu, 2005-02-24, 14:34
Forum: DCMTK - General
Topic: dcmtk help with .wav files??
Replies: 2
Views: 3854

dcmtk help with .wav files??

Hi,

I need to convert .wav file (dictaction audio) in DICOM format. I've readen lot of things about it in groups. I will use:
BasicVoiceAudioWaveformStorageSOPClass "1.2.840.10008.5.1.4.1.1.9.4.1".
But is there class in dcmtk which make it?

Thx
by jim
Wed, 2005-02-23, 12:23
Forum: DCMTK - General
Topic: GSPS creation???
Replies: 1
Views: 5276

GSPS creation???

Hi, I'm working on a kind of Viewer which can make operations on the DICOM image (e.g. rotations,...). At the present time, when I receive DICOM files (CR, CT, PET, MR, ..), I extract pieces of information from it and convert image in proprietor format. I would like to send my files in DICOM format ...
by jim
Tue, 2005-02-01, 11:19
Forum: DCMTK - General
Topic: Soft for test StorageCommitment??
Replies: 2
Views: 7248

i've made a mistake with help of jdicom manual (v1.0). Image Server runs as a Storage Commitment SCP and there's no pb when we use StorageSCU as a Storage Commitment SCU.
by jim
Mon, 2005-01-31, 17:21
Forum: DCMTK - General
Topic: Soft for test StorageCommitment??
Replies: 2
Views: 7248

Soft for test StorageCommitment??

Hi, I'm trying to find a soft in order to test a Storage Commitm­ent SCU. I've tried with jDicom (StorageSCU) as explain in it Manual­ but jDicom refused my N-ACTION: jdicom: #49:ECHOSCU >> N-ACTION-RQ Storage Commitment Push M­odel SOP Class jdicom: #49:ECHOSCU << N-ACTION-RSP , status #0122H[Refus...
by jim
Wed, 2005-01-26, 18:15
Forum: DCMTK - General
Topic: STORAGE COMMITMENT PUSH MODEL SOP CLASS
Replies: 4
Views: 10307

N-ACTION Storage Commitment

Hi,

I'm trying to use the struct T_DIMSE_N_Action_RQ which is in dimse.h (DCMTK dcmpnet).
I've got some trouble in order to determinate the field in this struct (like DataSetType and MessageID).

Please help me ;)