Search found 342 matches
- Fri, 2023-02-03, 17:38
- Forum: DCMTK - General
- Topic: 0xa900: Error: Refused - Data Set does not match SOP Class
- Replies: 11
- Views: 111
Re: 0xa900: Error: Refused - Data Set does not match SOP Class
I think I found the solution. K-PACS has two C-STORE modes, one using the internal method (the default) and one using DCMTKś In file k-pacs.ini, there's this parameter: UseDCMTKStore=0 If you change it to this: UseDCMTKStore=1 The C-STORE uses dcmtk instead of the internal, and everything starts to ...
- Fri, 2023-02-03, 11:49
- Forum: DCMTK - General
- Topic: 0xa900: Error: Refused - Data Set does not match SOP Class
- Replies: 11
- Views: 111
Re: 0xa900: Error: Refused - Data Set does not match SOP Class
Sorry, here is the complete frame, from 13:18:30 to 13:18:33. It looks like the issue happens when more than one Secondary Capture image is sent in the same association. In this association there is a Message ID: 3 that's received ok, but Message ID: 5, 7 and 9 are wrong. 2023-02-02 13:18:30.429 DEB...
- Thu, 2023-02-02, 16:19
- Forum: DCMTK - General
- Topic: 0xa900: Error: Refused - Data Set does not match SOP Class
- Replies: 11
- Views: 111
Re: 0xa900: Error: Refused - Data Set does not match SOP Class
Ok, please take a look: 2023-02-02 13:27:22.268 DEBUG - dcmnet - setting network send timeout to 60 seconds 2023-02-02 13:27:22.268 DEBUG - dcmnet - setting network receive timeout to 60 seconds 2023-02-02 13:27:22.270 DEBUG - dcmnet - PDU Type: Associate Request, PDU Length: 262 + 6 bytes PDU heade...
- Thu, 2023-02-02, 15:31
- Forum: DCMTK - General
- Topic: 0xa900: Error: Refused - Data Set does not match SOP Class
- Replies: 11
- Views: 111
Re: 0xa900: Error: Refused - Data Set does not match SOP Class
Let me write here what the server is receiving: 2023-02-02 13:18:59.629 INFO - dcmqrdb - ===================== INCOMING DIMSE MESSAGE ==================== 2023-02-02 13:18:59.629 INFO - dcmqrdb - Message Type : C-STORE RQ 2023-02-02 13:18:59.629 INFO - dcmqrdb - Message ID : 99 2023-02-02 13:18:59.6...
- Thu, 2023-02-02, 15:11
- Forum: DCMTK - General
- Topic: 0xa900: Error: Refused - Data Set does not match SOP Class
- Replies: 11
- Views: 111
0xa900: Error: Refused - Data Set does not match SOP Class
Hi, in dcmqrscp I'm getting the error "0xa900: Error: Refused - Data Set does not match SOP Class" when sending some MPR images generated by a Toshiba CT scanner. Firstly the images were sent to K-PACS (it receives ok), then to dcmqrscp. Here is the dicom header: (Group,Element) TAG Description VR V...
- Wed, 2022-10-26, 19:17
- Forum: DCMTK - General
- Topic: Carestream Trophy Panoramic images too bright
- Replies: 4
- Views: 331
Re: Carestream Trophy Panoramic images too bright
Yes: http://45.63.8.72/downloads/carestream1.dcmJ. Riesmeier wrote: ↑Mon, 2022-10-24, 19:57Could you make a DICOM sample file available for download?
- Fri, 2022-10-21, 12:15
- Forum: DCMTK - General
- Topic: Carestream Trophy Panoramic images too bright
- Replies: 4
- Views: 331
Carestream Trophy Panoramic images too bright
Hi, I found Panoramic images generated by Kodak/Carestream Trophy are displayed too bright (you can see an example here: https://github.com/nroduit/Weasis/discussions/335). I checked agains dcmtk's dcmj2pnm, Weasis and CornerstoneJs based viewes and all shows the same behavior. The only one that sho...
- Thu, 2022-01-06, 15:58
- Forum: DCMPRINT
- Topic: tcpprt printing to Carestream DryView 5950
- Replies: 1
- Views: 2172
[SOLVED] Re: tcpprt printing to Carestream DryView 5950
Now it works. The printer had to be configured (via a Web Page that only runs on Internet Explorer 6), and adding a setting for the calling AETitle, where there the field engineer defines to which bin/film size pages sent by that client should be printed.
- Wed, 2022-01-05, 20:54
- Forum: DCMPRINT
- Topic: tcpprt printing to Carestream DryView 5950
- Replies: 1
- Views: 2172
tcpprt printing to Carestream DryView 5950
Hi, I'm trying to print to a Carestream DryView 5950 using tcpprt. From the client side everything looks correct (see the next output), but the printer, in its display shows an error that looks like an incorrect film size. First B 20 and then B 25 and a three sheets of paper icon indicating the prin...
- Wed, 2021-08-11, 18:55
- Forum: DCMTK - General
- Topic: Building without libwrap on FreeBSD
- Replies: 5
- Views: 2053
Re: Building without libwrap on FreeBSD
Well, with this awful fix it compiled, now let's see if it works. 344 static OFString getLocaleEncoding() 345 { 346 #ifdef WITH_LIBICONV 347 // basically, the function below should always return a non-empty string 348 // but older versions of libiconv might return NULL in certain cases 349 //return ...
- Wed, 2021-08-11, 15:27
- Forum: DCMTK - General
- Topic: Building without libwrap on FreeBSD
- Replies: 5
- Views: 2053
Re: Building without libwrap on FreeBSD
DCMTK build correctly, but now my programs returns this: ld: error: undefined symbol: locale_charset >>> referenced by ofchrenc.cc >>> ofchrenc.cc.o:(OFCharacterEncoding::getLocaleEncoding()) in archive /home/informemedico/dcmtk/dcmtk-3.6.2/lib/libofstd.a >>> referenced by ofchrenc.cc >>> ofchrenc.c...
- Wed, 2021-08-11, 15:01
- Forum: DCMTK - General
- Topic: Building without libwrap on FreeBSD
- Replies: 5
- Views: 2053
Re: Building without libwrap on FreeBSD
Now I'm building dcmtk with:
Let's see what happens.
Code: Select all
CXX=clang++70 CC=clang70 cmake -DDCMTK_WITH_WRAP=OFF .
- Wed, 2021-08-11, 14:42
- Forum: DCMTK - General
- Topic: Building without libwrap on FreeBSD
- Replies: 5
- Views: 2053
Building without libwrap on FreeBSD
Hi, I'm trying to build a program that uses dcmnet on FreeBSD12.2 To build dcmtk 3.6.2 I used: CXX=clang++70 CC=clang70 cmake . make Everything built without issues, then I tried to compile my program, that requires dcmnet, dcmdata and a couple more libraries and got this: ld: error: undefined symbo...
- Sat, 2019-08-03, 19:56
- Forum: DCMTK - General
- Topic: No SOPInstanceUID for Series?
- Replies: 1
- Views: 1395
No SOPInstanceUID for Series?
I'm doing some C-Find commands against a GE PACS (Centricity) and found this funny results. When I query for series I get this: findscu -v --study -k 0008,0052=SERIES -k 0020,000D=1.2.840.113619.2.452.3.1678428672.149.1564403906.381 -k 0020,000E -k 0008,0060 --aetitle SCPAET --call GEPACS 10.100.0.4...
- Mon, 2019-05-27, 14:28
- Forum: DCMTK - General
- Topic: Simplify output of dcmsend, findscu and movescu
- Replies: 3
- Views: 2108
Re: Simplify output of dcmsend, findscu and movescu
Thank you for your (feature) request. findscu already has various --extract options for extracting the C-FIND response datasets to various formats, including DICOM and XML. I don't think that it makes sense to add further output formats since all DCMTK tools are basically meant as sample programs t...