ENH: set a flag when DICOM ambiguous ordering fallback is used - #6766
ENH: set a flag when DICOM ambiguous ordering fallback is used#6766seanm wants to merge 1 commit into
Conversation
|
This flag can be used by callers to know the fallback happened, and warn end users.
|
One open question on the contract, not a defect in the current code: Two readings, both defensible — the doc comment ("If ambiguous ordering is encountered, this is set to true.") doesn't say which is intended:
Worth pinning down in the Doxygen either way, since the flag exists to be read by callers deciding whether to warn. |
This flag can be used by callers to know the fallback happened, and warn end users.
PR Checklist
Refer to the ITK Software Guide for
further development details if necessary.