Search found 3 matches

by dean.inglis
Tue, 2017-06-13, 18:51
Forum: DCMTK - General
Topic: vascular US structured report
Replies: 5
Views: 5226

Re: vascular US structured report

as a final comment, based on the dsrdump and also by reviewing tags in a full dcmdump of the described SR file, there doesn't appear to be any identifying tag (DSRContentItem) that can be used to specify a unique value selection among multiple (DSRNumericMeasurementValue) values. Currently I extract...
by dean.inglis
Mon, 2017-06-12, 21:00
Forum: DCMTK - General
Topic: vascular US structured report
Replies: 5
Views: 5226

Re: vascular US structured report

Hi, sorry for the lack of clarity. Here is the data dumped with +Pn. I think my DCMTK specific question would be "how can one traverse an SR document tree using the DCMTK SR API to recover a unique and correct set of measurement values?" Comprehensive SR Document Manufacturer : GEMS Ultras...
by dean.inglis
Mon, 2017-06-12, 14:09
Forum: DCMTK - General
Topic: vascular US structured report
Replies: 5
Views: 5226

vascular US structured report

I have written a simple command line SR parser (git tag DCMTK-3.6.1_20140617, gcc 4.8.4) to extract carotid intima thickness (cIMT) measurement values. I get essentially the same information using dsrdump or dsr2xml, so I don't think there is an issue with my c++ code. The problem is that there are ...