Search found 77 matches

by focus
Wed, 2011-09-21, 15:07
Forum: DICOMscope - General
Topic: ENH MR images Window Level
Replies: 1
Views: 11417

ENH MR images Window Level

Hello, We have been testing DICOMScope with Enhancement MR studies from Philips equipment and we have observed that the frames are shown with a different window level specified in FrameVOILutSequence. Is this a bug ? The images has Rescale tags (RescaleIntercept, RescaleSlope), we believe that DICOM...
by focus
Tue, 2011-06-07, 21:11
Forum: DCMTK - General
Topic: How to Print Overlay
Replies: 1
Views: 3311

How to Print Overlay

Hello, I would like to know if there is a way with dcmtk to print in a DICOM Printer the overlays that contains an image. I have try with activateOverlayInPresentationState method before call getPrintBitmap method to get the bitmaptto print, but It seems that the overlays are'nt rendered to the Bitm...
by focus
Tue, 2011-02-01, 19:57
Forum: DCMTK - General
Topic: Why DVPSStoredPrint allows to send only one annotation ?
Replies: 1
Views: 3492

Why DVPSStoredPrint allows to send only one annotation ?

Hello, I would like to know if it is for some reason that the DVPSStoredPrint only allow to send one annotation Box to DICOMPrint for filmSession? The only way I have found to send Annotations Box is with method setSingleAnnotation, and every time this method is invoked delete all previous annotatio...
by focus
Mon, 2010-10-04, 20:30
Forum: DCMTK - General
Topic: How to Cancel Retrieve of Images
Replies: 17
Views: 21073

Hello Jörg,

Sorry for reply late, but I have been in Holidays. Thanks for your patch, watching it It seems that the issue has been solved.

I will compile the next dcmtk snapshot with this fix and I will test it.

Thanks for your help and all your job.
by focus
Thu, 2010-09-09, 18:43
Forum: DCMTK - General
Topic: How to Cancel Retrieve of Images
Replies: 17
Views: 21073

I don't know if I'm doing something wrong, but if you put "-td 10", is expected that movescu if not receive any data will wait 10 seconds until exit by timeout, no? The problem if you put for example -td 10, that movescu do the timeout immediately, It doesn't wait 10 seconds specified as a...
by focus
Thu, 2010-09-02, 20:31
Forum: DCMTK - General
Topic: How to Cancel Retrieve of Images
Replies: 17
Views: 21073

For the time out issue: Could you please try to build your movescu binary from the current snapshot source code? There were some small changes regarding time outs and I want to be sure that the problem is not solved already. Hi Michael, I have compiled the lastest snapshot of dcmtk in Windows, and ...
by focus
Tue, 2010-07-27, 19:09
Forum: DCMTK - General
Topic: How to Cancel Retrieve of Images
Replies: 17
Views: 21073

Thans Michael for your help. I will try it during this august to compile the lastest snapshot of dcmtk to test if the problems with the timeout are solved. Which is the purpose of this snapshot of dcmtk 3.5.5? It's supposed that it can be used only for testing enviroments? for production enviroments...
by focus
Mon, 2010-07-26, 21:05
Forum: DCMTK - General
Topic: How to Cancel Retrieve of Images
Replies: 17
Views: 21073

First of all Thanks Michael for your answers. I have been testing what you said of abort the association. For DCM4CHEE aboting the connection for incomig images (network association) works well and it's not necessarily to abort the other association with PACS where we receive the c-move responses, D...
by focus
Mon, 2010-07-26, 09:20
Forum: DCMTK - General
Topic: How to Cancel Retrieve of Images
Replies: 17
Views: 21073

But which connection We have to abort ? Only the association network connection (the connection we receive the images), or we have to abort this connection and the connection with PACS (the connection which we receive c-move response).

Thanks.
by focus
Mon, 2010-07-26, 07:34
Forum: DCMTK - General
Topic: How to Cancel Retrieve of Images
Replies: 17
Views: 21073

Thanks for your answer, I have some doubts about how we have to abort the connection. Based in the movescu code Where have we to abort the connection? in storeSCPCallback method after retrieve an image, in moveCallback method where is sent the cancelRequest, ..... in another point ? Another doubt is...
by focus
Fri, 2010-07-23, 20:16
Forum: DCMTK - General
Topic: How to Cancel Retrieve of Images
Replies: 17
Views: 21073

How to Cancel Retrieve of Images

Hello, We are developing on our viewer that the user can cancel retrieve of DICOM files at any moment. We have tested our code succesfully with DCM4CHEE, using DIMSE_sendCancelRequest method the retrieve of DICOM files is cancelled, but we have another PACS to test that this doesn't accept cancelReq...
by focus
Tue, 2010-07-13, 20:18
Forum: DCMTK - General
Topic: error with dimse-timeout :0006:0207 DIMSE No data available
Replies: 8
Views: 17624

I'm experimenting the same issue with movescu. When I use movescu with -td (--dimse-timeout) parameter immediately I receive 0006:0207 DIMSE No data available (timout in non-blocking mode) Aborting Association Without -td parameter movescu works well, there is a workaround to solve this problem with...
by focus
Mon, 2010-02-22, 19:34
Forum: DCMTK - General
Topic: Retrieve Enhanced MR as MR Images
Replies: 3
Views: 5738

Thanks for your reply. We have create our own dcmAllStorageSOPClassUIDs (dcmAllStorageSOPClassUIDs is a const char[] list that defines the accepted SOPs from dcmtk) without Enhanced SOP classes, and then when we receive a store request with an Enhanced SOP class we reject it, because PACS only prese...
by focus
Thu, 2010-02-11, 20:42
Forum: DCMTK - General
Topic: Retrieve Enhanced MR as MR Images
Replies: 3
Views: 5738

Retrieve Enhanced MR as MR Images

Hello, We have developed a viewer that doesn't support yet Enhanced MR studies, as we use dcmtk to retrieve studies the users can retrieve Enhanced MR studies, but when they try to visualize our viewer hangs up. The problems is with the libraries we use to visualize the Images. The presentation cont...
by focus
Mon, 2010-01-25, 21:31
Forum: DCMTK - General
Topic: Copy Header Tags on copy DcmDataset
Replies: 1
Views: 3222

Copy Header Tags on copy DcmDataset

Hello, I would like to now if there is a way to copy from DcmDataset with pixeldata only the Dicom Header Data. We have a DcmDataset DcmDataset dataset1; dataset1 is a DcmDataset with pixel data, then using the constructor of DcmDataset we copy dataset1 object Dcmdataset dataset2 = DcmDatset(dataset...