I would like to know how to read arrayBuffer data (DICOM arrayBuffer) by using XTK library. I have already tried lots methods, but do not work.
Asked
Active
Viewed 111 times
-1
-
According to the documentation, only uncompressed DICOMs are supported. Do you have proper files? – Bartłomiej Jan 29 '18 at 20:15
1 Answers
0
I have found a solution.
http://jsfiddle.net/73av5041/3/
shows that volume.file can be a array of name files. Then put the arrayBuffer
data into volume.filedata
directly. Keep the number of files and the length of arrayBuffer
same.

Jiao Cheng-Yang
- 19
- 2