All Projects → GoogleCloudPlatform → dicomweb-wsi-viewer

GoogleCloudPlatform / dicomweb-wsi-viewer

Licence: Apache-2.0 license
Proof of concept whole slide imaging viewer on top of Google Cloud Healthcare DICOM API.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to dicomweb-wsi-viewer

bluelight
a browser-based DICOM viewer
Stars: ✭ 35 (+2.94%)
Mutual labels:  dicom, dicomweb, wsi
qupath-chcapi-extension
Extension to QuPath application adding support for reading from Google Cloud Healthcare API.
Stars: ✭ 13 (-61.76%)
Mutual labels:  dicom, dicomweb
dicomweb-server
Lightweight DICOMweb Server with CouchDB
Stars: ✭ 74 (+117.65%)
Mutual labels:  dicom, dicomweb
weasis-chcapi-extension
Weasis plugin adding support for the Google Cloud Healthcare API
Stars: ✭ 12 (-64.71%)
Mutual labels:  dicom, dicomweb
neurdicom
RESTful PACS server with plugins
Stars: ✭ 97 (+185.29%)
Mutual labels:  dicom, dicomweb
wsi-to-dicom-converter
Conversion tool/library for converting whole slide images to DICOM
Stars: ✭ 52 (+52.94%)
Mutual labels:  dicom, wsi
healthcare-dicom-dicomweb-adapter
Adapter which transforms DIMSE requests to DICOMweb requests
Stars: ✭ 92 (+170.59%)
Mutual labels:  dicom, dicomweb
dicom-microscopy-viewer
Web-based DICOM slide microscopy viewer library
Stars: ✭ 70 (+105.88%)
Mutual labels:  dicom, dicomweb
dicomweb-pacs
Easy to use DICOMWEB enabled PACS with DIMSE services based on sqlite database
Stars: ✭ 42 (+23.53%)
Mutual labels:  dicom, dicomweb
dicomifier
A medical image converter
Stars: ✭ 22 (-35.29%)
Mutual labels:  dicom
dcm
A lightweight C++ DICOM library (for study purpose only!)
Stars: ✭ 25 (-26.47%)
Mutual labels:  dicom
Emory-BMI-GSoC
Emory BMI GSoC Project Ideas
Stars: ✭ 27 (-20.59%)
Mutual labels:  dicom
MRIcro
macOS Xcode GLSL Volume Render for NIfTI, Bio-Rad Pic, NRRD, Philips, ITK MetaImage, AFNI, Freesurfer, DICOM images.
Stars: ✭ 17 (-50%)
Mutual labels:  dicom
pylidc
An object relational mapping for the LIDC dataset using sqlalchemy.
Stars: ✭ 88 (+158.82%)
Mutual labels:  dicom
dicom-standard-chinese
Chinese translation of DICOM standard, DICOM协议中文版
Stars: ✭ 26 (-23.53%)
Mutual labels:  dicom
dicom-dimse-native
node js native addon for dimse services
Stars: ✭ 33 (-2.94%)
Mutual labels:  dicom
DigiPathAI
Digital Pathology AI
Stars: ✭ 43 (+26.47%)
Mutual labels:  wsi
dicognito
A library and command line tool for anonymizing DICOM files
Stars: ✭ 17 (-50%)
Mutual labels:  dicom
DICOM.jl
Julia package for reading and writing DICOM (Digital Imaging and Communications in Medicine) files
Stars: ✭ 45 (+32.35%)
Mutual labels:  dicom
clara-dicom-adapter
DICOM Adapter is a component of the Clara Deploy SDK which facilitates integration with DICOM compliant systems, enables ingestion of imaging data, helps triggering of jobs with configurable rules and offers pushing the output of jobs to PACS systems.
Stars: ✭ 31 (-8.82%)
Mutual labels:  dicom

DICOMweb WSI Viewer

This repository contains a proof-of-concept whole slide imaging viewer powered by a DICOMweb server. This particular tool uses the Google Cloud Healthcare API DICOMweb implementation.

NOTE: This viewer is only for whole slide (i.e. pathology) images. For radiology viewers that work with the Healthcare API check out Weasis (https://github.com/GoogleCloudPlatform/weasis-chcapi-extension), OHIF (https://docs.ohif.org/connecting-to-image-archives/google-cloud-healthcare.html), eUnity (https://demo.eunity.app) or IMS (https://cloudview.imstsvc.com/GoogleDemoViewer/Hub)

Prerequisites

You need to have access to the Google Cloud Healthcare API and have created a DICOM store with some DICOM WSIs in it.

Once you have access to the Cloud Healthcare API you can follow the quickstart to create a DICOM store and upload some sample DICOM images.

To create DICOM WSIs you first need to get some pathology images (https://openslide.org/) has some test data you can use) and the convert them to DICOM. To convert to DICOM you can use a tool like the DICOMizer CLI from the Orthanc WSI Plugin.

Getting Started

Once you've created a DICOM store with some DICOM WSIs in it, the following steps will bring up the viewer:

  1. Clone this repository
  2. Insert client secret id:
  3. Run python -m SimpleHTTPServer 8000 from the root folder of the directory
  4. Navigate to http://localhost:8000
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].