QIICR / dcmqi

dcmqi (DICOM for Quantitative Imaging) is a free, open source C++ library for conversion between imaging research formats and the standard DICOM representation for image analysis results
https://qiicr.gitbook.io/dcmqi-guide/
BSD 3-Clause "New" or "Revised" License
233 stars 62 forks source link

Improve support for algorithm identification #361

Closed fedorov closed 5 years ago

fedorov commented 5 years ago

Can use Algorithm identification TID http://dicom.nema.org/medical/dicom/current/output/chtml/part16/sect_TID_4019.html to, for example, communicate details about pyradiomics version, and the parameter file can fit nicely into Algorithm Parameters. Unfortunately, at the moment, Algorithm identification is nested under individual measurement, which would make the resulting document highly redundant. Need to add it at the level of measurement group, and @dclunie is working on a CP, but since this will need to be done outside the dcmsr API, it is more messy.