A web-based application for viewing and storing DICOM medical images.
Dicom Viewer is a web-based application designed to provide a user-friendly interface for viewing and exploring DICOM medical images. The application is built using modern web technologies and is designed to be scalable, secure, and easy to use.
- View and explore DICOM medical images
- Display patient information and image metadata
- Upload and manage DICOM images
docker
anddocker-compose
- Clone the repository:
git clone https://github.com/KeeTraxx/dicom-viewer.git
- Run
docker compose up
Important
It will take several minutes to come up the first time you run, since it needs to build WASM modules.
Open http://localhost:4000/api
Contributions are welcome! Please submit a pull request with a clear description of the changes you've made.
Dicom Viewer is licensed under the MIT License.
This project was made to learn about handling various DICOM formats.
- Frontend framework: React
- Frontend animations: D3
- Frontend DICOM Rendering: dicom.ts
- Backend Framework: Express
- Backend API: Apollo GraphQL
- Backend DICOM Parsing: daikon