Back to Projects List
VolView is an open source radiological viewer developed by Kitware that excels in 3D visualization. Currently, this viewer can be used to visualize files uploaded into the browser.
NCI Imaging Data Commons is a cloud-based repository of cancer imaging data, which among other features provides free access to the DICOM files curated in Google Storage public buckets.
While IDC integrates OHIF and Slim viewers, the instances of the viewers maintained by IDC can only be used to visualize data in IDC. Users that want to visualize analysis results they produce in OHIF or Slim need to deploy their own instances of the viewers. That process is documented, but involves many steps and can be too difficult for many users. Furthermore, OHIF Viewer v2 used in IDC does not have any functionality to support 3D visualization.
In this project we want to investigate the use of existing VolView instance maintained by Kitware at https://volview.kitware.com/ to visualize data in public Google Storage buckets. This will allow:
[
{
"origin": ["https://volview.netlify.app/"],
"method": ["*"],
"responseHeader": ["Content-Type"],
"maxAgeSeconds": 3600
}
]
$ gcloud storage buckets update gs://<YOUR_BUCKET> --cors-file=./idc-volview-pilot-cors.json
{"resources":[{"url":"gs://<YOUR_BUCKET>/lymph/000cdc4d-7700-46be-82ec-7eff30eacd63.dcm"},{"url":"gs://<YOUR_BUCKET>/lymph/00187779-6957-48c5-ad00-8aeaa8f34642.dcm"},{"url":"gs://<YOUR_BUCKET>/lymph/0024f696-98a8-4251-8702-c9bb690e281a.dcm"},{"url":"gs://<YOUR_BUCKET>//lymph/00c78534-a63f-46cd-abbc-32003a58d3ec.dcm"},{"url":"gs://<YOUR_BUCKET>//lymph/01e2fad8-386b-4e04-8a74-9f52c9af9919.dcm"}
[...]
* when CORS config is propagated, you should be able to open the images in Kitware hosted VolView instance using this URL format: `https://volview.netlify.app/?urls=https://storage.googleapis.com/<YOUR_BUCKET>/<YOUR_MANIFEST>.json`
Link to try out: https://volview.netlify.app/?urls=https://storage.googleapis.com/idc-volview-pilot/idc-test.json