UnexpectedDataValueLength { tag: Tag(0x0002, 0x0001) } #565
Labels
C-object
Crate: dicom-object
compatibility
This concerns robustness to other DICOM implementations
good first issue
Hello everyone!
I have a little question about dicom_object crate. I'm trying to read a valid DICOM file exported from NewTom scanner using, for example, this snippet of code:
But there is such error: Error: ParseMetaDataSet { source: UnexpectedDataValueLength { tag: Tag(0x0002, 0x0001), length: Length(0),... I tried some other different read options but no positive result. All DICOM tags in a file are presented except this one which is empty, that's the feature of DICOMs made on this type of scanner and never had problems reading DICOMs from other manufacturers.
Is there a way to read all DICOM tags anyway, ignoring this error (emptiness of such tags)? Or maybe turn of Snafu to make logs clear?
Glad to hear you solutions, thanks :)
The text was updated successfully, but these errors were encountered: