Search found 11 matches

by xcoder
Mon, 2012-05-14, 14:22
Forum: DCMTK - General
Topic: RetrieveLoactionUID missing
Replies: 2
Views: 3769

RetrieveLoactionUID missing

I try to create a Key Object Selection Document with dcmtk. There is no setter (also no variable in SeriesStruct) for the retrieve location uid on the requested procedure evidence. Here a a snippet of my code: DSRDocument document(DSRTypes::DT_KeyObjectSelectionDocument); document.setPatientName(pat...
by xcoder
Thu, 2011-09-29, 13:06
Forum: DCMTK - General
Topic: DIMSE No valid Presentation Context ID
Replies: 2
Views: 8393

thanks, works great
by xcoder
Thu, 2011-09-29, 10:07
Forum: DCMTK - General
Topic: DIMSE No valid Presentation Context ID
Replies: 2
Views: 8393

DIMSE No valid Presentation Context ID

Hi If i try to send a DICOM with an unknown SOP Classes, i get an error mac-gga:bin gga$ ./storescu --verbose localhost 7555 /tmp/agfa.dcm I: checking input files ... I: Requesting Association I: Association Accepted (Max Send PDV: 16372) I: Sending file: /tmp/agfa.dcm E: No presentation context for...
by xcoder
Fri, 2011-04-01, 19:56
Forum: DCMTK - General
Topic: DIMSE: Odd Fragment Length
Replies: 12
Views: 19747

Thanks for your great and fast support.

Glenn
by xcoder
Tue, 2011-03-29, 12:20
Forum: DCMTK - General
Topic: DIMSE: Odd Fragment Length
Replies: 12
Views: 19747

well, maybe this was not correct reported by me. i reported this, because it was a workaround for the last years in our codebase of dcmtk. but maybe the problem was somewhere else and this is already fixed.

so after i tried it, i got the new issue with this file.
by xcoder
Mon, 2011-03-28, 13:07
Forum: DCMTK - General
Topic: DIMSE: Odd Fragment Length
Replies: 12
Views: 19747

I tested all options here is the result: ./dcmdump /Volumes/Scratch/gga/dicom/test.dcm I: DcmDataDictionary: Loading file: /Development/Products/Dependencies/Libraries/c/dcmtk/3.6.0/Mac/share/dcmtk/dicom.dic W: DcmItem: Length of element (7fe0,0010) is odd # Dicom-File-Format # Dicom-Meta-Informatio...
by xcoder
Wed, 2011-03-23, 13:46
Forum: DCMTK - General
Topic: DIMSE: Odd Fragment Length
Replies: 12
Views: 19747

ok i tested it with storescu/storescp here is the output: Q:\Products\Dependencies\Libraries\c\dcmtk\3.6.0\Windows\bin>storescu localhost 5000 test.dcm W: DcmItem: Length of element (7fe0,0010) is odd W: DIMSE Warning: (STORESCP,STORESCP): writeBlock Failed (Invalid stream) E: Store Failed, file: te...
by xcoder
Wed, 2011-03-23, 13:06
Forum: DCMTK - General
Topic: DIMSE: Odd Fragment Length
Replies: 12
Views: 19747

i use storescu for sending the DICOM file to the service. The service is self written and based on dcmtk.

Maybe i can anonymize the DICOM file and post it.
by xcoder
Wed, 2011-03-23, 10:26
Forum: DCMTK - General
Topic: DIMSE: Odd Fragment Length
Replies: 12
Views: 19747

I wrote my own application based on DCMTK.

But i think this code is also used in the dcmtk tools, isn't it?

Glenn
by xcoder
Mon, 2011-03-21, 12:44
Forum: DCMTK - General
Topic: DIMSE: Odd Fragment Length
Replies: 12
Views: 19747

DIMSE: Odd Fragment Length

Hi all I have troubles with some DICOM files. At Line 1213 in dimse.cc there is a check for odd fragment length. If i comment this check out, everything works fine with my files. Should this not only be a warning? (I know the DICOM Standard says, this should never be happen, but everything works fin...
by xcoder
Thu, 2011-03-17, 16:07
Forum: DCMTK - General
Topic: TLS callback and better logging in error case
Replies: 1
Views: 3184

TLS callback and better logging in error case

Hi all For the Audit Trail IHE i needed a custom callback in the tls layer (for security alerts). I created a patch. Is it possible to integrate the patch into the trunk? http://www.egastones.ch/~gganz/tlslayer.cc.patch http://www.egastones.ch/~gganz/tlslayer.h.patch The patch will create also a log...