Search found 2 matches

by koji
Tue, 2015-06-16, 01:24
Forum: DCMTK - General
Topic: Conversion from stringstream to DcmInputBufferStream
Replies: 2
Views: 4368

Re: Conversion from stringstream to DcmInputBufferStream

Dear Mr.Riesmeier, Thank you for your reply. You hit a good point. It is exactly what I suspected first. I describe two codes, one generates error, and the other works fine. Both codes try to feed CGI uploaded stringstream DICOM file to DcmDataset. Only the difference between the two is in that the ...
by koji
Fri, 2015-06-05, 10:09
Forum: DCMTK - General
Topic: Conversion from stringstream to DcmInputBufferStream
Replies: 2
Views: 4368

Conversion from stringstream to DcmInputBufferStream

Hello, I am trying to apply DCMTK to web uploaded DICOM file, and having difficulties to use read method of DcmFileFormat. I know that uploaded DICOM file is successfully saved into stringstream, but when I try to process it using DcmFileFormat, converted file contents are corrupted so that a series...