-
Notifications
You must be signed in to change notification settings - Fork 599
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
Dicom writer error: Offset is outside the bounds #335
Comments
The dicomWriter.test are passing and I can anonymise the Now the DICOM support for the writer is limited, maybe the data you are using was not tested, could you share some? About your code, the file writer takes a blob as input not the raw buffer. Check out the anonimyser code. |
Hi @rafasoyyo, did you make any progress on this one? |
Hi @ivmartel, What do you think? I could create a merge request for this test, if you like. Best, Yulia |
@yulia-tue, it seems reasonable, I create #343 to record the change. |
Sorry @ivmartel, I had no time. I will have a look this weekend and I will notify you what append. |
Hi @ivmartel, you were right, DicomWriter works fine but my dicom is not supported. |
Ok, so I close this issue. The work needed to improve the writer has been described in #343. |
From #264
I cannot use Dicom Writer
It always throws the error: Offset is outside the bounds of the DataView.
Maybe I am doing something wrong...
I have attached a file with my code
writer.zip
The text was updated successfully, but these errors were encountered: