Skip to content
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

Split handling of standard conforming DICOM from non-standard DICOM #4496

Open
thewtex opened this issue Mar 7, 2024 · 0 comments
Open

Split handling of standard conforming DICOM from non-standard DICOM #4496

thewtex opened this issue Mar 7, 2024 · 0 comments
Labels
type:Design Improvement in the design of a given area

Comments

@thewtex
Copy link
Member

thewtex commented Mar 7, 2024

As suggested by @pieper in #4134 (comment)

My general preference would be to have the core reader code only handle completely standard dicom so that it is readable and maintainable. Any special code to handle malformed or vendor specific data should be detected and handled in dedicated classes, ideally with diagnostic info available so users know they have odd data and can report the issues to whoever created it.

@thewtex thewtex added the type:Design Improvement in the design of a given area label Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:Design Improvement in the design of a given area
Projects
None yet
Development

No branches or pull requests

1 participant