How to use XTK read arrayBuffer data

125 Views Asked by At

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.

1

There are 1 best solutions below

0
Jiao Cheng-Yang On

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.