-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
service:wado-rsThis issue affects the WADO-RS serviceThis issue affects the WADO-RS service
Description
Do we really need to parse every DICOM file before sending them to the client?
I think we can just pass through the raw data (Vec<u8>), unless we want to change some attributes (is there some kind of lazy parsing in dicom-rs so we do not need to parse the entire file?).
Maybe introduce a new config option validate: <false|true>, as validation of data before sending seems like a good idea?
Metadata
Metadata
Assignees
Labels
service:wado-rsThis issue affects the WADO-RS serviceThis issue affects the WADO-RS service