Search found 43 matches

by kattabomane
Mon, 2010-06-14, 11:22
Forum: DCMTK - General
Topic: Problen with worklist scp
Replies: 1
Views: 2971

Force abort after handle command

Hello,

In order to release the association, can we force an association abort after HandleFindSCP ?
Set the return value to DUL_PEERABORTEDASSOCIATION ?

This is not a good manner to do this.
Could you please suggest any other idea ?

Thanks in advance.
by kattabomane
Sat, 2010-06-12, 19:15
Forum: DCMTK - General
Topic: Problen with worklist scp
Replies: 1
Views: 2971

Problen with worklist scp

Hello, I am currently using wlmscpfs to provide dicom worklist to modality. On some modalities, the association seems to not be released correctly after query. (Here we have a CR dicom station). Consequently, the worklist server is blocked for the rest of the modalities. Here is a part of log : Work...
by kattabomane
Mon, 2008-06-30, 21:43
Forum: DCMTK - General
Topic: bitmap to dicom conversion problems
Replies: 4
Views: 6195

BMP to DICOM

Hello,

Sorry to use the same post.
I am having the same problem. While converting bmp to dcm the image is bluish. Also while converting from jpeg format the result is the same.

What could be the problem ?
Should we swap the bytes ?

Thanks for you help
by kattabomane
Mon, 2008-06-30, 19:03
Forum: DCMTK - General
Topic: How can i change the value of "Implementation Version Name"
Replies: 3
Views: 4672

Implementation version name

Yes this is right !
by kattabomane
Wed, 2008-06-25, 15:01
Forum: DCMTK - General
Topic: Problem with storescp
Replies: 5
Views: 7452

Store scp

Hello,

Thanks again for your quick answer.

For information, can i find the list of the standard compression scheme according to sop class uid into the dicom standards pages (from acrnema website) ?
by kattabomane
Wed, 2008-06-25, 12:51
Forum: DCMTK - General
Topic: Problem with storescp
Replies: 5
Views: 7452

Store error

Hello,

Thanks a lot for your analyse.
Setting to +xs make storescp to receive images correctly.

What are the consequences in this case ?
Images are in lossless format ?

Thanks in advance
by kattabomane
Tue, 2008-06-24, 20:39
Forum: DCMTK - General
Topic: Problem with storescp
Replies: 5
Views: 7452

Problem with storescp

Hello, I am currently having a siemens cath lab digitizer system sending XA (angiography sequence) to storescp. The store scp receives association and negociate transfer syntax very well. But soon afterwards the remote peer sends an association release signal (DUL Peer requested release) instead of ...
by kattabomane
Sun, 2007-12-16, 12:32
Forum: DCMTK - General
Topic: How to get the value of each data element
Replies: 2
Views: 3791

Tags

Hello,

You can have a look on the DCMDUMP source file from the dcmtk.
by kattabomane
Sun, 2007-12-16, 12:31
Forum: DCMTK - General
Topic: dicom info viewer
Replies: 1
Views: 2964

Read tags

Hello,

You can have a look on the DCMDUMP source file from the dcmtk.
by kattabomane
Mon, 2007-11-26, 23:59
Forum: DCMTK - General
Topic: Problem with worklist
Replies: 1
Views: 3794

Worklist problems

Hello,

Sorry for the trouble !

I have definitly found the answer in the forum. I was not embedding correctly ItemDelimitationItems for ScheduledProcedureStepSequence.

viewtopic.php?t=1359

viewtopic.php?t=1361

Thanks
by kattabomane
Mon, 2007-11-26, 21:29
Forum: DCMTK - General
Topic: Problem with worklist
Replies: 1
Views: 3794

Problem with worklist

Hello, I am currently using wlmscpfs to provide dicom worklist to modality. On some modalities, several tags are not correctly retrieved. In this example, the modality (Philips XA) could not retrieve the tag ( 0040,0006 ) which is ScheduledPerformingPhysiciansName . So i have tryed to debug with the...
by kattabomane
Mon, 2006-09-04, 15:51
Forum: DCMTK - General
Topic: Study instance uid
Replies: 2
Views: 3391

UID

Hello !

I have found a small answer in this thread : viewtopic.php?t=783

Is there any other way ?

Thanks
by kattabomane
Mon, 2006-09-04, 15:46
Forum: DCMTK - General
Topic: Study instance uid
Replies: 2
Views: 3391

Study instance uid

Hello,
I would like to generate several study instance uids.
What is the class that can do this ?
Thanks for your help
by kattabomane
Mon, 2006-09-04, 15:26
Forum: DCMTK - General
Topic: DCMTK + .Net 2003 Need advise
Replies: 2
Views: 4077

post errors

Hello,
Could you please post some errors generated by your compiler ?
Thanks
by kattabomane
Mon, 2006-07-24, 22:13
Forum: DCMTK - General
Topic: Close an association waiting
Replies: 2
Views: 3311

ASC_associationWaiting

Thanks for your help.