Search found 2506 matches

by J. Riesmeier
Wed, 2012-07-11, 09:33
Forum: DCMTK - Installation
Topic: Difference between snapshots and versions from git.dcmtk.org
Replies: 3
Views: 7727

Re: Difference between snapshots and versions from git.dcmtk

Late follow-up: On Monday 2012-07-09, we switched from CVS to git for our internal source code management and at the same time added tags for the snapshots after the DCMTK 3.6.0 release. See: http://git.dcmtk.org/web?p=dcmtk.git;a=tags
by J. Riesmeier
Tue, 2012-07-10, 15:11
Forum: DCMTK - General
Topic: Read Structured report
Replies: 8
Views: 7758

Re: Read Structured report

But what if it we get any series which contains both images and structured report ? Should we treat such structured report as corrupted. ... then this would be a violation of the DICOM standard. How you handle this situation is up to you (i.e. to your implementation). Also according to standards, s...
by J. Riesmeier
Tue, 2012-07-10, 13:35
Forum: DCMTK - General
Topic: Read Structured report
Replies: 8
Views: 7758

Re: Read Structured report

No, because SR documents have a different modality (e.g. "SR" or "KO").
by J. Riesmeier
Tue, 2012-07-10, 09:08
Forum: DCMTK - General
Topic: Read Structured report
Replies: 8
Views: 7758

Re: Read Structured report

Checking the SOP Class UID is the "official" way of doing this! You could use DSRTyes::sopClassUIDToDocumentType() if you want.
by J. Riesmeier
Mon, 2012-07-09, 16:33
Forum: DCMTK - General
Topic: Read Structured report
Replies: 8
Views: 7758

Re: Read Structured report

I tried to understand dsr2html.exe command prompt option. Can you also please tell me how to disable footer "This page was generated from a DICOM Structured Reporting document by OFFIS DCMTK 3.6.0." I can change it in dcmtk code base directly(line number 1621 dsrdoc.cc file) , but i think...
by J. Riesmeier
Mon, 2012-07-09, 16:11
Forum: DCMTK - Installation
Topic: Build error MSVC2010 newest git version pull
Replies: 2
Views: 5067

Re: Build error MSVC2010 newest git version pull

Thank you for the report. This seems to be caused by the following commit: http://git.dcmtk.org/web?p=dcmtk.git;a=commitdiff;h=1043fc0c801a1fe5de85a722d6d538bf16977731#patch2 Could you check whether it works again without the ".lib" file extension (as it was before)? Thanks. Btw, we tested...
by J. Riesmeier
Mon, 2012-07-09, 08:02
Forum: DCMTK - Installation
Topic: Compile error occurred when practising as FAQ #47 descripted
Replies: 3
Views: 7559

Re: Compile error occurred when practising as FAQ #47 descri

Ignoring (default) libraries is usually a bad idea. You should better make sure that your project is compiled with the same code generation settings as DCMTK!
by J. Riesmeier
Wed, 2012-07-04, 08:40
Forum: DCMTK - General
Topic: Using the XML Schema
Replies: 2
Views: 3053

Re: Using the XML Schema

I cannot tell you what's wrong with Word. This is something you have to ask Microsoft :wink: As you can read in the documentation and in the comment that is contained in dsr2xml.xsd, the purpose of this XML Schema is to validate the input of xml2dsr (and the output of dsr2xml). For example, xml2dsr ...
by J. Riesmeier
Tue, 2012-07-03, 07:48
Forum: DCMTK - General
Topic: storescp output transfer syntax jpeg2000 encoder
Replies: 4
Views: 4660

Re: storescp output transfer syntax jpeg2000 encoder

Example code for decompression of JPEG-compressed DICOM images can be found in the documentation.
by J. Riesmeier
Tue, 2012-07-03, 07:45
Forum: DCMTK - General
Topic: DICOM Date(DA) VR formats
Replies: 3
Views: 4358

Re: DICOM Date(DA) VR formats

The third column of the referenced table contains the "Character Repertoire", e.g. "'0'-'9' of Default Character Repertoire" for DA. Is it possible to annomize the date format of DICOM data in the above format type ? If the date field is type 2, you can replace it with an empty v...
by J. Riesmeier
Mon, 2012-07-02, 14:15
Forum: DCMTK - General
Topic: DICOM Date(DA) VR formats
Replies: 3
Views: 4358

Re: DICOM Date(DA) VR formats

You should check Table 6.2-1 in PS 3.5-2011, e.g. "1983/02/15" is definitely not allowed.
by J. Riesmeier
Mon, 2012-07-02, 08:37
Forum: DCMTK - General
Topic: How to send patient first name, middle name and last name in
Replies: 4
Views: 11327

Re: How to send patient first name, middle name and last nam

The encoding of Person Name (PN) values is defined in part 5 of the DICOM standard. If you are using the API (i.e. if you are programming and not just calling the command line tools), DcmPersonName::putNameComponents() and DcmPersonName::getNameComponents() might be interesting for you.
by J. Riesmeier
Fri, 2012-06-29, 08:36
Forum: DCMTK - General
Topic: Decompressing a dataset having JPEG2000 transfer syntax
Replies: 4
Views: 5254

Re: Decompressing a dataset having JPEG2000 transfer syntax

The list of compression schemes supported by the JPEG decoders can be found in the documentation, e.g. here. Depending on what you mean by "JPEG Extended (Lossy Compressed)", decoder support is available as part of the DCMTK or not.
by J. Riesmeier
Thu, 2012-06-28, 12:51
Forum: DCMTK - General
Topic: Decompressing a dataset having JPEG2000 transfer syntax
Replies: 4
Views: 5254

Re: Decompressing a dataset having JPEG2000 transfer syntax

That's easy to understand: The following code line only registers the decoders for conventional JPEG, i.e. not for JPEG2000, which is a totally different compression scheme:

Code: Select all

DJDecoderRegistration::registerCodecs(); // register JPEG codecs
For JPEG2000 you need e.g. this DCMTK extension.
by J. Riesmeier
Wed, 2012-06-27, 09:29
Forum: DCMTK - General
Topic: DCMTK3.6.0 can't read the test image
Replies: 4
Views: 5543

Re: DCMTK3.6.0 can't read the test image

The encoding of compressed pixel data is described in section A.4 of part 5 of the DICOM standard. The DICOM file you've sent us is not DICOM compliant (not only is this respect, but this is the main reason for your problems). I've also added a new entry to our internal to-do list, because DCMTK sho...