Search found 77 matches
- Wed, 2011-09-21, 15:07
- Forum: DICOMscope - General
- Topic: ENH MR images Window Level
- Replies: 1
- Views: 20595
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...
- Tue, 2011-06-07, 21:11
- Forum: DCMTK - General
- Topic: How to Print Overlay
- Replies: 1
- Views: 3572
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...
- Tue, 2011-02-01, 19:57
- Forum: DCMTK - General
- Topic: Why DVPSStoredPrint allows to send only one annotation ?
- Replies: 1
- Views: 3754
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...
- Mon, 2010-10-04, 20:30
- Forum: DCMTK - General
- Topic: How to Cancel Retrieve of Images
- Replies: 17
- Views: 23579
- Thu, 2010-09-09, 18:43
- Forum: DCMTK - General
- Topic: How to Cancel Retrieve of Images
- Replies: 17
- Views: 23579
- Thu, 2010-09-02, 20:31
- Forum: DCMTK - General
- Topic: How to Cancel Retrieve of Images
- Replies: 17
- Views: 23579
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 ...
- Tue, 2010-07-27, 19:09
- Forum: DCMTK - General
- Topic: How to Cancel Retrieve of Images
- Replies: 17
- Views: 23579
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...
- Mon, 2010-07-26, 21:05
- Forum: DCMTK - General
- Topic: How to Cancel Retrieve of Images
- Replies: 17
- Views: 23579
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...
- Mon, 2010-07-26, 09:20
- Forum: DCMTK - General
- Topic: How to Cancel Retrieve of Images
- Replies: 17
- Views: 23579
- Mon, 2010-07-26, 07:34
- Forum: DCMTK - General
- Topic: How to Cancel Retrieve of Images
- Replies: 17
- Views: 23579
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...
- Fri, 2010-07-23, 20:16
- Forum: DCMTK - General
- Topic: How to Cancel Retrieve of Images
- Replies: 17
- Views: 23579
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...
- Tue, 2010-07-13, 20:18
- Forum: DCMTK - General
- Topic: error with dimse-timeout :0006:0207 DIMSE No data available
- Replies: 8
- Views: 19136
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...
- Mon, 2010-02-22, 19:34
- Forum: DCMTK - General
- Topic: Retrieve Enhanced MR as MR Images
- Replies: 3
- Views: 6570
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...
- Thu, 2010-02-11, 20:42
- Forum: DCMTK - General
- Topic: Retrieve Enhanced MR as MR Images
- Replies: 3
- Views: 6570
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...
- Mon, 2010-01-25, 21:31
- Forum: DCMTK - General
- Topic: Copy Header Tags on copy DcmDataset
- Replies: 1
- Views: 3472
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...