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

ENH: add support for describing device observer context #360

Closed fedorov closed 5 years ago

fedorov commented 5 years ago

This functionality was needed in particular to be able to better describe software version in https://github.com/Radiomics/pyradiomics/pull/437.

fedorov commented 5 years ago

@pwighton - the functionality we discussed by email is now merged, I guess the updated docker should be there soon.

What DICOM does not specify is to how the Device observer semantics maps to software, as it seems the main use case was to communicate attributes of a physical device producing the report. I am thinking to use "Device Observer Name" to encode the name of the software, and "Device Observer Model Name" for the version. I emailed @dclunie in case he has better suggestions. I think it would be nice to have the standard be more explicit about describing software, but this will not happen anytime soon, so we have to make some decisions now.

pwighton commented 5 years ago

Thanks @fedorov, that seems reasonable.