Andrey Fedorov
Andrey Fedorov
Following the discussion of [this use case](https://qiicr.gitbooks.io/dcmqi-guide/content/use_cases/freesurfer.html) with @dclunie, David pointed out: > I realized that I forgot to mention one option during the call, and > that is to...
@jcfr in #236 > Question: Where should we keep "developer" documentation ? > > Having *User Guide* on Gitbook makes sense (https://qiicr.gitbooks.io/dcmqi-guide/) > > I would suggest to have the...
The idea is to simplify the process of creating the TID1500 SRs by allowing the user to pass two CSV files that summarize the measurement. One with the actual measurements,...
As discussed with @lassoan, it makes sense to separate the logic of [DICOMPatcher](https://github.com/Slicer/Slicer/tree/master/Modules/Scripted/DICOMPatcher) with just a dependency on pydicom to help users with fixing input DICOM data, including for the...
Function in question: https://github.com/QIICR/dcmqi/blob/master/include/dcmqi/ImageSEGConverter.h#L51 It is also needed by the PM converter To be discussed in the context of refactoring of the code organization.
See how it is done in https://github.com/QIICR/Iowa2DICOM/blob/master/SingleTimepoint/EncodeMeasurementsSR.cxx#L997 Need to add corresponding components to JSON ...