Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Viewers | 2,400 | 5 | 14 | a day ago | 38 | November 30, 2020 | 753 | mit | TypeScript | |
OHIF zero-footprint DICOM viewer and oncology specific Lesion Tracker, plus shared extension packages | ||||||||||
Awesome Healthcare | 2,164 | 15 days ago | 1 | cc0-1.0 | ||||||
Curated list of awesome open source healthcare software, libraries, tools and resources. | ||||||||||
Dwv | 1,469 | 12 | 8 | 21 hours ago | 45 | June 29, 2022 | 38 | gpl-3.0 | JavaScript | |
DICOM Web Viewer: open source zero footprint medical image library. | ||||||||||
Fo Dicom | 915 | 25 | 20 | 3 days ago | 79 | May 23, 2022 | 116 | other | C# | |
Fellow Oak DICOM for .NET, .NET Core, Universal Windows, Android, iOS, Mono and Unity | ||||||||||
Dicom | 826 | 4 | 2 days ago | 33 | January 29, 2022 | 95 | mit | Go | ||
⚡High Performance DICOM Medical Image Parser in Go. | ||||||||||
Ctk | 674 | 6 days ago | July 17, 2022 | 169 | apache-2.0 | C++ | ||||
A set of common support code for medical imaging, surgical navigation, and related purposes. | ||||||||||
Ami | 667 | 2 | 1 | 6 months ago | 50 | September 30, 2020 | 141 | mit | JavaScript | |
AMI Medical Imaging (AMI) JS ToolKit | ||||||||||
Mitk | 561 | 8 days ago | 17 | bsd-3-clause | C++ | |||||
The Medical Imaging Interaction Toolkit. | ||||||||||
Weasis | 548 | 7 days ago | 33 | other | Java | |||||
Weasis is a DICOM viewer available as a desktop application or as a web-based application. | ||||||||||
Invesalius3 | 499 | 15 days ago | 95 | gpl-2.0 | Python | |||||
3D medical imaging reconstruction software |
Blue Light is a browser-based medical image viewer is primarily maintained by the Imaging Informatics Labs. It is a pure single-page application (SPA), lightweight, and using only JavaScript and HTML5 technologies so as to deploy it on any HTTP server easily (just put it in HTTP server). It supports not only opening local data, but also connecting to medical image archives which support DICOMweb. It can display the various image markups and annotations such as Annotation and Image Markup (AIM), DICOM-RT structure set (RTSS), DICOM Overlay, and DICOM Presentation State. It provides tools for medical image interpretation and 3D image reconstruction, e.g., Multiplanar Rreformation or Reconstruction (MPR) and Volume Rendering (VR).
Live DEMO Online Viewer Video - Basic operation Video - Labeling tools
./bluelight/data/config.json
and change the configuration of DICOM server. http://{XNAT's hostname}/REST/projects/test/subjects/XNAT_S00001/experiments/XNAT_E00002/scans/1/files?format=json
/scripts/plugin
. Using the config enable the selected plugins. If disableCatch is set as false, the plugin is enabled.{
"plugin": [
/* path: the location of plugin
* name: the name of plugin
* disableCatch: enable the plugin or not.
* examples show as follows:
* /
{"path":"../scripts/plugin/oauth.js", "name": "oauth", "disableCatch": "true"},
{"path":"../scripts/plugin/mpr.js", "name": "MPR", "disableCatch": "true"},
]
}
{
"enabled":false,
"hostname":"127.0.0.1",
"port":"8080",
"http":"http",
"client_id":"account",
"endpoints":
{
"auth":"realms/TestRealm/protocol/openid-connect/auth",
"validation":"realms/TestRealm/protocol/openid-connect/userinfo",
"token":"realms/TestRealm/protocol/openid-connect/token"
},
"tokenInRequest":true
}
Chen, TT., Sun, YC., Chu, WC. et al. BlueLight: An Open Source DICOM Viewer Using Low-Cost Computation Algorithm Implemented with JavaScript Using Advanced Medical Imaging Visualization. J Digit Imaging (2022). https://doi.org/10.1007/s10278-022-00746-0