-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Filter duplicate measurements instead of disabling plugins #209
Comments
When we developed the It would be easy to add to I still think of it as a DICOM SR export issue that should get handled during SR export where the user gets feedback "Successfully exported SR" with potential warnings: |
@chribaue I see your argument. I don't think we should add |
Maybe it is even better to describe the plugin used to generate the measurement in the measurment modifier (line 6 of http://dicom.nema.org/medical/dicom/current/output/chtml/part16/chapter_A.html#sect_TID_1419). We can have unlimited number of such modifiers per measurement. You can also see an example of how this is communicated in the parameter file to the converter here: https://github.com/QIICR/dcmqi/blob/master/doc/examples/sr-tid1500-ct-liver-example.json#L63-L87 |
@fedorov both approaches sound reasonable to me. In the spirit of data provenance, we want to maintain which software/measurement method was used to produce the results. @dclunie is definitely the person to consult on how to do that. I just though of two points we should keep in mind:
|
Those features are already supported by
We don't know! The only DICOM compatible software that supports SR TID 1500 is ePAD, and they use dcmqi! We are literally on the cutting edge here establishing the pattern of encoding this kind of things. It would be great if there were more tools or at least bigger community to discuss those ideas. |
related to #217 |
After discussion, it was decided it makes sense to use TID 1409 Algorithm Identification for the purpose of specifying the plugin used. Depends on QIICR/dcmqi#328 |
for the reference, QIICR/dcmqi#328 is resolved in QIICR/dcmqi#329. Example of how algorithm information can be populated in the JSON passed to dcmqi is here: https://github.com/QIICR/dcmqi/blob/master/doc/examples/sr-tid1500-example.json#L69-L72 |
Follow up on the discussion in #207 (comment)
The text was updated successfully, but these errors were encountered: