Search found 99 matches

by Markus Sabin
Wed, 2006-03-01, 18:07
Forum: DCMTK - General
Topic: error with dcm2xml
Replies: 7
Views: 8569

dcm2xml is not capable of converting an xml file back to dicom
by Markus Sabin
Wed, 2006-02-15, 15:27
Forum: DCMTK - General
Topic: TCP I/O problem with storescu
Replies: 13
Views: 20736

Hi Michael,

thank you for your quick reply. The error message you get on the server side might be related to our problem (Currently, I can not see what is exactly going on on the server side). If I find out more, I will post it here as well.

Best regards

Markus
by Markus Sabin
Wed, 2006-02-15, 15:02
Forum: DCMTK - General
Topic: TCP I/O problem with storescu
Replies: 13
Views: 20736

Hi all, I have encountered the same or a similar problem sending images to a diagnostic workstation with storescu, but I was sure, it could not be an error in the toolkit (until now :-( ). The error occurs with v3.53 and 3.54 of dcmtk. I have modified DcmTCPConnection::write: int iRet = send(getSock...
by Markus Sabin
Fri, 2006-01-27, 12:55
Forum: DCMTK - Installation
Topic: linking simple program in C++ VS2005
Replies: 5
Views: 9846

Hi John, I' not sure, but it looks as if exception handling is disabled for at least one of your projects. Most likely, the problem is in CMakeLists.txt. Make sure, that the /EHsc option is set in CMAKE_CXX_FLAGS for all configurations (Debug, Release, ...) If you do not use Exception handling, disa...
by Markus Sabin
Fri, 2006-01-27, 08:30
Forum: DCMTK - Installation
Topic: linking simple program in C++ VS2005
Replies: 5
Views: 9846

Hi John,

you need to add the dcmtk libraries (in this case: dcmdata and ofstd) to your project's linker options (Project properties -> Linker -> Input -> Additional Dependencies)

HTH

Markus
by Markus Sabin
Tue, 2006-01-24, 08:59
Forum: DCMTK - General
Topic: Query patient images
Replies: 8
Views: 9698

Hi, as Marco stated above, you have to query down from the patient to the instance (image-) level. However, there is a good chance that your DICOM archive will accept and answer a query correctly that contains all the attributes in one dataset, e.g. (0008,0052) CS [IMAGE] # QueryRetrieveLevel (0010,...
by Markus Sabin
Thu, 2006-01-19, 14:36
Forum: DCMTK - General
Topic: Query patient images
Replies: 8
Views: 9698

Referring to DICOM, Part 4 C.3.3 Patient/Study Only Query/Retrieve Information Model The Patient/Study Only Query/Retrieve Information Model is identical to the Patient Root except the series and composite object instance levels are not supported. Note: Even though this model does not include the co...
by Markus Sabin
Thu, 2005-12-22, 17:35
Forum: DCMTK - General
Topic: Can't set PDU-Size in storescu.exe
Replies: 1
Views: 4031

I have encountered exactly that problem with a specific PACS some months ago. I do not want to name the vendor here (but the logfile looks quite similar). The problem was caused by a bug in the server and is well-known at the vendor's site. A patch should be available.

Best regards

Markus
by Markus Sabin
Tue, 2005-12-13, 17:49
Forum: DCMTK - General
Topic: C-Find request and Status/DataSetType values
Replies: 3
Views: 5292

I have another question about the DataSetType (0x0000, 0x0800). We are currently testing our dcmtk-based PACS application against products by other vendors. We had a problem with the JDicom Query/Retrieve SCU and found out, that it processes our responses properly, if we set the DataSetType in the C...