Search found 8 matches

by canonrad
Fri, 2006-07-07, 03:54
Forum: DCMTK - General
Topic: Key Object Reports and accessing image references
Replies: 1
Views: 2828

Key Object Reports and accessing image references

If I have a key Object report or any SR, is there a way to parse out the image references? DSRDocument tree has the gotoNamedNode function, but I didn't think image references had names. I thought about using getNextNode of goToNext, but there is no guarantee that the node would be an image node. An...
by canonrad
Tue, 2006-05-02, 15:33
Forum: DCMTK - General
Topic: Write XML and binary="hidden"
Replies: 1
Views: 2959

Write XML and binary="hidden"

I am trying to debug find queries returned from Conquest. The queries come back normally. but I can't get the value strings and when I write the query as xml I get binary="hidden" for the value. I assume this is due to the lack of a Specific Character Set element. If I add a SpecificCharac...
by canonrad
Fri, 2006-04-14, 03:16
Forum: DCMTK - General
Topic: JPEG 2000
Replies: 11
Views: 14937

I'm not in a great rush. We already have some JPEG 2000 support. I was hoping to integrate it more seamlessly with dcmtk, but I have plenty on my plate right now.
Lance
by canonrad
Thu, 2006-03-23, 00:52
Forum: DCMTK - General
Topic: JPEG 2000
Replies: 11
Views: 14937

Colby,
Talk it over. If possible it would be great.
Lance
by canonrad
Fri, 2006-03-17, 22:14
Forum: DCMTK - General
Topic: JPEG 2000
Replies: 11
Views: 14937

Colby,

Any chance you would share the code you used to implement openJPEG?

Lance
by canonrad
Thu, 2006-03-16, 22:29
Forum: DCMTK - General
Topic: JPEG 2000
Replies: 11
Views: 14937

I tried to email this address NOdicom@SPAMoffis.de but it bounced back.

Lance
by canonrad
Thu, 2006-03-16, 22:13
Forum: DCMTK - General
Topic: JPEG 2000
Replies: 11
Views: 14937

Our built in JPEG 2000 code uses Jasper and I had problems with signed 16 bit data. I would be interested in your code, but I'm not sure how to deal with its propietary nature given that OsiriX is licensed as Open Source.
Lance
by canonrad
Thu, 2006-03-09, 23:41
Forum: DCMTK - General
Topic: JPEG 2000
Replies: 11
Views: 14937

JPEG 2000

I see that the latest version of dcmtk has support for JPEG2000 TS, but I don't see any associated codecs. Over at OsiriX we are moving more of our DICOM code to DCMTK and I was wondering if anybody has stable codecs they would be willing to share. I have heard of reports of problems with Jasper. Ha...