Andrey Fedorov
Andrey Fedorov
"General Reference" module is "U", but has the advantage of being able to describe purpose of reference, unlike "Referenced Series Sequence" (which is "C") that is initialized right now. Purpose...
Can update manually for each tool, or introduce a constant and re-generate XML on the fly, or set it at build time...
As reported by a user, there is an example where dcmqi SEG converter crashes with a memory allocation failure. The dataset to reproduce the issue has been provided. The crash...
as noted by David Clunie and Paul Wighton: > > I (well, dcentvfy) also noticed that the population of these attributes is inconsistent between the SR and SEG files: >...
If not provided by the user, initialize it. This can't hurt, but will come handy if measurements are done later using this segmentation.
The issue fixed in this commit was not detected: https://github.com/QIICR/dcmqi/pull/363/commits/97115aa6026ad0c3697a2c15841b4e9b8e6ab90f The problem is that `jsoncompare` does not detect absolute difference between the 2 datasets. Example: 1s.json: ```json { "Key1": "1"...
Currently, only Laterality can be specified for the measurements, but this will not cover all of the use cases, since Anatomic modifier may include terms like "anterior", which would map...
**WIP == FYI == "do not even consider merging"** This is an intermediate commit that aims to improve organization of the conversion functionality, motivated by the various standing issues (e.g.,...
Re #90 * added definitions for the missing VRs * added scheme identification item to the common scheme * added an option to specify identification item in individual schemes WIP...