Search found 3 matches

by jeffromo
Mon, 2006-08-21, 20:54
Forum: DCMTK - General
Topic: DICOM and DICOM SR XML
Replies: 1
Views: 2605

DICOM and DICOM SR XML

I've been working with the toolkit for about a month now and am quite impressed. I am particulary interested in the XML schemas.

I was wondering if the XML schemas are based on any standards or upcoming draft standards?

Does anyone have any knowledge of where DICOM is on the support of XML?
by jeffromo
Tue, 2006-08-08, 18:13
Forum: DCMTK - General
Topic: Loading a DSRDocument from a string
Replies: 3
Views: 4172

I need to load a DSR from an XML document

This looks like it is close to what I need, but in my case I have and XML document in an _bstr_t.

_bstr_t bstrXML = TEXT("<?xml version=\"1.0\" encoding=\"UTF-8\" ?< OFFIS DSR XML Docuement>

I need to load this into a DSRDocument.
by jeffromo
Mon, 2006-08-07, 21:29
Forum: DCMTK - General
Topic: Loading a DSRDocument from a string
Replies: 3
Views: 4172

Loading a DSRDocument from a string

Is it possible to load a DSRDocument from a string value without writing it to a file?